Hello I'm a new member here, hope you guys will be willing to help me out a little. I am having problems with making the flash movies I made work as I want when embeded. They currently work but not as I like. This is a long message but PLEASE read it! PLEASE HELP! I've been up for nights.
You see, for each of my flash movies, I have put a few looping frames at the start of each movie displaying a "LOADING" message until a certain amount is loaded before it skips past and starts playing.eg., I would put in the first loading frame
ifFrameLoaded ("Scene 6", 30) {
gotoAndPlay ("Scene 1", 5);
}
and on frame 4 I would put
gotoAndPlay (1);
This was working fine when you view the .swf directly by typing the path to the file itself, and it allowed the movie to load 30 or 40 frames before it started playing, making it run smoothly. But when I EMBED it, it doesn't work right.
instead of starting to stream immediately and displaying the loading message, it WAITED till the whole movie was downloaded, and then just started streaming from AFTER the "Loading" message! Worse yet, for the larger movies, it started streaming the sounds first, with no image. Then, the whole thing would stop and start again from the start and the sounds would restart from the beginning, and the rest would play properly.
Here is one of my movies:
Obviously, there is no problem with the flash movie itself, as it worked by itself. It seems as if there is a problem with my embeding, but I have compared it with those on other sites like newgrounds and it is the same. Also, I have tried to load it to other hosts, etc. etc. and using Netscape, Opera, IE 5.5, IE6 to view it. Nothing works. PLEASE HELP!!!!!
Below is the code I used to embed the thing...
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="550" height="400">
<param name=movie value="dna.swf">
<param name=quality value=high>
<embed src="dna.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>
You see, for each of my flash movies, I have put a few looping frames at the start of each movie displaying a "LOADING" message until a certain amount is loaded before it skips past and starts playing.eg., I would put in the first loading frame
ifFrameLoaded ("Scene 6", 30) {
gotoAndPlay ("Scene 1", 5);
}
and on frame 4 I would put
gotoAndPlay (1);
This was working fine when you view the .swf directly by typing the path to the file itself, and it allowed the movie to load 30 or 40 frames before it started playing, making it run smoothly. But when I EMBED it, it doesn't work right.
instead of starting to stream immediately and displaying the loading message, it WAITED till the whole movie was downloaded, and then just started streaming from AFTER the "Loading" message! Worse yet, for the larger movies, it started streaming the sounds first, with no image. Then, the whole thing would stop and start again from the start and the sounds would restart from the beginning, and the rest would play properly.
Here is one of my movies:
Obviously, there is no problem with the flash movie itself, as it worked by itself. It seems as if there is a problem with my embeding, but I have compared it with those on other sites like newgrounds and it is the same. Also, I have tried to load it to other hosts, etc. etc. and using Netscape, Opera, IE 5.5, IE6 to view it. Nothing works. PLEASE HELP!!!!!
Below is the code I used to embed the thing...
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="550" height="400">
<param name=movie value="dna.swf">
<param name=quality value=high>
<embed src="dna.swf" quality=high pluginspage=" type="application/x-shockwave-flash" width="550" height="400">
</embed>
</object>