Click to See Complete Forum and Search --> : Calling html pages within a flash movie


skip123
04-20-2006, 11:56 AM
Is it possible to link to and show an external html page within a flash movie? Sort of like how an Iframe works within an html page?

I've been through all my flash books and can't seem to find anything on this.

Any help would be greatly appreciated.

schizo
04-20-2006, 12:37 PM
You can't display an html page within flash if that's what you're asking. If you wish to simply link to it, you can use the getURL (http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html) command.

skip123
04-20-2006, 12:47 PM
Thanks Schizo. I was afraid of that since I couldn't find any info on it. Oh well, back to the drawing board.