Marc Reichelt - 2009-07-13

Hi Joerg,

this is no problem if you get the relative paths right.
The paths to the MP3 file(s) have to be relative to the web page where the SWF file is included - that is the most important point to get it right. The standard HTML code for your index.html looks like this (notice that the path to the SWF file must be given twice):
<object type="application/x-shockwave-flash" data="swf/emff_standard.swf" width="110" height="34">
<param name="movie" value="swf/emff_standard.swf">
<param name="FlashVars" value="src=music%2Ftest.mp3">
</object>

I think this should solve your problem.

Regards
Marc