Search found 12 matches

by digifilm
Thu Sep 01, 2011 12:02 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

ok. Figured it out. Thanks Gerry.
by digifilm
Wed Aug 31, 2011 7:30 pm
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

This line is returning a divided by zero error. Is this normal.

Code: Select all

trunc(trunc(recvd/1024)/trunc(bytesTotal/1024) *100) &"% downloaded"
Thanks,
-dd
by digifilm
Tue Aug 30, 2011 6:19 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

Thanks Gerry. I will work with this now.

-dd
by digifilm
Tue Aug 30, 2011 3:55 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

Darn. Just figured out. iOS does not support libURL.
by digifilm
Tue Aug 30, 2011 3:40 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL - Progress Bar

I adapted this code I found in a project. This code is working on the Mac fine but the progress bar is not working on the iOS simulator. on mouseUp put specialfolderpath("Library") & "/check2.mov" into tPathToLocalFile libURLSetStatusCallback "showProgress", the long name of me libUrlDownloadToFile ...
by digifilm
Mon Aug 29, 2011 9:28 pm
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

Hi Richard. So good to see you too. It is very nostalgic. Happy to be back. :D
by digifilm
Mon Aug 29, 2011 6:18 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Re: Loading Video from URL

Thanks Gerry. It worked. I had also skipped out on iphoneControlCreate.

Would you also be familiar with the pros and cons of storing in the Library folder.

Thanks for pointing out the callback for a progress bar.

Regards,
Debdoot
by digifilm
Mon Aug 29, 2011 12:06 am
Forum: iOS Deployment
Topic: Loading Video from URL
Replies: 15
Views: 11040

Loading Video from URL

Hi, I am trying to load a video from the web and then store it on iOS device and then play it. I am having trouble with this code: The file is not getting saved in "cache" folder. It's not playing in the simulator either. The mov is getting displayed as raw code in msg box however. There is an error...
by digifilm
Sat Jun 11, 2011 5:46 pm
Forum: iOS Deployment
Topic: Example of a scrolling list field text centered vertically
Replies: 9
Views: 9500

Re: Example of a scrolling list field text centered vertically

Hi Bernd, could you please explain what the conditions to turn hilite of lines on and off?. It is actually a list field and if you can specify a little I see if I can do something. What I was trying to do is something like the following: line varClickLine of fld "fldRolf" = 1 then disable line 1 of ...
by digifilm
Thu Jun 09, 2011 5:53 pm
Forum: iOS Deployment
Topic: Example of a scrolling list field text centered vertically
Replies: 9
Views: 9500

Re: Example of a scrolling list field text centered vertically

Hi Bernd,

Is it possible to turn off the on mouseUp bg hilite on certain lines of list.

Thanks,
Debdoot
by digifilm
Thu Mar 31, 2011 8:47 pm
Forum: iOS Deployment
Topic: Region Specific Video
Replies: 2
Views: 3108

Re: Region Specific Video

Thanks.
by digifilm
Thu Mar 31, 2011 5:48 pm
Forum: iOS Deployment
Topic: Region Specific Video
Replies: 2
Views: 3108

Region Specific Video

Is there a place where I could look up the syntax needed to play region specific video in iOS.

Is there a way to jump to markers etc.

A list of the new 4.6 capabilities with examples would be helpful.

Thanks,
Debdoot