View Full Version : Flash Buttons and HTML
Marlox
02-23-2001, 03:35 AM
how do you specify a target frame in html when embeding a flash button in a page? Dose it require JavaScript? Thanks for any help given.
Jesse
02-24-2001, 12:05 AM
You can't do a BASE HREF if that's what you mean. You simply need to include the frame name in each GetURL call like this:
getURL ("file.html", "theFrameHere");
Where theFrameHere is the name of the frame you want the content to load in.
Cheers
Jesse
Marlox
02-24-2001, 05:59 PM
thanks for the help!
Just use the target name flash default under stands _blank
to be a new window and _parent to be the entire same window. If you are trying to target like a main body page I have used _main or _mainFrame but to do this also look at the parent frame code for the naming convention of each page target you want to call. Hope this helps
Ken
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.