Community

[SOLVED] Embedded (with flash) sound only plays on frontpage, why?

Hello,
I use this simple tool to add music/sound to my drupal websites:
Simple Flash MP3 Player

I works OK (on any node) with this website: http://vskokiche .com /remove space before .com/
But I can't do it with this one: http://vilapreselka .com /remove space before .com/
The player only shows/works on the frontpage, but on the other nodes: visible with NO sound!

On the second website I'm using the default admin theme Seven also as front-end theme - could this cause the problem?

On both websites I put the same code in a block:
<embed wmode="transparent" src="http://www.ericzhang.com/music/?url=sites/all/music/music.mp3&autostart=true" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="50"></embed>

Thank you for your time & help!!!

Comments

I would use firebug to look

I would use firebug to look at the generated blocks and see if they are the same. If not, I would check the text format used on the two sites.

Thank you, solved!

Thanks a million, nevets! I thought that I've checked everything 3 or 4 times, but... I used opera dragonfly (opera's firebug) and compared all details again. So, here it is. The working example has a full url like ?url=http://mysite.com/sites/all/music/music.mp3 and the problematic one only had a short url path like: ?url=sites/all/music/music.mp3 That caused the differnce, now it's fixed and working. Thanks again!

nobody click here