I'm an experienced Flash Designer and ActionScript developer but completely new to Moodle.
I've read a few of the threads here and read through and tried the tutorials that I could find. Ok, so here's my problem:
I'm embedding my SWF with the suggested tags:
<object width="600" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> <param name="movie" value="http://yoursite.org/file.php/2/movie.swf" /> <param name="quality" value="high" /> <embed width="600" height="400" src="http://yoursite.org/file.php/2/movie.swf" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
When I preview or view from a student account, the page where I've embedded my SWF file, I get this text showing up where the SWF should be:
codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0">
src="http://www.watchtvlearnenglish.com/test_bed/fl_cube.swf" quality="high"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
I've tried setting - Modules > Filters > Multimedia Plugins > Show > Settings > Enable .swf filter "Yes", to no avail.
Please help!
P.S. I'm using Flash CS3 Professional with ActionScript 3.0, although I doubt that this would have anything to do with what's going on here.