i got the AME but want to update a few embedders like the MP3 one
it really looks bad
i tried to this one but didnt really work on the forum, the media dont play
Original Code:
After Modification:
Second try:
neither played the media although it showed the player
i want a good looking and professional one
i found a few links on vbulletin which i cannot download maybe sum1 can attach it for me here and maybe sum1 can make the code for the embedder
here is the original player that works but shitty look
those are the vbulletin.org links
AME (Auto Media Embedding) XML's (The Geek) - vBulletin.org Forum
and
AME (Auto Media Embedding) XML Releases - vBulletin.org Forum
i want good looking MP3 players
thanks you
it really looks bad
i tried to this one but didnt really work on the forum, the media dont play
Original Code:
Code:
<object type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" data="http://www.MYsPLAYER.com/earbudsplayer.swf?audio1=http://files1.mailboxdrive.com/mp3s-new/j/[email protected]/808131.mp3&track1=TI Whatever You Like&audio2=http://files1.mailboxdrive.com/mp3s-new/s/[email protected]/807778.mp3&track2=Rihanna Disturbia&audio3=http://files1.mailboxdrive.com/mp3s-new/e/[email protected]/804130.mp3&track3=Chris Brown Forever&audio4=http://files1.mailboxdrive.com/mp3s-new/l/[email protected]/796358.mp3&track4=Katy Perry I Kissed A Girl&audio5=http://files1.mailboxdrive.com/mp3s-new/a/[email protected]/811637.mp3&track5=KARDINAL OFFISHALL FT. AKON DANGEROUS&end=5&autoplay=ON&shuffle=OFF&color=000000&textcolor=FFFFFF" width="325" height="103">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.MYsPLAYER.com/earbudsplayer.swf?audio1=http://files1.mailboxdrive.com/mp3s-new/j/[email protected]/808131.mp3&track1=TI Whatever You Like&audio2=http://files1.mailboxdrive.com/mp3s-new/s/[email protected]/807778.mp3&track2=Rihanna Disturbia&audio3=http://files1.mailboxdrive.com/mp3s-new/e/[email protected]/804130.mp3&track3=Chris Brown Forever&audio4=http://files1.mailboxdrive.com/mp3s-new/l/[email protected]/796358.mp3&track4=Katy Perry I Kissed A Girl&audio5=http://files1.mailboxdrive.com/mp3s-new/a/[email protected]/811637.mp3&track5=KARDINAL OFFISHALL FT. AKON DANGEROUS&end=5&autoplay=ON&shuffle=OFF&color=000000&textcolor=FFFFFF" />
<param name="quality" value="high" />
</object>
After Modification:
Code:
<embed name="MYsPLAYER.com" src="http://www.MYsPLAYER.com/earbudsplayer.swf?audio1=$p1&end=1&autoplay=ON&shuffle=OFF&color=ffffff&textcolor=000000" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="325" height="103"</embed>
Second try:
Code:
<object type="application/x-shockwave-flash" allowscriptaccess="never" allownetworking="internal" data="http://www.MYsPLAYER.com/earbudsplayer.swf?audio1=$p1&end=1&autoplay=ON&shuffle=OFF&color=000000&textcolor=FFFFFF" width="325" height="103" >
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.MYsPLAYER.com/earbudsplayer.swf?Audio1=$p1&end=1&autoplay=ON&shuffle=OFF&color=000000&textcolor=FFFFFF" />
<param name="quality" value="high" />
</object>
neither played the media although it showed the player
i want a good looking and professional one
i found a few links on vbulletin which i cannot download maybe sum1 can attach it for me here and maybe sum1 can make the code for the embedder
here is the original player that works but shitty look
Code:
<embed name="MYsPLAYER.com" src="http://www.MYsPLAYER.com/small.swf?audio1=$p1&end=1&autoplay=OFF&shuffle=OFF&color=000000&textcolor=FFFFFF" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="141" height="62"></embed>
those are the vbulletin.org links
AME (Auto Media Embedding) XML's (The Geek) - vBulletin.org Forum
and
AME (Auto Media Embedding) XML Releases - vBulletin.org Forum
i want good looking MP3 players
thanks you