Hello, my problem is I have made a player with an associated playist. I'm making my site in iWeb and all interactivity works in iWeb. If I select one of the items on the playlist it plays, if I want to use the control bar... it functions as I would expect - pause, stop... all that works. Once uploaded to my site I cannot control my player:
http://palpable.tv/post/editsample2botrver.html
I think you will see that the only interaction is that the playlist highlights & the control bar is there, but I can't control it.
What am I doing wrong?
Here's the info I have in the HTML snippet window in iWeb
<script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script>
<div id="player">This text will be replaced</div>
<script type="text/javascript">
var so = new SWFObject('http://palpable.tv/media/player-licensed.swf','mpl','950','450','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&file=http://palpable.tv/media/palbotr.xml&controlbar=over&backcolor=003355&frontcolor=FFFFFF&lightcolor=C...');
so.write('player');
</script>
Thank you for any help or direction.
Steve
Hmmmmm..........................................
Works fine for me.
I think that this is an invalid playlist element:
<playlist.image></playlist.image>