XANGA MUSIC SCRIPT (PLZ HELP) |
![]() ![]() |
XANGA MUSIC SCRIPT (PLZ HELP) |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jun 2007 Member No: 540,169 ![]() |
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 |
|
|
![]()
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 9,573 Joined: Feb 2005 Member No: 99,124 ![]() |
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>
|
|
|
![]()
Post
#3
|
|
![]() Photoartist ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 12,363 Joined: Apr 2006 Member No: 399,390 ![]() |
Moved to Xanga Support (under request)
|
|
|
![]()
Post
#4
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jun 2007 Member No: 540,169 ![]() |
:( Thanks for the help.. However the autostart="true" didn't work.
Any other ideas? Thanks again~ |
|
|
*digitalfragrance* |
![]()
Post
#5
|
Guest ![]() |
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.
|
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Dec 2007 Member No: 605,852 ![]() |
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 |
|
|
![]() ![]() |