I've created a simple flash animation using the software: Vectorian Giotto. It looks great except I don't want it to keep replaying! I've tried using stop(); in final keyframes and I've also tried loop="false" in the html. That kind of works as it stops it from looping but then it plays how it should but goes blank. Any ideas?
You are doing something wrong with the stop(); you tried. Put the source here if you can. The html loop=false will not help you with what you are trying to achieve.
The stop you put in the last keyframe, stops the main timeline but not the timelines of the movieclips placed in the frames, so maybe you have a looping movieclip somewhere causing the problem you have.
I realized the problem...somewhat. The stop works! Whenever I do manual animations it works and doesn't loop. The only time it does not work is when I use one of the effects provided in the software. Those loop no matter what. Which stinks since those are really what I'd like to use!