Passing PHP variable to Flash Players using FlashVars

Discussion in 'PHP' started by Panjabi, Feb 29, 2008.

  1. #1
    Im testing out a script, whicgh seems to work fine, except for the fact that when I try loading a URL which has a comma in it, the file does not load in the player.

    <param name="FlashVars" value="playerID=1&amp;soundFile=http://domain.com/test,file.mp3">
    Code (markup):
    I need a solution that will play the file without having to change the URL as the file is hosted externally.
     
    Panjabi, Feb 29, 2008 IP
  2. Vbot

    Vbot Peon

    Messages:
    107
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It works fine for me. Make sure you have
    in your embed code.
     
    Vbot, Feb 29, 2008 IP