How to...Put video in iPhone??
Hi!! Can someone tell me how to show a video in the iPhone native player with flash CS5.5??
Thank you very much!! ![]()
Hi!! Can someone tell me how to show a video in the iPhone native player with flash CS5.5??
Thank you very much!! ![]()
mport flash.geom.Rectangle;
import flash.media.StageWebView;
import flash.filesystem.File;
import flash.utils.Timer;
import flash.events.TimerEvent;
stop();
var webView:StageWebView = new StageWebView();
webView.stage = this.stage;
webView.viewPort = new Rectangle(0,0,stage.stageWidth,stage.stageHeight);
var fPath:String = new File(new File("app:/MyMovie.mp4").nativePath).url;
webView.loadURL( fPath );
try the above and attach the mp4 file while packaging.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.