SeGamysa
03-06-2003, 10:33 AM
sorry for this newbish question it's been like 1 year since I used flash and I can't seem to remember how to do it.
Help please.
Help please.
|
Click to See Complete Forum and Search --> : creating a link in flash SeGamysa 03-06-2003, 10:33 AM sorry for this newbish question it's been like 1 year since I used flash and I can't seem to remember how to do it. Help please. Tim158 03-06-2003, 01:00 PM This my step by step guide of how to create a link in Flash MX ;) - Convert an image to a symbol (of type button) - Click the symbol - Click the Actions Frame (above properties) - Click the actions book thing - Click the browser/network book thing - Double click the getURL from the list - Fill in the URL field to the right SeGamysa 03-07-2003, 10:35 AM Originally posted by Tim158 This my step by step guide of how to create a link in Flash MX ;) - Convert an image to a symbol (of type button) - Click the symbol - Click the Actions Frame (above properties) - Click the actions book thing - Click the browser/network book thing - Double click the getURL from the list - Fill in the URL field to the right lol just call me nub i forgot to convert to symbol. :o Daria 03-10-2003, 10:02 PM Select your image click F8 or "Insert" / "Convert to Symbol" Glowormz 04-02-2009, 01:31 PM This my step by step guide of how to create a link in Flash MX ;) - Convert an image to a symbol (of type button) - Click the symbol - Click the Actions Frame (above properties) - Click the actions book thing - Click the browser/network book thing - Double click the getURL from the list - Fill in the URL field to the right This is wonderful! Can somebody tell me how to create links for local pages? I'm stuck and I'm not sure what to do. Thanks! Eye for Video 04-02-2009, 02:08 PM Your button can also be of the movie clip type, but whichever you choose after converting to symbol (in this case mc) give it an instance name and assign the getURL something like this in actions layer, maintimeline: home_btn.onRelease = function(){ getURL("index.html"); } or using frame labels: jump_3.onRelease = function() { stopAllSounds(); gotoAndStop("page 3"); } Good luck, EfV aldrinmirambel 04-23-2009, 05:59 AM i think its on scripting part already, in my college day i have a subject multimedia, but we lack of time we didn't discuss the scripting. ___________________________________ Art Framed, Posters, Art Prints (http://www.ichatart.com/) webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |