Problems with hidden music player. |
Problems with hidden music player. |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
I've been having great success with the hidden music player code shown below for several months until recently.
CODE <embed allowScriptAccess="never" allowNetworking="internal" enableJavaScript="false" allowScriptAccess="never" allowNetworking="internal" allowScriptAccess="never" allowNetworking="internal" allowScriptAccess="never" src="insert music code here"hidden=true autostart=true loop=true></embed> I'll put the code for the song I want in it and click the Preview Profile button, but a visible music player like this comes up and plays the song: ![]() When I click the Return to Interests & Personality button, the code changes and looks like this: CODE <object type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6" height="350" width="425"> <param name="fileName" value="code for song" /> <param name="URL" value="code for song" /> <param name="src" value="code for song" /> <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" /> </object> I've never had this happen before. Is it possible to fix this code or find another one? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 84 Joined: Dec 2005 Member No: 323,797 ![]() |
Well, that did hide the music player, but the song won't play. I'm getting this code now when I press the Return to Interests & Personality button:
CODE <object type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6" height="350" width="425">
<param name="fileName" value="http://www.fileden.com/files/2007/1/14/643699/Acceptance%20-%20In%20The%20Cold.mp3" /> <param name="URL" value="http://www.fileden.com/files/2007/1/14/643699/Acceptance%20-%20In%20The%20Cold.mp3" /> <param name="src" value="http://www.fileden.com/files/2007/1/14/643699/Acceptance%20-%20In%20The%20Cold.mp3" /> <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="uimode" value="invisible" /> </object> <style type="text/css"> td object,td embed{ display:block;height:0px;width:0px; position:absolute;left:0px;top:0px; } </style> |
|
|
![]() ![]() |