Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Feb 2016
    Posts
    8

    Default Re: MP3 embeded magix_player

    This is code cut and pasted, nut still loops continuously
    <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:"watchme.mp3",
    mp3:"index_htm_files/watchme.mp3",
    duration:27}],
    "skinType":"flat",
    "skinColor":"darkglow",
    "containerID":"44889f6c-9818-4b06-b104-4add8912705c",
    "pre":"44889f6c-9818-4b06-b104-4add8912705c",
    "autoplay":true,
    "showPlaylist":false,
    "playloop":false,
    "activateKeys":false,
    "fileType":"audio"
    };
    mxp.open(params);
    });</script>

  2. #12
    Join Date
    Aug 2000
    Location
    Harwich, Essex, England
    Posts
    21,919

    Default Re: MP3 embeded magix_player

    Try this:

    <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:"watchme.mp3",
    mp3:"index_htm_files/watchme.mp3",
    duration:27}],
    "skinType":"flat",
    "skinColor":"darkglow",
    "containerID":"44889f6c-9818-4b06-b104-4add8912705c",
    "pre":"44889f6c-9818-4b06-b104-4add8912705c",
    "autoplay":true,
    "playLoop":false,
    "showPlaylist":false,
    "activateKeys":false,
    "fileType":"audio"
    };
    mxp.open(params);
    });</script>
    Egg

    Intel i7 - 4790K Quad Core + 16 GB Ram + NVIDIA Geforce GTX 1660 Graphics Card + MSI Optix Mag321 Curv monitor
    + Samsung 970 EVO Plus 500GB SSD + 232 GB SSD + 250 GB SSD portable drive + ISP = BT + Web Hosting = TSO Host

 

 

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
  •