View Single Post
  #1 (permalink)  
Old Nov 9th, 2006, 11:01
snooper snooper is offline
Junior Member
Join Date: Nov 2006
Location: israel
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Red face looping issue with flash file

hey folks

a client gave me a wmv file which i have converted to swf using Sorenson (it also produced a flv from the conversion).
I am inserting it into Dreamweaver, and the file doesnt seem to be looking.

Can someone pls take a look at the code, and see if i have missed something?

Thanks!
Sn

PS: the red text i entered manually after the checkbox 'loop' on the properties didnt seem to work.


Code: Select all
 
  <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','306','height','360','loop','true','title','ggg','src','nerCD_001','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','nerCD_001' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=7,0,19,0" width="306" height="360" title="ggg">
    <param name="movie" value="nerCD_001.swf" />
    <param name="quality" value="high" />
<param name="loop" value="true" />
    <embed src="nerCD_001.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="306" height="360" loop="true"></embed>
  </object></noscript>
Reply With Quote