I tried something new ... I created a creative tab with text field.
I succesfully embedded a myspace video
[code:1]<object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="346" width="430" data="
lads.myspace.com/videos/vplayer.swf
">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="
lads.myspace.com/videos/vplayer.swf
" />
<param name="flashvars" value="m=2025040287&type=video" />
</object>[/code:1]
Flash appears and sound plays
so I tried to put the music player code below :
[code:1]<embed src="
www.youngarmy.de/flashplayer/mp3player.swf
" width="300" height="200" bgcolor="#FFFFFF"
type="application/x-shockwave-flash" pluginspage="
www.macromedia.com/go/getflashplayer
"
flashvars="file=http://www.youngarmy.de/components/com_comprofiler/plugin/user/plug_mp3player/files/m8y3p1brzwks.mp3&autostart=true">[/code:1]
But still the same problem no image but the music plays !!!
I thought maybe there is a problem with the embed tag, so I used the object tag :
[code:1]<object enableJSURL="false" enableHREF="false" saveEmbedTags="true" allowScriptAccess="never" allownetworking="internal" type="application/x-shockwave-flash" allowScriptAccess="never" allownetworking="internal" height="346" width="430" data="
www.youngarmy.de/flashplayer/mp3player.swf
">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="
www.youngarmy.de/flashplayer/mp3player.swf
" />
<param name="flashvars" value="
www.youngarmy.de/components/com_comprofiler/plugin/user/plug_mp3player/files/m8y3p1brzwks.mp3&autostart=true
" />
</object>[/code:1]
The problem persists: no image of the flash mp3 player but the music plays !!!
I hope that is enough information for somebody here to help me, I really don't know what to do ... I tried it all
Thanks