Forum'da ara:
Ara


Yazar Mesaj
Mesaj10.02.2010, 17:18 (UTC)    
Mesaj konusu:

Kod:
Hayır, flash tasarımda başlık resmi değiştirilebilir. Smile "ancak" başlık reminizin url'si .swf  uzantılı olmalıdır.

Not: http://www.fileden.com/files/2007/11/27/1609650/hfintroflashh.swf urlsinin yerine kendi başlık resminizin url sini koyun

Örnek görüntü: http://tasarimdenemelerim.tr.gg/

Kod Alıntı: HackeR FrienD

Kod:
[code]<script type="text/javascript">
function Header()
{   
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="888" height="136">');
   
      document.write('<param name="movie" value="http://www.fileden.com/files/2007/11/27/1609650/hfintroflashh.swf?color=0x300638&headerTitle='+encodeURI("")+'" />');

      document.write('<param name="allowScriptAccess" value="always">');
      document.write('<param name="quality" value="high" />');

      document.write('<embed src=" http://www.fileden.com/files/2007/11/27/1609650/hfintroflashh.swf?color=0x300638&headerTitle='+encodeURI("")+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="888" height="136" allowScriptAccess="always">');

    document.write('</embed>');

    document.write('</object>');
}
</script>[/code]



WaLLa kardeş anlamadım desem yeridir
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu