Hi everyone,
on our campus radio webpage (try "Sendung 1" to "Sendung 11" on
http://groups.uni-paderborn.de/l-unico/ ... &Itemid=58 ), we use the Podcast Suite from Jille Blanc (
http://www.jlleblanc.com/blogcategory/0/)
It works great, but I have some problems when I publish more than one podcast episode in one article.
In Firefox everything is fine - in the IE the tracks start immediately.
That is really ugly ;-)
In the mambot, there is the line 91
Code:
{$link = '<embed wmode="transparent" src="' . $mosConfig_live_site . '/components/com_podcast/music.swf?url=' . $paramarray[0] . '&autostart=false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="50"></embed>';
}
On the webpage of the developer of the player,
the code should be
Code:
<embed wmode="transparent" src="http://www.ericzhang.com/music/?url=http://&autostart=false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="50"></embed>
When I add the
Quote:
&autostart=false
it works in FF, but not in IE.
Any advices, tips or anything else.
Jille could not help me with that issue
Thanks in advance
Alexbeer