Community Questions & Answers

setCurrentPlaybackTime() and seeking video

I am using SDK 2.1.4 with iOS6. When I do `vidPlayer.setCurrentPlaybackTime(100 * 1000);` nothing happens. That should seek to 100 seconds into my video if that method indeed takes milliseconds. I saw this thread:...

MPJEG - iOS6.1, preferred approach

What is preferred approach for playing a MPJEG on iOS...? I tried videoPlayer on iOS6.1 (simulator and device) with no luck. Soon as it goes to load the mjpeg it closes the window. ~~~ var activeMovie = Titanium.Media.createVideoPlayer({ autoplay :...

Window video intro don't close

Hi, I need some help please. I'm trying to put a video in my app that plays only the first time. It works perfect except that when the video finishes playing does not close the window. ~~~ var tabGroup=Ti.UI.createTabGroup(); var win1 =...

How to enable app users to upload video

Hi all How is the best way to allow a user to either take a video and upload via our app, or to just upload their existing video in our app? Also, is there a way to tell the length of the video and/or limit it..eg. no more than 20 seconds. Thanks in...

Select video

Hi I am trying to use Titanium.Media.openPhotoGallery to select a video. The simple code is ~~~ Titanium.Media.openPhotoGallery({ success:function(event){}, cancel:function(){}, error:function(){alert("There was a problem...

Get recorded video's name.

Hello, Is there any way to get the filename of the recorded video ? I have used ~~~ var intent = Titanium.Android.createIntent({ action : 'android.media.action.VIDEO_CAPTURE' }); ~~~ method to capture the video. The video is successfully saved in the...

Facebook video uploads?

Has anyone had any luck performing a video upload to Facebook yet? I've been going round and around for hours now on this and just wondering if anyone has had any success at all? I keep getting a "Video file format is not supported" error.

Video Gallery

Hi , i would like to know if it is possible to get a video gallery for my application because it seems that the only gallery possible to implement is the photogallery What can i do to display videos and then choose a video like the photogallery?

Bug in video player?

I have developed a super simple app for a client, that is basically a branded video player. Now i am experiencing an annoying bug on iOS 6 (iPad). The app is in fullscreen mode (IE no status bar is shown). If i finish playing a video with the video...

iPad videoplayer exits fullscreen when closed

I've developed a simple videoplayer-app to be used at an exhibition. It consists of six icons at the home page of the app, and when you press an icon a video is played. The home screen is ran in fullscreen mode. If i play a movie and it is finished (or...

Need Help Video Post at facebook

Hi friends, I need help(example of video post at facebook). I'm using httpclient but posting videos at "https://graph-video.facebook.com/me/videos". passing access token and file as blob. But some times it post to facebook and some time through...

iPad problem with videoplayer

This is all code i have ~~~ var win = Ti.UI.createWindow(); win.orientationModes = [Titanium.UI.LANDSCAPE_LEFT,Titanium.UI.LANDSCAPE_RIGHT]; win.backgroundImage = 'bg.png'; win.fullscreen = true; var mv1 = Ti.UI.createView(); mv1.width = 306; mv1.height...

Play video in WebView Android

if I try to open a video in a html page loaded into a webview will not start. MyApp https://play.google.com/store/apps/details?id=it.cisl.federicoluzi&feature=search_result#?t=W251bGwsMSwyLDEsIml0LmNpc2wuZmVkZXJpY29sdXppIl0. If I open the page...

How to play youtube vedios in anndroid?

Hi everyone i am listing the videos from the YouTube playlist into the table row. i am facing problem when i click on the video , video is not playing.. so plz any one tell me how to play video in android. for my code plz check the following...

iPhone : Back from the video

Hi, I have no more idea, I've tried many things but I don't have result. I open a videoPlayer in a new window on iPhone. The only thing I want is a way to go back to my application from the video. Someone now how I can do it ?

Showing 1-50 of 487 1 2 3 4 5 610