hi 

I am using below code to play audio file but it plays single time.

<script type="text/javascript">
   var so = new SWFObject("playerMini.swf", "mymovie", "75", "30", "7", 
"#FFFFFF");
   so.addVariable("autoPlay", "yes");
   so.addVariable("soundPath", "bg.mp3");
   so.write("flashPlayer");
  </script>

How can I play .mp3 file on continue bases?


-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/swfobject/-/sH9qvCMrVKoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to