I am trying to play an MP3 using a shockwave flash player embedded in a question. The XSS Filter is disabled on our site, which to my understanding enables flash and javascript.
This is the code I am using.
<object type="application/x-shockwave-flash" id="player1" allowscriptaccess="always" allowfullscreen="true" data="http://my.qfact.com/survey/upload/surveys/24664/OriginalMusicPlayer.swf" width="225" height="86"><param name="movie" value="/OriginalMusicPlayer.swf" /><param name="FlashVars" value="mediaPath=http://my.qfact.com//survey/upload/surveys/24664/EMR%2017271%20sc%20montage.mp3" /></object>
The "instructions" for this flash player have said to use absolute file paths for both the player and the song. I'm not sure it makes any difference because it hasn't worked either way I've tried.
Am I completely missing something? Does something need to be done in the template or the question.pstpl or the .js file itself?