Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java type popup in flash 1

Status
Not open for further replies.

kimmole

Technical User
May 9, 2002
49
GB
hi all.... new to this so please forgive my ignorance...
on a normal html page i can call java popup code using the href property of an image to call up a single popup html page with the contents i require.... (i only need the blank page for the popup not one for each picture i want to pop)
how do i achieve this from a flash movie? ie pic1 when clicked opens a (html)popup window containing pic 1.... pic2 opens a (html)popup window containing pic2... i need to do this without having to make a html page for every picture....
thanks in advance..... kimbo
 
thanks for that ..... although i can't see how i set the popup to load the image i want, without having a pop window page for every image i want to pop.....
 
i assume this bit of the script tells you what you open:
Code:
address = "pop1.htm";
could change to:
Code:
address = "img.jpg";


Regards,

Martin

Computing Help And Info:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top