Help - Search - Members - Calendar
Full Version: XANGA MUSIC SCRIPT (PLZ HELP)
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
cliffdesu
Hello~
I'm using the Xanga player with this script provided from xanga. However.. It doesn't autoplay like i wish it would. Any idea what I should add to this code? Thank youu



CODE
<embed style="width:475px; height:80px;" wmode="opaque" bgcolor="#ffffff" type="application/x-shockwave-flash" src="http://audio.xanga.com/mp3embedplayer.swf?i=1026657&m=c021c"> </embed>


ps, if you need to see what i'm talking about.. my xanga user name is cliff_maher
YourSuperior
This topic should be moved to Xanga Support.

I added the "auto start true" attribute to your music code. See if this code works:

CODE
<embed style="width:475px; height:80px;" wmode="opaque" bgcolor="#ffffff" autostart="true" type="application/x-shockwave-flash" src="http://audio.xanga.com/mp3embedplayer.swf?i=1026657&m=c021c"> </embed>
Simba
Moved to Xanga Support (under request)
cliffdesu
:( Thanks for the help.. However the autostart="true" didn't work.


Any other ideas? Thanks again~
digitalfragrance
The reason it didn't work is the source isn't a music file - it's a flash music player file. So the only way to make it autostart is to edit the settings of the actual file.
VvWolverinevV
In order to autostart the Xanga player, you have to set the src parameter c=1. Your song would look like the following (although it seems like you deleted this particular song):

CODE
<embed style="width:475px; height:80px;" wmode="opaque" bgcolor="#ffffff" type="application/x-shockwave-flash" src="http://audio.xanga.com/mp3embedplayer.swf?c=1&i=1026657&m=c021c"> </embed>


source: http://kkx3.net/xanga/p006.htm
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.