Hello people,
This is my first day here and here is my first post.
I have been trying for hours to get a simple flash button to work.
I am using DW CS3 in split view so i can view the code at the same time.
So this is what I did.
1st
Click on Insert->Media->Flash button
click on blue warper
Button text: Home
Font: Georgia
Size:14
Link:
http://mymoviezz.bravehost.com
Target: Blank
BG Color: Blank
Save as: home.swf
Then I hit apply, then ok.
So now button is on my page and I can see the code.
Looking good so far, so I thought.
Now I hit save to save all my work and go to my upload ftp page thru bravehost.com.
I upload the new home.swf file into where my current home.html file is kept.
when I view using FF or IE there is no button showing on my page.
I'm stumped at this point. I've been over this little step for 3 hrs now trying everything.
Here is the code(copy and paste) let me know if I'm showing source properly.
<p align="left" class="style2">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0','width','103','height ','24','src','home','quality','high','pluginspage' ,'http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','home' ); //end AC code
</script><noscript><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="103" height="24">
<param name="movie" value="home.swf">
<param name="quality" value="high">
<embed src="home.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="103" height="24" ></embed>
</object></noscript>
</p>
So that's where I'm at.
Thanks