WoW Gold - Kamala Harris - Credit Card Debt Consolidation - Dietary Supplements - Debt Consolidation

PDA

View Full Version : Passing PHP variable to Flash Players using FlashVars


Panjabi
Feb 29th 2008, 7:56 pm
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">

I need a solution that will play the file without having to change the URL as the file is hosted externally.

Vbot
Feb 29th 2008, 8:14 pm
It works fine for me. Make sure you have
FlashVars="playerID=1&amp;soundFile=http://domain.com/test,file.mp3"in your embed code.