Final Project - Critques
This is obviously very broken. The video does not show up as of right now.
1.) How do I get the video to show up? Do i need somewhere that will host a 120mb file?
2.) How do I get it to stop playing when I skip?
3.) Creating a path without a mask?
4.) Is the yellow bad?
To get the video to stop put this in your actions!
ReplyDeleteINSTANCE_NAME_OF_VIDEO.addEventListener(Event.REMOVED_FROM_STAGE,f);
function f(e:Event):void{
INSTANCE_NAME_OF_VIDEO.stop();
}