myspace |
Video myspace: [myspace]numero video[/myspace] |
<embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m={TEXT}&type=video" type="application/x-shockwave-flash" width="425" height="350"></embed><br />
<a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid={TEXT}" target="_blank">Link</a><br /> |
 |
Sì |
mtvvideo |
Video MTV: [mtvvideo]ID Video[/mtvvideo] |
<embed src="http://media.mtvnservices.com/mgid:uma:video:mtv.com:{IDENTIFIER}" width="400" height="300" flashVars="configParams=vl%3Dnl" type="application/x-shockwave-flash" allowFullScreen="true" AllowScriptAccess="always"></embed> |
 |
Sì |
mtvmusic |
Video MTV Music: [mtvmusic]ID Video[/mtvmusic] |
<embed src="http://media.mtvnservices.com/mgid:uma:video:mtvmusic.com:278138" width="512" height="319" type="application/x-shockwave-flash" flashVars="dist=http://www.mtvmusic.com&configParams=vl%3Den" allowFullScreen="true" AllowScriptAccess="always"></embed> |
 |
Sì |
natgeographic |
Video National Geographic: [natgeographic]ID del video[/natgeographic] |
<embed src="http://video.nationalgeographic.com/video/player/swf/ngplayer_syndicated.swf" flashVars="slug={IDENTIFIER}&img=http://video.nationalgeographic.com/video/player/media/{IDENTIFIER}/{IDENTIFIER}_480x360.jpg&vtitle=&permalink=http://video.nationalgeographic.com/video/player/news/animals-news/{IDENTIFIER}.html&share=true" name="flashObj" width="460" height="321" seamlesstabbing="false" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> |
 |
Sì |
flv |
Video FLV: [flv]URL video[/flv] |
<embed src="portal/mp3/mediaplayer.swf" width="400" height="300" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=300&width=400&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> |
 |
Sì |
jwflv |
Video Player JWFLV: [jwflv]Link MP3[/jwflv] |
<embed src="portal/mp3/mediaplayer.swf" width="400" height="300" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=300&width=400&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> |
 |
Sì |
jwmp3 |
Video Player WMP3: [jwmp3]Link MP3[/jwmp3] |
<embed src="portal/mp3/mp3player.swf" width="470" height="65" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" allowfullscreen="true"
flashvars="height=65&width=470&file={URL}&showeq=true&showstop=true" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> |
 |
Sì |
photobucket |
Video Photobucked: [photobucket]http://s189.photobucket.com/albums/z140/wolverhamptonboy/xxx.flv[/photobucket] |
<embed width="430" height="389" type="application/x-shockwave-flash" wmode="transparent" src="http://photobucket.com/flash/player.swf?file={URL}"></embed> |
 |
Sì |
paypal |
Paypal: [paypal]indirizzo Paypal[/paypal] |
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="{EMAIL}">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="item_number" value="DONATION">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="tax" value="0">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="bn" value="PP-DonationsBF">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="110" height="23">
</form> |
 |
Sì |
colorslide= |
Testo colorato alternato: [colorslide=Tuo testo]green,blue,yellow,30 (tempo in millisecondi)[/colorslide] |
<h2><script language="JavaScript1.2">
var message="{TEXT}"
var neonbasecolor="{COLOR1}"
var neontextcolor="{COLOR2}"
var neontextcolor2="{COLOR3}"
var flashspeed={NUMBER} // speed of flashing in milliseconds
var flashingletters=3 // number of letters flashing in neontextcolor
var flashingletters2=1 // number of letters flashing in neontextcolor2 (0 to disable)
var flashpause=0 // the pause between flash-cycles in milliseconds
///No need to edit below this line/////
var n=0
if (document.all||document.getElementById){
document.write('<font color="'+neonbasecolor+'">')
for (m=0;m<message.length;m++)
document.write('<span id="neonlight'+m+'">'+message.charAt(m)+'</span>')
document.write('</font>')
}
else
document.write(message)
function crossref(number){
var crossobj=document.all? eval("document.all.neonlight"+number) : document.getElementById("neonlight"+number)
return crossobj
}
function neon(){
//Change all letters to base color
if (n==0){
for (m=0;m<message.length;m++)
crossref(m).style.color=neonbasecolor
}
//cycle through and change individual letters to neon color
crossref(n).style.color=neontextcolor
if (n>flashingletters-1) crossref(n-flashingletters).style.color=neontextcolor2
if (n>(flashingletters+flashingletters2)-1) crossref(n-flashingletters-flashingletters2).style.color=neonbasecolor
if (n<message.length-1)
n++
else{
n=0
clearInterval(flashing)
setTimeout("beginneon()",flashpause)
return
}
}
function beginneon(){
if (document.all||document.getElementById)
flashing=setInterval("neon()",flashspeed)
}
beginneon()
</script> </h2>
</body>
</html> |
 |
Sì |