![]() |
|
| |||||||
| Notices |
| Macromedia Products Dreamweaver, Flash, Fireworks, etc... |
![]() |
| | Thread Tools |
|
#1
| ||||
| ||||
|
Hello. I have a flash show on my website, and I'd like to put the same flash show on a blog post. I have tried to copy the HTML code for the flash show to the HTML tab for my blog post, but it is not working. Just blank space. If anyone could help with this, I'd appreciate it. Is there more to it than just C/P the code? This is the code as I copied it: <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="369" height="322" id="Flash1"> <param name="movie" value="Staging video.swf"> <param name="quality" value="AutoHigh"> <param name="scale" value="ShowAll"> <param name="wmode" value="Transparent"> <param name="play" value="false"> <param name="loop" value="false"> <param name="menu" value="false"> <param name="sAlign" value="L"> <embed src="Staging video.swf" width="369" height="322" quality="AutoHigh" wmode="Transparent" loop="false" play="false" menu="false" scale="ShowAll" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"> </embed> </object> Thanks, Debi |
|
#2
| ||||
| ||||
|
You have to also upload the flash show to the blog or.. change the link .. where it says embed src? you have to put your http://www.yourdomain.com/Staging_video.swf Karen
__________________ KMAC Enterprise Missouri Free Classified Ads Charming Noveltees~Sports Logos Charms ![]() ![]() I've learned that artificial intelligence is no match for natural stupidity! |
|
#3
| |||
| |||
|
Hi, don't forget: <param name="movie" value="your file.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="your file.swf" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="your file" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> And as Karen Mac says upload your swf file :) you should also inculde the: -AC_RunActiveContent- script for IE navigators, |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |