Click to See Complete Forum and Search --> : URL in Flash


Ejdaha
02-22-2006, 06:56 AM
Hi all.
Dear friends. I want to pul a url in my button in Flash MX. How can I do it??
2-3 months ago I did it, but when I pressed Ctrl+Enter and clicked to the button I got this site, but when I did it inside web browser I didn't do it.

Can someone help me step by step??
Thank you very much!

rahularavind
02-23-2006, 06:24 AM
How u put that url in flash..??

This is the way to do that..

Create a button in flash and select it and put this code in the actionscript panel

on (release) {
getURL("http://www.sitename.com","_blank");
}