• Resolved master0303

    (@master0303)


    Hello to everybody and sory for my pour english.
    I have a problème.
    When i do a messsage the multi mp3 are working well, the resize and the autostart also.
    ([audio:Dl1_Todo_en_Uno.mp3,Bachata_Heightz_Me_Puedo_Matar.mp3|width=50%|autostart=yes]

    But when I want to put the player in the side bar, only the first mp3 is working, the resize, multi mp3 and autostar not.

    <?php if (function_exists("insert_audio_player")) {
    insert_audio_player("[audio:Dl1_Todo_en_Uno.mp3,Bachata_Heightz_Me_Puedo_Matar.mp3|width=75%|autostart=yes]");
    						} ?>

    You can see my site at

    Thank you very much for you help!
    Cyrille

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter master0303

    (@master0303)

    Salut Cyrille

    How did you resolve this? I have same kind of problem
    My player only reads the second file but gets correct data from both.
    Also do you know if the player can read more than 2 files?

    Thank you

    Thread Starter master0303

    (@master0303)

    To resolve the problem I have put the code in the header.php instade the side.php

    Yes you can read more than 2 files :
    [audio:1.mp3,2.mp3,3.mp3] in a post or

    <?php if (function_exists("insert_audio_player")) {
    					insert_audio_player("[audio:1.mp3,2.mp3,3.mp3]");
    					} ?>

    In header by exemple.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Audio Player] Second Mp3 on side bar not playing, But playing in post.’ is closed to new replies.