Need some help with flash .swf...

User 2052837 Photo


Registered User
3 posts

OK so I am trying this out and going to switch from Dreamweaver to the html editor, I have pulled a html page over and I am having trouble with the nav bar buttons I created. I have looked through all the options to reinsert the buttons as a .swf, can i do this? or does the html editor not allow this file type? any suggestions? here is the website http://www.rtcherryranch.com the page i was updating is http://www.rtcherryranch.com/home.html as you can see there are no buttons now but you can see the buttons on http://www.rtcherryranch.com/about.html

Thanks for any help..

Heidi :)
Heidi :)
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

The code on each page is totally different. Were you trying to copy the buttons on about.html?
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2052837 Photo


Registered User
3 posts

I am trying to insert a .swf button on a page in HTML editor, is this possible?
Heidi :)
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

Sure, I just copied your source code from the about.html and it worked great for me.:)
<div align="center">
<object width="122" height="28" title="Home" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashfirebug0" name="flashfirebug0">
<param value="homebutton.swf" name="movie">
<param value="high" name="quality">
<param value="#99CCFF" name="bgcolor">
<embed width="122" height="28" bgcolor="#99CCFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="homebutton.swf" id="flashfirebug0" name="flashfirebug0">
</object>
<object width="122" height="28" title="About" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashfirebug1" name="flashfirebug1">
<param value="aboutbutton.swf" name="movie">
<param value="high" name="quality">
<param value="#99CCFF" name="bgcolor">
<embed width="122" height="28" bgcolor="#99CCFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="aboutbutton.swf" id="flashfirebug1" name="flashfirebug1">
</object>
<object width="122" height="28" title="Gallery" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashfirebug2" name="flashfirebug2">
<param value="galleyrbutton.swf" name="movie">
<param value="high" name="quality">
<param value="#99CCFF" name="bgcolor">
<embed width="122" height="28" bgcolor="#99CCFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="galleyrbutton.swf" id="flashfirebug2" name="flashfirebug2">
</object>
<object width="122" height="28" title="Info" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashfirebug3" name="flashfirebug3">
<param value="infobutton.swf" name="movie">
<param value="high" name="quality">
<param value="#99CCFF" name="bgcolor">
<embed width="122" height="28" bgcolor="#99CCFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="infobutton.swf" id="flashfirebug3" name="flashfirebug3">
</object>
<object width="122" height="28" title="Contact" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flashfirebug4" name="flashfirebug4">
<param value="contactbutton.swf" name="movie">
<param value="high" name="quality">
<param value="#99CCFF" name="bgcolor">
<embed width="122" height="28" bgcolor="#99CCFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="contactbutton.swf" id="flashfirebug4" name="flashfirebug4">
</object>
</div>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 187934 Photo


Senior Advisor
20,266 posts
Online Now

Are you using the visual tab in the HTML Editor? If you are you can't go back and forth between code mode and visual mode as it will do some nasty things to your page.:(
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2052837 Photo


Registered User
3 posts

Thanks, I guess that was the problem, I will just not use the visual tab!
So far it works, now I can get it cleaned up :)
Heidi :)

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.