Search found 9 matches
- Sun Nov 10, 2013 2:59 pm
- Forum: iOS Deployment
- Topic: iOS convert stills to video?
- Replies: 0
- Views: 1457
iOS convert stills to video?
Greetings! Can anyone please point me in the directions of the code or externals necessary to convert a still image or a captured part of a screen to a 5 sec video? (iPhone/android). I am familiar with and use the MergAV tools - but just can't quite get my head around all of it - or even know if it ...
- Sat Jun 22, 2013 10:42 pm
- Forum: iOS Deployment
- Topic: Path to "the last image"
- Replies: 1
- Views: 1973
Path to "the last image"
Greetings ... I need the path or file name of "the last image". I use the iphonepickphoto ("library"). It is picked. Is there some way I can get the unique id of the picture so the picture can be used at another time? I am really just trying to send it as an attachment in an email - but I need to kn...
- Sat Jun 22, 2013 10:06 pm
- Forum: CGIs and the Server
- Topic: Limits on folders/directories - FTP logIns
- Replies: 0
- Views: 2780
Limits on folders/directories - FTP logIns
In advance - THANK YOU! Is there a limit to the number of folders/directories that be created on an on-rev server? and ... Is there a limit to the number of ftp logins (user names) that can be created for one on-rev server account? I apologize - again - in advance if the wording to my questions is a...
- Sat Jun 22, 2013 4:00 pm
- Forum: iOS Deployment
- Topic: Sending a picture as an attachment
- Replies: 5
- Views: 3782
Re: Sending a picture as an attachment
I'm sorry!!! These are not videos - these are pictures that the teacher just took. Imagine this: The teacher puts a diagram on a white board that they want ten of their students to see at home. They take a picture of it with their iPhone camera. They launch my app and then they want to choose that p...
- Sat Jun 22, 2013 2:51 pm
- Forum: iOS Deployment
- Topic: Sending a picture as an attachment
- Replies: 5
- Views: 3782
Re: Sending a picture as an attachment
Thank you - BUT ... In the code below - how would I find the videopath?? Sorry ... I am so close! --- put myVideoPath into myData["file"] put "video/mp4" into myData["type"] put "File Name" into myData["name"] mobileComposeMail "My subject", , , , "My body", myData --- And truly - thanks again! Jack
- Sat Jun 22, 2013 1:06 pm
- Forum: iOS Deployment
- Topic: Sending a picture as an attachment
- Replies: 5
- Views: 3782
Sending a picture as an attachment
Thanks to all in advance. I understand how to write an app that will send an email - or at least put all the parts together and then it launches the phones email client. I understand how to use the iphonepickphoto to pick a picture. What I DO NOT understand is how to use the data/information from th...
- Tue Jan 29, 2013 2:06 pm
- Forum: CGIs and the Server
- Topic: Running 24/7 with multiple instances ...
- Replies: 6
- Views: 6721
Re: Running 24/7 with multiple instances ...
ON THE NOSE Mark!
Yes - triggering the script with revbrowser worked!!!
Thank you!
Yes - triggering the script with revbrowser worked!!!
Thank you!
- Sun Jan 27, 2013 8:52 pm
- Forum: CGIs and the Server
- Topic: Running 24/7 with multiple instances ...
- Replies: 6
- Views: 6721
Re: Running 24/7 with multiple instances ...
Thank you! That all makes sense - sort of. But I will as I keep working at it. The "Why" is because I can FTP data to the web site easily - getting underneath or around the proxy/Firewall that many schools have in place. Once the data gets to the web site - the script knows how to act on it. I cannn...
- Sun Jan 27, 2013 2:11 pm
- Forum: CGIs and the Server
- Topic: Running 24/7 with multiple instances ...
- Replies: 6
- Views: 6721
Running 24/7 with multiple instances ...
Thanks in advance for all your help! Question 1 Is it possible to have a script running on an on-rev server 24 hours a day? Question 2 And if yes - how? I've tried waiting for sixty seconds at the end of the script and calling itself again - but it seems to "stop" after a while and needs to be kicks...