This is a discussion on "Help with Thumbnail popup windows" within the Flash & Multimedia Forum section. This forum, and the thread "Help with Thumbnail popup windows are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Help with Thumbnail popup windows
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Help with Thumbnail popup windows
Hi I have a gallery of thumbnail buttons which when clicked I would like to open a new pop up window with a simple jpg inside. But I want each thumbnail button to open a separate pop up window, not all in the same window, so if the user wants they can leave several windows open to view at their leisure. I cannot find a tutorial that explains how to make a different pop up window for each button, can anyone help me?
|
|
|
|
#2
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
Hi,
normally you would use the target="_blank" attribute in your link. So the link would look like
|
|
#3
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
I know it's something I need to think about but It's for buying and I thought it might be helpful if the user can compare products to each other before making their choice, besides that though I'm doing this in flash so how would the actionscrpit and javascript go for separate windows?
|
|
#4
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
In actionscript, you can simply supply a second argument to the getURL function. So the code would look like
|
|
#5
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
Great thankyou, but don't I need to put some script in the html file of the main page
|
|
#6
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
If I understand you correctly, you want to open new a window when you click on an image in your Flash movie. The above code should do the trick. No extra JavaScript is necessary.
|
|
#7
|
|||
|
|||
|
Re: Help with Thumbnail popup windows
This way, can I control how the window appears no toolbars etc?
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| One time popup windows | dhossai | JavaScript Forum | 5 | Dec 29th, 2007 22:05 |
| Edit text in popup windows. | Janisf | Flash & Multimedia Forum | 7 | Aug 2nd, 2007 15:56 |
| HELP - IE7 Thumbnail Images on a tab | ActionPart | Web Page Design | 2 | Jul 15th, 2007 13:00 |
| thumbnail and text next to each other | konnor5092 | Web Page Design | 15 | Jul 2nd, 2007 11:51 |
| Popup windows problem | Freddie | JavaScript Forum | 2 | Jan 10th, 2006 09:20 |