Friday, May 1, 2015

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?

1 comment:

  1. To get the video to stop put this in your actions!

    INSTANCE_NAME_OF_VIDEO.addEventListener(Event.REMOVED_FROM_STAGE,f);

    function f(e:Event):void{

    INSTANCE_NAME_OF_VIDEO.stop();

    }

    ReplyDelete