• 09-02-2009, 01:11:09
    #1
    // haber icine veya video sayfasina video koyar
    function writeSWFVideoPlayer2(video_id, width, height, add_border) {
    	if (width == null || width == "") width = 364;
    	if (height == null || height == "") height = 318;
    	// add_border default is false
    	add_border = add_border != null && add_border;
    	width = parseInt(width);
    	height = parseInt(height);
    	if (width < 200 || height < 190) {
    		width = 200;
    		height = 190;
    	}
  • 09-02-2009, 09:17:30
    #2
    Üyeliği durduruldu
    bir şeyleri eksik koydunuz. sanırım html dosyası içindekileri yapıştırdınız.
  • 09-02-2009, 09:30:59
    #3
    Burada sadece bu işte kullanılan JAVASCRIPT fonksiyonunu verdim.
    Bunun HTML tasarım ve PHP tarafı da olacak tabii.
    Bunu arayanlar oluyor bazen.