Play A Video as a Part of a Scene?

I found a solution here that creates a second activity.
I just wondering if there’s a way to play a video as a part of a Scene within the same activity?

I want to make the video plays as it enters / or the scene is created that has a skip button to skip the video; and when the video finishes playing/skips, it will replace the current scene with other scene.

The part that Im not sure is if there’s a listener that the Scene can observe and do something when the video ended?

FaRHaN

I would start here:

http://www.cocos2d-x.org/forums/6/topics/28302?r=28348

Thanks, I have followed this and it works but Im not sure how to do it without creating a new activity :confused:

I hope somebody knows a better way to do it.

Thanks.

Cory Trese wrote:

I would start here:
>
http://www.cocos2d-x.org/forums/6/topics/28302?r=28348