|
-
i have kind of a problem and i feel like a noob for it lol
i have no clue how to make my song play when the movie starts
ive tried everything i can think of, and i know it cant be that difficult
can somebody help me?
-
I again,
i got mad with this problem i have this code more 3 times
i each of them calls for a movieclip, and each movie has a preloading in it,
and it works fine... on the computer... not in the site i don't know
why, i know that you must have every .swf file in the same folder of the main
.swf file, everything works fine with the "CTRL - Enter" or after i publish,
but after i uploaded every .swf, it just didn't work, the preloading works for
the main, but then when i rollover each button, the browser bar where the
"waiting for http://www.site.com..." appears, it shows that but nothing
happens. I also tried with internet explorer, and nothing shows.
i was so happy that i've finaly got it, and now
here's the code, did i missed something, i really don't get it
why does not work in the web, if it does in windows?
PHP Code:
stop();
this.createEmptyMovieClip("empty_mc",1);
button1.onRollOver = function() {
empty_mc.loadMovie("GSB.swf");
empty_mc._xscale = "101.1";
empty_mc._yscale = "101.1";
empty_mc._x = "0";
empty_mc._y = "-6.5";
};
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|