Questions tagged [skvideonode]

An SKVideoNode is a node that plays live video. A video node can be instantiated using a video file in the bundle. Or, if you need more precise control over video playback, you can instantiate the video node using an AVPlayer object. Available in iOS 7.0 and later.

47 questions
0
votes
1 answer

Stop and quit SKVideo

H! I'm using SKVideoNode to play a video on a project. The thing is that when I try to stop it and get back to the current actions sometimes it works but sometimes not. Here is the code where I play it. Thanks in advance. SKAction *actionPlayVideo =…
0
votes
1 answer

Playing video in a CCSprite?

Looking for an appropriate method to play a mp4 or m4v within a CCSprite in IOS 7. I found something here (link below). But it adds video to cocos2d active scene not into CCsprite. and I couldnt parent it into a…
Zen Of Kursat
  • 2,672
  • 1
  • 31
  • 47
1 2 3
4