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 CCSprite.
stackoverflow.com/questions/12000379/cocos2d-how-to-play-a-video-in-the-background-of-a-cclayer
(and no.CCVideoPlayer is not what I am looknig for because is not parentable or it is not a CCNode descendant to move or parenting)
got any brilliant idea ? thanks.