http://localhost Posted August 8, 2008 Report Share Posted August 8, 2008 (edited) 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 August 8, 2008 by http://localhost Link to comment Share on other sites More sharing options...
http://localhost Posted August 21, 2008 Author Report Share Posted August 21, 2008 (edited) Tiešām neviens nevar izpalīdzēt? Hmm, pēkšņi sācis strādāt :D Edited August 21, 2008 by http://localhost Link to comment Share on other sites More sharing options...
Aleksejs Posted August 21, 2008 Report Share Posted August 21, 2008 ActionScript galīgi nav mans lauciņš, bet, kā būtu, ja norādītu arī otru parametru: on (release) { getURL("http://www.php.lv","_self"); } Link to comment Share on other sites More sharing options...
waplet Posted August 21, 2008 Report Share Posted August 21, 2008 kas tev rādās , nav tā vienkārši ka neiet! Link to comment Share on other sites More sharing options...
http://localhost Posted August 21, 2008 Author Report Share Posted August 21, 2008 Nē nu viss okey, nezinu kas bija tur par vainu, vienk tagad atradu gūglē, nokopēju, ieliku iet. on (release) { getURL("http://www.adrese.lv"); } Šādi viss iet. Var slēgt ciet. Link to comment Share on other sites More sharing options...
Recommended Posts