Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Linking XML file with flash player

  • 11-03-2011 2:08pm
    #1
    Registered Users, Registered Users 2 Posts: 10,240 ✭✭✭✭


    I'm looking to link this player with its accompanying XML file.

    About the only thing I want to change is to include a volume slider on the player (param name="showvolume" value="1") but I'm unsure how to link the updated xml file with the player. Do I need to put a <link /> reference to the xml file in the head or some such?

    Just to add, I've basically just added the below html code to the bod and it works just fine. What I need is to link the xml file to this.
    <object type="application/x-shockwave-flash" data="player/player_mp3_maxi.swf" width="150" height="20">
        <param name="movie" value="player/player_mp3_maxi.swf" />
        <param name="bgcolor" value="#ffffff" />
        <param name="FlashVars" value="mp3=music/song.mp3" />
    

    I've had a look at the brief help section but I'm not understanding it.


Comments

  • Registered Users, Registered Users 2 Posts: 2,031 ✭✭✭lynchie


    Just had a quick look and it looks as if you can pass it in to the FlashVars param.

    e.g. <param name="FlashVars" value="mp3=music/song.mp3&showvolume=1" />


Advertisement