PDA

View Full Version : Maybe a divlayer in flash?


fourtytwo
12-27-2005, 04:08 PM
I'm nt sure if this includes actionscript or not but I'm afraid it may not...

I have a feeling I'm doing this 100% backwards but I'm hoping there's a solution none the less...

In the big gray box at the bottom of my flash movie how do I set that as a divlayer of sorts... Basically so that I can open another webpage in it. Like say I wanted to click about me and it open a link to another page with something I wrote...

I tried the "geturl" actionscript (i know this is actionscript and not the actionscript board but I don't think you use it) but I can't figure out how to do it exactly or what to search for. Thanks a ton!

http://www.imageknockout.com/uploads/question880711.jpg

Flash Gordon
12-27-2005, 08:08 PM
you don't really need to bump you answer after a couple of hours. I have questions that have been sitting for weeks without getting an anwer and I don't bump them.

getURL("http://www.google.com", "_blank"); is how you use it.

fourtytwo
12-27-2005, 09:08 PM
Thats to open a link in a new windows. I was asking how to open a link in the big box down there.

theDude78
12-27-2005, 09:23 PM
you can't open an html page in a flash movie

fourtytwo
12-27-2005, 09:27 PM
Doh.. I figured as much... So what do you suggest I do to be able to do this..