Can I play movies with cocos2dx?

Can I play movies with cocos2dx?
If yes, how?

Grüße dreifrankensoft,

yes its possible. There is a wrapper for the videoplayer for iOS and also cross-platform:
https://github.com/saiy2k/cocos2dx-videoplayer-ios/archive/master.zip

this one from cn:
http://www.cnblogs.com/pengyingh/articles/2513013.html

here is another one (might be outdated):
http://supportforums.blackberry.com/t5/Native-Development/Playing-video-with-cocos2d-x-cocos2d-2-0-x-2-0-2/td-p/1912433

A CCVideoPlayer Demo:
http://www.supersuraccoon-cocos2d.com/2011/08/11/ccvideoplayer-demo-from-cocos2d-extension/

About playing a video in a CCScene:
http://stackoverflow.com/questions/19318771/play-video-and-game-in-same-scene-in-cocos2dx

Let me know if that works for you.
Cheers