Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2014
    Location
    italy arezzo
    Posts
    26

    Default xwd 11 audio files playLoop not working

    "playLoop":false
    not working when try to stop playloop in xara web designer 11

    <script type="text/javascript" src="index_htm_files/jquery.cookie.js"></script>
    <script type="text/javascript" src="index_htm_files/swfobject.js"></script>
    <script type="text/javascript" src="index_htm_files/magix_player.js"></script>
    <script type="text/javascript">$(document).ready(function(){
    var params={"path":"index_htm_files/",
    "playlist":[{title:"convertito.mp3",
    mp3:"index_htm_files/convertito.mp3",
    duration:10}],
    "skinType":"flat",
    "skinColor":"darkglow",
    "containerID":"5221b480-b621-42f4-b04d-bc2bdfbc6366",
    "pre":"5221b480-b621-42f4-b04d-bc2bdfbc6366",
    "autoplay":true,
    "showPlaylist":false,
    "activateKeys":false,
    "fileType":"audio"
    };
    mxp.open(params);
    });</script>

  2. #2

    Default Re: xwd 11 audio files playLoop not working

    Works fine here, besides - it's nothing to do with WD11, it's the browser that has to read the params.

    Are you missing the comma?

    <script type="text/javascript" src="index_htm_files/jquery.cookie.js"></script>
    <script type="text/javascript" src="index_htm_files/swfobject.js"></script>
    <script type="text/javascript" src="index_htm_files/magix_player.js"></script>
    <script type="text/javascript">$(document).ready(function(){
    var params={"path":"index_htm_files/",
    "playlist":[{title:"convertito.mp3",
    mp3:"index_htm_files/convertito.mp3",
    duration:10}],
    "skinType":"flat",
    "skinColor":"darkglow",
    "containerID":"5221b480-b621-42f4-b04d-bc2bdfbc6366",
    "pre":"5221b480-b621-42f4-b04d-bc2bdfbc6366",
    "autoplay":true,
    "showPlaylist":false,
    "activateKeys":false,
    "playLoop":false,
    "fileType":"audio"
    };
    mxp.open(params);
    });</script>

    Adding a control to disable looping has been asked for in the past, I don't think this is something that Xara/MAGIX devs should have ignored.
    Auto-playing audio/music is annoying enough on websites, LOOPING audio/music on websites is positively infuriating!!

  3. #3
    Join Date
    Jun 2014
    Location
    italy arezzo
    Posts
    26

    Default Re: xwd 11 audio files playLoop not working

    sorry problem was of missing comma
    the only problem the page is not w3c compliant
    with audio widged
    thanks
    ivo

  4. #4

    Default Re: xwd 11 audio files playLoop not working

    Quote Originally Posted by mielegatto View Post
    the only problem the page is not w3c compliant
    Does google.com validate??

    https://validator.w3.org/check?uri=g...Inline&group=0

    Or bing.com?

    https://validator.w3.org/check?uri=h...org%2Fservices


 

 

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
  •