HTML-szerkesztés kezdőknek!!!
  • hinar
    #8591
    Használtam JW player és nem indul el.Ez mért van???

    <html>
    <head>
    <title>hinar</title>
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
    <script type='text/javascript' src='swfobject.js'></script>
    </head>
    <body>
    <center>

    <div id='mediaspace'>This text will be replaced</div>

    <script type='text/javascript'>
    var so = new SWFObject('player.swf','mpl','470','24','9');
    so.addParam('allowfullscreen','true');
    so.addParam('allowscriptaccess','always');
    so.addParam('wmode','opaque');
    so.addVariable('duration','33');
    so.addVariable('file','http://www.1.atw.hu/music/20100623.mp3'); a nevet megváltoztattam!!!
    so.addVariable('playlist','top');
    so.addVariable('autostart','true');
    so.write('mediaspace');
    </script>
    <img src="web.jpg" width="488" height="640">
    </center>
    </body>
    </html>