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="clsid27CDB6E-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&exbackground=808080&makenavfield0=Home&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?
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="clsid27CDB6E-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&exbackground=808080&makenavfield0=Home&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?