`
yangping_Account
  • 浏览: 186813 次
  • 性别: Icon_minigender_1
  • 来自: 无锡
社区版块
存档分类
最新评论

向iPhone模拟器中添加视频

 
阅读更多

NSString *path=[[NSBundle mainBundlepathForResource:@"视频名称" ofType:@"mp4"];

if(UIVideoAtPathIsCompatibleWithSavedPhotosAlbum(path)){

UISaveVideoAtPathToSavedPhotosAlbum(path,nil,nil,nil);

}else {

//NSLog(@"no available");

UIAlertView *alert=[[UIAlertView allocinitWithTitle:nil message:@"no available"delegate:self cancelButtonTitle:nil otherButtonTitles:nil];

[alert show];

[alert release];

}

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics