PDA

View Full Version : flash+html


Jules
08-29-2002, 11:41 AM
hey you guys,

My problem is that I need to embed my flash into a frame html site. There are hyperlinks in my flash, but where can I say in which frame I have to load them or that I want it to open in a new window?
Anybody got an answer?

Thanks
Jules.

Ricod
08-29-2002, 12:56 PM
Now, if you would have used the search option, and searched on words like 'getURL+frame' you would have found something like this. (http://www.actionscript.org/forums/showthread.php3?s=&threadid=10160&highlight=getURL+frames)

Just a tip ofcourse. Thing is, most basic questions have been asked and answerd before.

Jules
08-29-2002, 01:24 PM
the thing is I didnt use actionscript but the textbox URL and then the whole thing is a bit more complicated...for me anyways....

farafiro
08-29-2002, 02:21 PM
post the file :p :D

tg
08-29-2002, 03:10 PM
if your links are in text fields, then you need the text fields to display html text.
once you've got that done your text should look something like this:

//this will open a new browser window and display the page
<a href="http://www.actionscript.org" target="_blank">killer flash help here</a>
//or
//this will open page in specified frame of an html frameset
<a href="http://www.actionscript.org" target="frame">killer flash help here</a>

Jules
08-30-2002, 06:47 AM
thanks tg
farafíro...you already know I love you:)