Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Actionscript / October 2008



Tip: Looking for answers? Try searching our database.

button don't work

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sarosa - 05 Oct 2008 20:31 GMT
Hello, I would be happy to receive some help. I don't understand why the very
simple action of a "getURL" sometimes just don't work. I have now one that I
work for hours now. The button work on the swf file (when I play the fla movie)
but it doesn't work in Dreamweaver. In dreamweaver the "hand-icon" show there
is a button but nothing happens. Appreciate some advice. Thank you very much.
kglad - 05 Oct 2008 21:25 GMT
show your relevant code using the attach code option.
Sarosa - 05 Oct 2008 22:29 GMT
that's my simply code, which I use often, but sometimes it just don't work.

on (release) {
    getURL("../portfolio_mono_desert.html", "_self");
}
ThePath - 05 Oct 2008 23:48 GMT
The link code goes as follows:

on(release){
getURL("http://www.mysite","_self");
}

The next slide code goes as follows:

stop();
function goNext(){
currentSlide.gotoNextSlide();
clearInterval(timer);
}
var timer = setInterval(goNext, 500);

The go to first slide goes as follows:

stop();
function goNext(){
_root.presentation.gotoSlide(_root.presentation.slide1);
clearInterval(timer);
}
var timer = setInterval(goNext, 500);

As I say it all works until 2nd loop and then stops on 3rd slide....?
ThePath - 05 Oct 2008 23:48 GMT
Oh yeh and of course the damn links dont work on the buttons!!
kglad - 06 Oct 2008 00:40 GMT
i'm not sure what thepath's code is doing in this thread, but there are problems with that code.

sarosa, your relative path is relative to the html file that embeds your swf, not your swf.
ThePath - 06 Oct 2008 16:48 GMT
Hi. Whoops posted it here by accident. Can you tell me whats wrong with the code please?

Ta
kglad - 06 Oct 2008 20:36 GMT
i responded to a duplicate post on another thread.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.