Music problem. |
Music problem. |
![]()
Post
#1
|
|
![]() Your mom ![]() ![]() ![]() ![]() Group: Member Posts: 149 Joined: Aug 2005 Member No: 201,903 ![]() |
I usually don't add artists to my profile.
So I upload my music. But lately, when I put in my little code, it shows this.. ![]() It shows the little player, I have no idea why. This is my little code or whatever.. CODE <embed allowScriptAccess="never" allowNetworking="internal" allowScriptAccess="never" src="HTTP://WWW.BLAHBLAHMUSICBLAH.COM" autostart="true" loop="true" hidden="true"> When I save it like that, and I look at my codes again.. It has this instead. CODE <objet allowScriptAccess="never" allowNetworking="internal" enableJSURL="false" enableHREF="false" saveEmbedTags="true" type="application/x-mplayer2" classid="6BF52A52-394A-11d3-B153-00C04F79FAA6" height="350" width="425">
<param name="fileName" value="HTTP://BLAHBLAHMUSICBLAH.COM" /> <param name="URL" value="HTTP://WWW.BLAHBLAHMUSICBLAH.COM" /> <param name="src" value="HTTP://WWW.BLAHBLAHMUSICBLAH.COM" /> <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> |
|
|
![]() |
*WHIMSICAL 0NE* |
![]()
Post
#2
|
Guest ![]() |
That's weird that you code changes on it's own. Does it still play the music? Because if it does you can always use css to hide the music player.
CODE <style>object{width:0px;height:0px;}</style>
|
|
|
![]() ![]() |