Flash Help
V-P
State College, PA Member
I'm making a menu for my future site in Flash, and I got it done, the only problem is that I want to stop the animation at the end of on layer, but keep the other layers going. I haven't done much with actionscript, so the only as I used in this animation is:
[PHP]stop();[/PHP]
That is useful for most things, but in this case, since it stops all layers, it's useless.
The second problem is that when I save the files, the swf comes up blank. I attached the published files. Someone please take a look. Also, if you look, you'll see I didn't use tweens, I use individual keyframes, but actually, I use the custom easing tool so don't think I suck THAT much. Thanks!
EDIT: BTW, the if you use the HTML to open it, it works fine, but the SWF looks blank. No biggie as long as HTML works, but just wanted to know the reason. Also, I think this is an amazing menu I made, since I use no AS. If anyone wants to give me any unrelated tips go ahead.
[PHP]stop();[/PHP]
That is useful for most things, but in this case, since it stops all layers, it's useless.
The second problem is that when I save the files, the swf comes up blank. I attached the published files. Someone please take a look. Also, if you look, you'll see I didn't use tweens, I use individual keyframes, but actually, I use the custom easing tool so don't think I suck THAT much. Thanks!
EDIT: BTW, the if you use the HTML to open it, it works fine, but the SWF looks blank. No biggie as long as HTML works, but just wanted to know the reason. Also, I think this is an amazing menu I made, since I use no AS. If anyone wants to give me any unrelated tips go ahead.
0
Comments
<object width="100%" height="100%">
<param name="movie" value="http://ibbabl.com/images/Menu.swf">
<embed src="http://ibbabl.com/images/Menu.swf" width="100%" height="100%">
</embed>
</object>
It is a little butchered becuase I did not have the fonts, but it should work alright back on your system. There seems to be a jitter or something that I can not quite pick out, but I can tell it is there, right before it starts the loop after all the buttons stop movign and are lined up.
[PHP]<object width="100%" height="100%">
<param name="movie" value="http://ibbabl.com/images/Menu.swf">
<embed src="http://ibbabl.com/images/Menu.swf" width="100%" height="100%">
</embed>
</object>[/PHP]
you need both the object, and embed tags, because I think one browser looks at the object, and the other looks at the embed and ignores the object. If i remember right, but anyway, does yours look like that because I can not see what you have embeded. FF wants me to get a plugin that I already have.
Sorry for taking so long to reply, that's what happens when it's a "family" PC, but I'll check my code and see.
[PHP]<object width="100%" height="100%">
<param name="movie" value="http://img136.imageshack.us/my.php?image=menu0fc.swf">
<embed src="http://img136.imageshack.us/my.php?image=menu0fc.swf" width="100%" height="100%">
</embed>
</object>[/PHP]
AFAIK, when you do a flash site, it is usually a fixed length so that there is no scrolling, or are you just integrating flash into the site?
[PHP]
onClipEvent (mouseDown) {
gotoAndPlay(1);
}
[/PHP]
Can anyone give me a code that will do this please? Let me know if you don't understand, as my explanation was a bit crude, and I'll try to explain better.
EDIT: BTW I put the AS in the movieclip.