Arkadaşlar bana flash yönlendirme kodu lazım.
Yardımcı olacak arkadaş varsa sevinirim, veya nasıl yapılır konusunda izah edecek ben olayı tam çözemedim.
Yönlendirilecek adres: http://xat.com/sohbetbaz
Yönlenecek adres: http://www.sohbetbaz.net
Elimdeki örnek kod
<EMBED src=http://sohbetci.ucoz.com/61gokcekoyfmtrgg.swf width=15 height=15 type=application/x-shockwave-flash allowScriptAccess="always"
allowFullScreen="true"></EMBED>
TEŞEKKÜRLER
Flash konusunda yardım
2
●431
- 29-06-2010, 17:39:26flash ile javascript entegrasyonu yapman lazim örnek pop up acma kodu yazalim..
<SCRIPT LANGUAGE="JavaScript"> var javascript_version = 1.0;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript1.1"> javascript_version = 1.1;</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
var newwin;
function launchwin(winurl,winname,winfeatures)
{
//This launches a new window and then
//focuses it if window.focus() is supported.
newwin = window.open(winurl,winname,winfeatures);
if(javascript_version > 1.0)
{
//delay a bit here because IE4 encounters errors
//when trying to focus a recently opened window
setTimeout('newwin.focus();',250);
}
}
</SCRIPT>
bu yukaridaki kod html sayfasinin icinde olmasi gerek kod..
flashda kullanacagin kod ise :
javascript:launchwin('deneme.html' , 'newwindow' , 'height=150,width=200')
tabi bu pop up acmak, ama top.location kodunada benzeterek ayni islevi görebilirsin.. iyi calismalar