Frames & Flash

S

Stu

I have made a website with 2 frames. One on the left for navigation, the second is the main page.
I have got some buttons from the internet that are in SWF format so the only info I can change is that of the HTML, the html I an change is below:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=124 HEIGHT=24>
<PARAM NAME=movie VALUE="bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Home&makenavurl0=Index.htm">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>

<embed src="bubbles.swf?tarframe=_self&amp;exbackground=808080&amp;makenavfield0=Home&amp;makenavurl0=Index.htm" loop="false" menu="false" quality="high" scale="noborder" salign="LT" wmode="transparent" bgcolor="#000000" WIDTH="124" HEIGHT="24" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></OBJECT>



What I can't do is get the main frame of the website (the right frame) to change, only the left hand side will change.

Is there any way to change this HTML so I can use these buttons and frames or is it not possible?
 
M

MD Websunlimited

Hi Stu,

You have to be able to target the frame name.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Stop Spam Email Mining from your web pages with SpamStopper
http://www.websunlimited.com/order/product/SpamStopper/spam_stopper_help_dir.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible

I have made a website with 2 frames. One on the left for navigation, the second is the main page.
I have got some buttons from the internet that are in SWF format so the only info I can change is that of the HTML, the html I an change is below:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
WIDTH=124 HEIGHT=24>
<PARAM NAME=movie VALUE="bubbles.swf?tarframe=_self&exbackground=808080&makenavfield0=Home&makenavurl0=Index.htm">
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noborder>
<PARAM NAME=salign VALUE=LT>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#000000>

<embed src="bubbles.swf?tarframe=_self&amp;exbackground=808080&amp;makenavfield0=Home&amp;makenavurl0=Index.htm" loop="false" menu="false" quality="high" scale="noborder" salign="LT" wmode="transparent" bgcolor="#000000" WIDTH="124" HEIGHT="24" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></OBJECT>



What I can't do is get the main frame of the website (the right frame) to change, only the left hand side will change.

Is there any way to change this HTML so I can use these buttons and frames or is it not possible?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top