oldnavyjen00
02-17-2007, 06:39 PM
My musicplayer has been working fine on myspace www.myspace.com/jenniferlynn1982without any issue. However, recently it started to not even show up (I'm wondering if it's something to do with upgrading to the new IE.)
I deleted the code from my page and re-keyed it. I can see a white box where the musicplayer Should be.. it's just not showing up, nor is it playing.
Here's the code I keyed:
<div class="Music">
<embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false"
src="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" quality="high" name="xspf_player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="130" width="130"></embed>
</div>
For some reason, if I go back to edit it, here's what displays:
<div class="Music">
<object type="application/x-shockwave-flash" data="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" height="130" width="130" align="center">
<param name="movie" value="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" />
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags" value="true" />
<param name="quality" value="high" />
</object>
</div>
I do not know where the extra code is coming from and if that is perhaps what is preventing my player from working.
Please help!
I deleted the code from my page and re-keyed it. I can see a white box where the musicplayer Should be.. it's just not showing up, nor is it playing.
Here's the code I keyed:
<div class="Music">
<embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false"
src="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" quality="high" name="xspf_player" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="130" width="130"></embed>
</div>
For some reason, if I go back to edit it, here's what displays:
<div class="Music">
<object type="application/x-shockwave-flash" data="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" height="130" width="130" align="center">
<param name="movie" value="http://www.filelodge.com/files/room45/1308793/xspf_dpink.swf?playlist_url=http://www.filelodge.com/files/room45/1308793/mp3playlist.xspf&autoplay=true&randomstart=true" />
<param name="allownetworking" value="internal" />
<param name="allowScriptAccess" value="never" />
<param name="enableJSURL" value="false" />
<param name="enableHREF" value="false" />
<param name="saveEmbedTags" value="true" />
<param name="quality" value="high" />
</object>
</div>
I do not know where the extra code is coming from and if that is perhaps what is preventing my player from working.
Please help!