Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • cbdallaire, did you get this to work? I am looking for the same functionality. Also, when it works in the product description area, does it save it so that when the customer returns and logs in it shows as a favorite? Is there a separate page or panel that shows all favorited items?

    miaorantes

    (@miaorantes)

    I am having issues using the standalone player. I have added the setup code in the header:

    <script type="text/javascript" src="https://dcmodelphotographer.com/audio-player.js"></script>
            <script type="text/javascript">
               AudioPlayer.setup("https://dcmodelphotographer.com/player.swf", {
            width: 175,
            initialvolume: 100,
    		autostart: "no",
    		noinfo: "yes",
            transparentpagebg: "yes",
            left: "000000",
            lefticon: "FFFFFF",
    		volslider: "BD1147",
    		rightbg: "82012A",
    		leftbg: "82012A",
    		loader: "2D0040",
    		text: "000000"
        });
            </script>

    I added the following in the body of the sidebar.php file:

    <p id="audioplayer_1">Music</p>
    <script type="text/javascript">
    AudioPlayer.embed("audioplayer_1", {
        soundFile: "https://www.dcmodelphotographer.com/audio/allnite.mp3,https://dcmodelphotographer.com/audio/feedback.mp3,https://dcmodelphotographer.com/audio/freakumdress.mp3,https://dcmodelphotographer.com/audio/letsgocrazy.mp3,https://dcmodelphotographer.com/audio/maneater.mp3,https://dcmodelphotographer.com/audio/summerlove.mp3,https://dcmodelphotographer.com/audio/throb.mp3,https://dcmodelphotographer.com/audio/u+urhand.mp3,https://dcmodelphotographer.com/audio/vogue.mp3,https://dcmodelphotographer.com/audio/whatif.mp3,https://dcmodelphotographer.com/audio/you.mp3",
    	autostart: "no"
    });
    </script>

    I don’t want the track titles/artists to show so i didn’t add them to the code.

    I AM GETTING “File Not Found”, but I know that the URLs are correct.

    Help!!

Viewing 2 replies - 1 through 2 (of 2 total)