Community Questions & Answers
Thumbnail creation from video app crash
Hi everyone, I am grabbing frames from a video to enable some form of slowmotion and frame per frame view. Everything works fine in simulator, but on the device it keeps crashing due to low memory. I added each frame to an array :D. So I changed the...
Closing window playing movie
I currently have a movie that plays after clicking a button in a view but when a user clicks done, the movie and window were not closing so I added an eventlistener to close the window but are now getting a script error that the variable...
Application Quits after trying to call up Video
I am creating a simple application which has a button to play a video in it and once it is clicked, the application in the ios simulator crashes - in the Titanium Studio console, it says that "[INFO] ScrollView received click event, source = [object...
Stuck trying to open a movie window from a view
Any assistance on what to change or what code to use would be greatly appreciated - below is code from a view that opens up after a user clicks a table row and what I am trying to do is get a movie to play when the user clicks that label "Play...
Recording the screen
Hi is there any way that I can record the screen of my app and save a movie file? For instance if the user were to press record, the screen and their actions after this would be filmed. Think draw something! Thanks!
tmpfile really necessary for Intent on Android?
Hi guys, I hope someone can give me a hand, I was following this tutorial:...
iPad Local Video
I would like to add a local video to an iPad App. I have used the KitchenSink code from local_movie.js, however when I use this and specify my movie location i receive an error: Result of expression 'Titanium.Media' [undefined] is not an object for this...
Assembling images into a time-lapse movie
Hello all, I've developed an app that takes a picture at a defined interval, and saves it locally. I would like to compile all these images into a movie, creating a beautiful time-lapse. I have absolutely no idea on how to do so. Could anyone of you help...
Displaying a Message Before a Video Plays
I would like to know how to create a video player so that a message can appear while the video loads and disappears right before the video actually starts. I am developing on Android. Here is the code that I am using to create the video player: function...
Movie handling on Tabchange
I've broken my head 2 days trying to handle stoping and starting a movie on tabchange. here is my code for others having the same problems. ~~~ var win2 = Ti.UI.currentWindow; win2.orientationModes =...
toImage() or takeScreenshot() videoPlayer
Hello I have a question, --- 'var activeMovie = Titanium.Media.createVideoPlayer({ url: contentURL, backgroundColor: '#111', fullscreen:true, movieControlMode:Titanium.Media.VIDEO_CONTROL_EMBEDDED, ...
RSS Video stream
Hello Does anyone know an example I can look into to get an RSS video app? What I mean is that i get a tableview with left the video, next to it the title, and when I click on it, the video opens fullscreen on the smartphone? (for example youtube video's...
[ERROR] Script Error = Result of expression 'Titanium.Media' [undefined] is not an object.
I´m trying to add a Video as Startup for a iPad app. But if i implement the Code from the KitchenkSink Play Embedded Movie Section i receive this error: [ERROR] Script Error = Result of expression 'Titanium.Media' [undefined] is not an object. If i...
black screen issue with the movie or video player
I used the sample code for movie player, it works fine except this annoying issue, every time, it shows a big black screen first while loading the movie, and there is no control or any button on it, so even user wants to cancel and go back, there is no way...
Pause VIdeo
Hi, in Titanium Mobile, can i stop a video and then resume at the same point? I know that exist method pause(), but how do i resume video? Thanks
Movie done button issues
Hi there, I see people are having issues with playing Movies in full screen mode and movie controls etc.. but anyone having issues with the 'Done' button? It's not closing my window view, it just pauses the movie. The only way I can get out of the movie...
VideoPlayer REPEAT MODEs
Hi, is there a way to repeat a videoPlayer until the customer stops it? there only 2 const's NONE and ONE ...which i think are quite useless xD i tried to loop the movieClip by using the "complete" event but this causes a reload of the whole...
Video on Ios4
Has anyone got video to work on Ios4. I've tested the Kitchen sink on it, and the only video that i get to play is the embedded video. None of the other play. Just checking if anyone has found a fix for it.
alert "movie format is not supported"
Hello all, I have a strange bug only on some iPhones. I try to show a movie (h264) with .mov suffix and get an alert "this movie format is not supported". On iPod touch it works just fine. Is there a "save" format? mp4? many...
Movie not close after finish in KS 1.3
I'm setup a movie as intro of my app.It will not close after complete.I follow the code in KS 1.2/1.3. The code not work at even in KS. ~~~ activeMovie.addEventListener('complete',function() { Titanium.UI.createAlertDialog({title:'Movie',...
After playing movie 4 times, app freeze
I used the code from KitchenSink and tested. The program is very simple. When I click the image, the movie starts. I tested this app on 3G, 3GS. And playing 4 times, app freeze. Do I need to dealloc the memory? Please advise me how to solve this...
Showing 1-21 of 21