embedding swf in HTML block

embedding swf in HTML block

by Angela Signorile -
Number of replies: 1
I have a video that I made using Moyea Flash MX. I want to embed the vid into an HTML block so it appears a la You Tube look. I have done this before and it works but now when I embed the code in the HTML editor the block expands to fit the video but no video is visible...does this make sense to anyone out there? Here is the code...is something missing? I am arank amateur when it comes to the mysterious world on code, html etc... so be kind
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="640" height="520">
 <param name="movie" value="Intro.swf">
 <param name="quality" value="high">
 <param name="allowScriptAccess" value="sameDomain" />
 <param name="allowFullScreen" value="True" />
 <embed src="Intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="520" allowScriptAccess="sameDomain" allowFullScreen="True">
 </embed>
</object>
</center>



Average of ratings: -
In reply to Angela Signorile

Re: embedding swf in HTML block

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Do you have multimedia filters turned on? have you tried uploading your swf file and then in the html editor typing some text (or even some blank spaces) ,making a hyperlink and linking to your uploaded swf file? That is usually an easier way to get it into a youtube like player than using code.