I’m having a problem with my website, it will let me load my pages but my home button isnt working. Can some one help me please.
can you post the code?
argh i did attach the file but the site didnt put it up, i will put up the about and main section to show you.
here is about
can anyone help me?
We can’t really do much with SWFs, post the FLA’s.
You’ve uploaded your swf’s, not fla’s.
Lol, sorry dudes
other part
The problem is you used loadMovie instead of loadMovieNum for your home button. Replace the code on your home button with:
[AS]
on (release) {
loadMovieNum(“home.swf”, 0);
}
[/AS]
and it should work fine
thanks alot
Welcome