PDA

View Full Version : Flash Buttons and FRAMES



Manare
September 13th, 2001, 10:06 PM
Meta tags are not allowed

Manare
September 14th, 2001, 06:10 PM
Ok, I didn't know that... <img src=http://www.ezboard.com/intl/aenglish/images/emoticons/embarassed.gif ALT=":o">

My question is simple but it's driving me crazy!. Let's simplify it: I have a Flash menu in my html page. This page contains 1 big frame in the middle where I want all the info to be loaded. Now, how can I make a Flash menu button to link a frame or iframe to be loaded within a DIV layer?
The only thing I get is the frame to be loaded full-screen but not inside the html layer.

Thank you,

suprabeener
September 14th, 2001, 07:06 PM
getURL("htmlpage.html","target");

name your div element or frame, and then replace target with that name.

kirupa
September 15th, 2001, 09:53 AM
Hey Manare,
I just created a tutorial on how to use Frames and Flash. The following URL should help you out: www.kirupa.com/developer/...frames.asp (http://www.kirupa.com/developer/flash5/frames.asp)

Manare
September 15th, 2001, 09:32 PM
Hey!! It worked guys!!!
Thank you very much everybody!
Kirupa, your tutorial is just perfect!

Manare