Sayfaniza player generatörü
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<base href="http://www.pcwango.de/" />
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="Microsoft FrontPage 4.0" />
<meta name="REVISIT-AFTER" content="1 DAYS" />
<meta http-equiv='Content-Style-Type' content='text/css' />
<meta name='Language' content='de' />
<meta name='Robots' content='index,follow' />
<meta name="RATING" content="GENERAL" />
<meta name="date" content="30-06-2009" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<link rel="alternate" type="application/rss+xml" title=" - Allgemeine Übersicht" href="backend.xml" />
<link rel="alternate" type="application/rss+xml" title=" - Downloads" href="backend.php?rss_topic=4" />
<link rel="alternate" type="application/rss+xml" title=" - HTML Tipps" href="backend.php?rss_topic=8" />
<link rel="alternate" type="application/rss+xml" title=" - News" href="backend.php?rss_topic=2" />
<link rel="alternate" type="application/rss+xml" title=" - Registry" href="backend.php?rss_topic=5" />
<link rel="alternate" type="application/rss+xml" title=" - Service Pack 2" href="backend.php?rss_topic=6" />
<link rel="alternate" type="application/rss+xml" title=" - Windows Vista" href="backend.php?rss_topic=7" />
<link rel="alternate" type="application/rss+xml" title=" - Windows XP" href="backend.php?rss_topic=3" />
<link rel="stylesheet" href="2fsystem.css" type="text/css" />
<link rel="stylesheet" href="modules/Blocks/Blocks.css" type="text/css" />
<link rel="stylesheet" href="modules/Meta-Tags/Meta-Tags.css" type="text/css" />
<link rel="stylesheet" href="templates/pcwango5/style/style.css" type="text/css" />
<script type="text/javascript" language="JavaScript1.2">
<!--
function TasteGedrueckt (e) {
if (!e) e=window.event;
window.status = "Taste mit Dezimalwert " + e.keyCode + " gedrückt";
if (e.keyCode==65 && e.ctrlKey && e.altKey) {
window.open('./admin/index.php?oc=1','infofenster','screenX=100,screenY=100,width=400,height=400,menubar=no,resizable=no,scrollbars=no');
}
}
document.onkeydown=TasteGedrueckt;
// -->
</script>
<script language="JavaScript" type="text/javascript" src="modules/MFCategories/mfcategories.js"></script>
<script language="JavaScript1.2" type="text/javascript" src="modules/News_FB/News_FB.js"></script>
<title> Musik Player Generator -Homepage Tools - Online-Generatoren - pcwango.de</title>
<link rel="stylesheet" type="text/css" href="/templates/pcwango5/style/style.css" media="screen" />
<!--[if lte IE 7]>
<link rel="stylesheet" href="templates/pcwango5/style/7.css" type="text/css" media="screen" />
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" href="templates/pcwango5/style/6.css" type="text/css" media="screen" />
<![endif]-->
<script type="text/javascript" src="swfobject.js"></script>
</head>
<body >
<div id="web">
<div id="web1" class="wrapper-w-img">
<div id="web2">
<div id="web3">
<div id="header" style="width: 918; height: 37">
<div id="top" style="width: 653; height: 4">
<ul>
<li> </li>
</ul>
</div>
</div>
<div id="body2">
<div id="left">
<div id="event">
<div class="opentable"><div align=center>
<script type="text/javascript"><!--
google_ad_client = "pub-5762640767366503";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_ad_type = "text";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<script type="text/javascript">
function SelectIt(What){
if (What.value=="") {
alert('Nothing to select')
}else{
What.focus();
What.select();
if (document.all){
What.createTextRange().execCommand("Copy");
alert("Kopiert (Einfügen mit Strg + V )");
}}}
</SCRIPT>
<script type="text/javascript">
// funtion: generate()
// decs: creates the source depending out textboxes
function generate(){
var f = document.myForm;
var total='<script language="JavaScript"><!--n';
if(f.url.value.length==0 || f.url.value=="http://"){
alert('Bitte geben +++ ein URL für die Hintergrundmusik sonst funktioniert das nicht.');
}
if(f.IE_size[1].checked){ IE_size='width=70 height=45';}
else if(f.IE_size[2].checked){ IE_size='width=285 height=45';}
else if(f.IE_size[3].checked){ IE_size='width=70 height=25';}
else if(f.IE_size[4].checked){ IE_size='width=285 height=25';}
else{ IE_size='hidden="true"';}
if(f.NS_size[1].checked){ NS_size='controls="LargeConsole" width=145 height=35';}
else if(f.NS_size[2].checked){ NS_size='controls="LargeConsole" width=145 height=60';}
else if(f.NS_size[3].checked){ NS_size='controls="SmallConsole" width=50 height=15';}
else if(f.NS_size[4].checked){ NS_size='controls="SmallConsole" width=145 height=15';}
else{ NS_size='hidden="true"';}
var IE='<embed src="'+f.url.value+'" autostart="'+f.autostart[f.autostart.selectedIndex].value+'" loop="'+f.loop[f.loop.selectedIndex].value+'" '+IE_size+'></embed>';
var NS='<embed src="'+f.url.value+'" autostart="'+f.autostart[f.autostart.selectedIndex].value+'" loop="'+f.loop[f.loop.selectedIndex].value+'" '+NS_size+'></embed>';
var other='<embed src="'+f.url.value+'" autostart="'+f.autostart[f.autostart.selectedIndex].value+'" loop="'+f.loop[f.loop.selectedIndex].value+'"></embed>';
total+= 'if(navigator.appName=="Netscape"){ndocument.write(''+NS+'');}n'+
'else if(navigator.appName=="Microsoft Internet Explorer"){n'+
'document.write(''+IE+'');}n'+
'else{n'+
'document.write(''+other+'');}n//-->n</'+'script>n';
total+= '<noscript>'+other+'</noscript>n';
total+= '<noembed><bgsound src="'+f.url.value+'" loop='+f.loop[f.loop.selectedIndex].value+'></noembed>'
f.output.value=total;
}
// funtion: view()
// decs: displays a preview of the script
function view() {
if(document.myForm.output.value != 'no code available. "Generate" source code first'){
msg=open("","DisplayWindow","menubar=1,resizable=1,width=300,height=100");
msg.document.write(document.myForm.output.value);
}
else{
generate();
view();}
}
// End-->
</script>
<table cellpadding="20" style="height:100%" width="492"><tr><td width="492" height="100%"><div align="center"><center><table cellspacing="4" border="0" cellpadding="3" width="100%" style="border-collapse: collapse" height="5"><tr><td style="text-indent: 0; margin-left: 10" height="1" width="100%"><table border="0" width="100%"><tr><td width="100%"><p align="center"><a name="Muzik-Generator"><center><font size="4" color="#000000"><b><h3>Müzik Player-Generator</h3></b></font></center></a></td></tr><tr><td width="100%"><p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#000000">Sayfaniza Player Generatoru</font><p align="center" style="margin-top: 0; margin-bottom: 0"><font color="#000000"></font></td></tr></table></td></tr><tr><td style="text-indent: 0; margin-left: 10" height="2"><form name="myForm"><div align="center"><center><table border=0 cellpadding=4 cellspacing=0 style="border-collapse:collapse;border:1px solid #ffffff;" height="138" width="455"><tr><td align="center" class=desc height="30" width="445">Asagidaki
pencereye sarkinizin URL'ini yaziniz.<b>(http://www.austinithinkyoushine.com/media/Straight_On.mp3)</b><br><font color="#000000"><br></font><input type="text" name="url" onfocus="if(this.value){}else{value='http://'}" size="30" style="font-family: Verdana; font-size: 8pt; border: 1px solid #353C48"><font color="#000000"></font></td></tr><tr><td align="center" class=desc height="45" width="445"><font color="#000000">Sayfanizda müzik hemen baslasinmi?:<br></font><select size=2 name="autostart" style="font-family: Verdana; font-size: 8pt; border: 1px solid #CCFFCC"><option value=true selected>Evet<option value=false>Hayir</select><font color="#000000"></font></td></tr><tr><td align="center" class=desc height="30" width="445"><br><font color="#000000">Kac kere calsin?: </font><select name="loop" style="font-family: Verdana; font-size: 8pt; border: 1px solid #CCFFCC" ><option value="true" selected>Sonsuz<option value="1">1 Schleife<option value="2">2 Schleifen<option value="3">3 Schleifen<option value="4">4 Schleifen<option value="5">5 Schleifen<option value="10">10 Schleifen</select><font color="#000000"></font></td></tr></table></center></div><font color="#000000"><br><br></font><table align=center height="269" bgcolor="#ffffff"><tr><td bgcolor="#ffffff" align="center" colspan=3 height="15" style="border: 1px solid #ffffff"><font color="#000000"><b>Player Konfiguration:</b></font></td></tr><tr><td height=6 bgcolor="#ffffff"></td></tr><tr><td valign="top" style="border:0px" height="236"><div align="center"><center><table border=0 cellpadding=4 cellspacing=0 style="border-collapse:collapse;border:1px solid #ffffff;"><tr><td class=header bgcolor="#ffffff"><font color="#000000"><b>Internet Explorer 4+ </b></font></td></tr><tr><td class=desc><input type="radio" name="IE_size" checked>Versteckt</td></tr><tr><td class=desc><input type="radio" name="IE_size"><font color="#000000"><img src="modules/Music_creator/images/IE4.gif" width=70 height=45 alt=""></font></td></tr><tr><td class=desc><input type="radio" name="IE_size"><font color="#000000"><img src="modules/Music_creator/images/IE3.gif" width=253 height=45 alt=""></font></td></tr><tr><td class=desc><input type="radio" name="IE_size"><font color="#000000"><img src="modules/Music_creator/images/IE1.gif" width=70 height=25 alt=""></font></td></tr><tr><td class=desc><input type="radio" name="IE_size"><font color="#000000"><img src="modules/Music_creator/images/IE2.gif" width=252 height=25 alt=""></font></td></tr></table></center></div></td><td height="236"></td><td valign="top" style="border:0px" height="236"><div align="center"><center><table border=0 cellpadding=4 cellspacing=0 style="border-collapse:collapse;border:1px solid #ffffff;" height="234"><tr><td class=header height="12" bgcolor="#ffffff"><font color="#000000"><b>Netscape 4.x </b></font></td></tr><tr><td class=desc height="20"><input type="radio" name="NS_size" checked>Versteckt</td></tr><tr><td class=desc height="38"><input type="radio" name="NS_size"><font color="#000000"><img src="modules/Music_creator/images/NS1.gif" width=135 height=35 alt=""></font></td></tr><tr><td class=desc height="63"><input type="radio" name="NS_size"><font color="#000000"><img src="modules/Music_creator/images/NS2.gif" width=135 height=60 alt=""></font></td></tr><tr><td class=desc height="33"><input type="radio" name="NS_size"><font color="#000000"><img src="modules/Music_creator/images/NS3.gif" width=50 height=15 alt=""></font></td></tr><tr><td class=desc height="20"><input type="radio" name="NS_size"><font color="#000000"><img src="modules/Music_creator/images/NS4.gif" width=134 height=15 alt=""></font></td></tr></table></center></div></td></tr></table><font color="#000000"><br></font><div align="center"><center><table border=0 cellpadding=4 cellspacing=0 style="border-collapse:collapse;border:1px solid #ffffff;" width="455"><tr><td class="desc" align=center width="445" bgcolor="#ffffff"><input type="button" class="button" value="Kodu aliniz" onClick="generate()" style="font-family: Verdana; font-size: 8pt"><font color="#000000"></font><input type="button" class="Button" value="Test" onClick="view();" style="font-family: Verdana; font-size: 8pt"><font color="#000000"></font><input type="reset" class="button" value="Iptal" onclick="if(confirm('Code Löschen????')){return true;}else{return false;}" style="font-family: Verdana; font-size: 8pt"><font color="#000000"></font><font face="Arial" size="2"><Input Type="Button" onClick="SelectIt(this.form.output)" Value="Kodu kopyalayiniz" style="font-size: 8pt"></font></td></tr><tr><td width="445" align="center"><p align="center"><font color="#000000"><textarea name="output" cols=70 rows=10 wrap="virtual" style="font-family: Verdana; font-size: 8pt; border: 1px solid #ffffff">Alltaki pencere bos ise "Kodu aliniz'a basiniz"</textarea></font><p align="center"><font color="#000000">Gelen kodu BODY kismina yapistiriniz<br></font></td></tr></table></center></div></form></td></tr><tr><td style="text-indent: 0; margin-left: 10" height="25"></td></tr></table></center></div></td></tr></table></div><div align=center>
<script type="text/javascript"><!--
google_ad_client = "pub-5762640767366503";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_ad_type = "text";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</div>
</div>
</div>
<p>
<br class="spacer" />
</p>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-5002264-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<script src="http://layer-ads.de/la-61150.js" type="text/javascript"></script>
<script language="JavaScript1.1" type="text/javascript" src="http://www.contaxe.com/go/go.js?t=20&c=12874&s=8152&hw=10&wr=5&pct=2000"></script>
</div>
</body>
</html>
umarım işinize yarar...