Jump to content
php.lv forumi

Geturl


http://localhost

Recommended Posts

Sveiki, man jautājums, novilku flash lapu, un itkā viss ok. Uz navigācijas salieku tur index.html, kontakti.html u.t.t

Bet man interesē kā ielikt adresi.

on (release) {
getURL("index.html");
}

 

Viss iet, bet kad ielieku;

on (release) {
getURL("http://www.php.lv");
}

 

neiet.Kā īsti to ievieto adresi?

 

Runa iet par flash.

 

Viss kopumā man ir:

 

on (rollOver) {
if (_root.link<>6) {
	this.gotoAndPlay("s1");
}
}
on (releaseOutside, rollOut) {
if (_root.link<>6) {
	this.gotoAndPlay("s2");
}
}
on (release) {
if (_root.link<>6) {
	_root["item"+_root.link].gotoAndPlay("s2");
	_root.link = 6;
}
}
on (release) {
getURL("http://www.adrese.lv");
}

Edited by http://localhost
Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...