How can I make this work: embedded flashplayer codes

How can I make this work: embedded flashplayer codes

by Jane Allison -
Number of replies: 0

My students are creating "blabberized" animals on a website which makes the animals "talk" using flash.  The site gives codes to embed the talking animals as swf files in a web page.  For example, here is one set of codes:

<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0' width='937' height='616' id='Blabberize.com_Player' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='http://www.blabberize.com/swf/blabberembedp.swf' /><param name='quality' value='high' /><param name='scale' value='noscale' /><param name='salign' value='lt' /><param name='bgcolor' value='#ccffff' /><param name='FlashVars' value='id=111665' /><embed width='937' height='616' src='http://www.blabberize.com/swf/blabberembedp.swf' FlashVars='id=111665' quality='high' scale='noscale' salign='lt' bgcolor='#ccffff' name='Blabberize.com_Player' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></embed></object> 

I want my students to be able to post their animals in a wiki so that we can all see them and their science teacher can grade them.  However, even when I paste the codes directly into the html, the editor seems to strip vital parts of it and you can't see the flash movie.  How can I get this to work?

Average of ratings: -