Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-18-2001, 11:34 AM   #1
Member (5 bit)
 
Join Date: Nov 2001
Posts: 25
Question Thumnail Pics In Flash 5?

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
KaptainKink is offline   Reply With Quote
Old 12-18-2001, 12:16 PM   #2
Member (9 bit)
 
shecky981's Avatar
 
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.
shecky981 is offline   Reply With Quote
Old 12-28-2001, 04:23 AM   #3
Member (5 bit)
 
Join Date: Nov 2001
Posts: 25
Smile Thanks

Thanks Alot...Im Gonna Try It When I Get Some Time!
KaptainKink is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:58 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2