movie

MPMoviePlayerController view disappearing when next/previous button is pressed

Hi all, I have this very strange problem. I create an MPMoviePlayerController in my view controller with the following code: player = [[MPMoviePlayerController alloc] initWithContentURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"vid96" ofType:@"mov"]]]; player.fullscreen = YES; player.controlStyle = MPMovieControl...

Record my animation and upload it to my server

Hello, I write some flash animation application that user can customate. I wont to record the animation inside the flash and send it to my java server - prefer in mpeg. In short, the idea is record some event in my flah game and the outcome will be some video/movie in my server side... I will happy for Any help, idea wil... Thanks. ...

Can anybody explain about Movie function and cdata in MATLAB?

Hi. I'm trying to figure out how to use cdata under Movie function in MATLAB. Can any expert please give me a short explanation? Thank you! ...

Can I play a movie with a transparent background on the iPhone?

I'd like to supply my own background to a movie playing on the iPhone, for example a single-color background, a picture, the images from the camera. Is it possible to play a movie with a transparent background on the iPhone, and if yes, how? ...

Getting notifications from movie player in UIWebView

Hi all. My application is streaming YouTube videos by loading a URL in a UIWebView: NSString *videoURLStr = [NSString stringWithFormat:@"http://www.youtube.com/embed/%@?autoplay=1", videoId]; NSURL* videoURL = [NSURL URLWithString:videoURLStr]; [movieView loadRequest:[NSURLRequest requestWithURL:videoURL]]; This works great, except ...

"The Social Network" movie - how to watch logs in real time via Terminal?

This is a basic question - in the movie "The Social Network" there are several scenes when the young Facebook staff is watching the PHP/Apache server logs on in their TERMINAL in real time. I'm familiar with how to do this in a RUBY/RoR environment - but with a standard LAMP Apache/PHP environment, how to do actively monitor your server...

MPMoviePlayerViewController unwanted replay issue

In Ipad (IOS 3.2) I am working on an app that needs to play a opening .mov. When the video (while located in startUpVC) is finished playing it will call another VC for a welcome page. After several VC changing when I called the function [viewController.view removefromSuperView] in delegate I found that the app called the startUpVC (in th...

What is a good open-source/commercial web video player? Use Javascript? Flash?

I'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script cod...

Problem dismiss MPMoviePlayerViewController on play error

Hi, I have a problem with the MPMoviePlayerViewController: If the controller can't find the movie at the specified URL it displays a white screen and I can't make it go close. This is how I start the movie player: - (void) playVideo:(NSString*)path { NSURL* url = [NSURL URLWithString:path]; [[NSNotificationCenter defaultCenter] ad...

MPMoviePlayerController in iPad shows first frame but disappears after pressing play

Hello all, After selecting a movie from the camera roll the first frame of the movie appears but after pressing play the movie disappears and won't play... Been racking my brain for days and can't figure this one out. The code used to work but doesn't seem to work on the latest version of the SDK - (void)imagePickerController:(UIImage...

How to render the uploaded photo in a movie?

You have certainly seen sites where you upload a photo of a person, and it is mixed in a video at various places with various effects. I am wondering with what technology is done that, and what steps the process takes? For example you can check this site: http://j.mp/bbe8o8 ...