|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (5 bit)
Join Date: Nov 2001
Posts: 25
|
In A Scene In Flash 5 I Wanna Have Small Thumbnail Pictures. And When You Click On Them They Open Up A Single Menu With The Full Size Picture. How Would I Go Bout Doing This? Heres A Example.
http://www.sobebev.com/site/team_liz...lery_jay.shtml Please Help Me...Thanks |
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Nov 2001
Location: Northeast USA
Posts: 356
|
Be aware that the example you cite in your post is NOT in flash, but good 'ol HTML.
All you need to do it to make the "get_url" command on the button in Flash (the button should be the thumbnail pic saved as a movie symbol so you can put an action on it) open up a new window ( use "_blank") for example: on (release) { getURL ("http://www.whatever.com/pic1.swf", "_blank"); } OR...... on (release) { getURL ("http://www.whatever.com/pic1.hmtl", "_blank"); } You need to be aware that you actually need to create this window, with the full size pic in it already in HTML or Flash first. (so that the "get_url" has something to get ) make sense? Last edited by shecky981; 12-18-2001 at 12:20 PM. |
|
|
|
|
|
#3 |
|
Member (5 bit)
Join Date: Nov 2001
Posts: 25
|
Thanks Alot...Im Gonna Try It When I Get Some Time!
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|