Results 1 to 2 of 2

Thread: looping mp3

  1. #1
    Join Date
    Oct 2009
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default looping mp3

    Hi,
    I have inserted this into my webpage and all plays fine apart from sound doesn't loop can anyone help !

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

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    That is not a property of the HTML code, but of the actual swf object itself. It may be possible to add a new variable to it that makes it loop, but aside from just guessing there is no way to know that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •