Konu Başlığı: Full Browser İmage Gösterimi
View Single Post
Sponsorlu Bağlantılar
Zoque.Forum
Advertisement
Old 05.03.2008   #6 (permalink)
Lexaria
 
Üyelik Tarihi: 04.08.2006
Yer: Eskişehir
Yaş: 19
Mesaj: 51
Re: Full Browser İmage Gösterimi

Arkadaş full browser sormuş. Full browser ile fullscreen aynı kapıya cıkmıyor. Full browser bir sayfa için kodlar aşşağıda;

Kod:
<HTML xmlns="http://www.w3.org/1999/xhtml" XML:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content=" />
<meta name="robots" content="index,follow" />
<meta name="rating" content="GENERAL" />
<meta name="distribution" content="GLOBAL" />
<meta name="copyright" content="" />
<meta name="author" content="" />
<meta http-equiv="reply-to" content="" />
<meta name="originatorjurisdiction" content="" />
<meta name="revisit-after" content="10 days" />

<title>Full flash Browser</title>
<script language="JavaScript">AC_FL_RunContent = 0;</script>

<script src="AC_RunActiveContent.js" language="JavaScript"></script>
</head>
<body bgcolor="#000000" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<!--url's used in the movie-->
<!--text used in the movie-->
<!-- saved from url=(0013)about:internet -->
<script language="JavaScript">
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '100%',
			'height', '100%',
			'src', 'main',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'noscale',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'main',
			'bgcolor', '#000000',
			'name', 'main',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'main',
			'salign', ''
			); //end AC code
	}
</script>
<noscript>
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="main" align="middle">
	<param name="allowScriptAccess" value="sameDomain" />
	<param name="allowFullScreen" value="false" />
	<param name="movie" value="main.SWF" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#000000" />	<embed src="main.SWF" quality="high" scale="noscale" bgcolor="#000000" width="100%" height="100%" name="main" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
	</object>
</noscript>
</body>
</HTML>
Not: AC_RunActiveContent.js dosyasını internetten rahatlıkla edinebilirsin.
Lexaria şu an çevrimdışı   Mesajdan alıntı yaparak yeni bir cevap ekleyin