Search found 2 matches
- Wed Oct 12, 2011 7:01 pm
- Forum: iOS Deployment
- Topic: Streaming Video
- Replies: 15
- Views: 15393
Re: Streaming Video
Thanks for the link to the tutorial.. now that I have the video playing (sweet), how can I move the player window up higher on the screen? I have been adjusting the: iphoneControlSet "ioscontrol", "rect", "0,200,320,500" settings, but that only seems to control left and right not up and down on the...
- Wed Oct 12, 2011 6:55 pm
- Forum: iOS Deployment
- Topic: Streaming Video
- Replies: 15
- Views: 15393
Re: Streaming Video
If you wan't to build an app that works both on the desktop and on the iOS devices you can wrap your code in a command and then call that function to set up your player. On the desktop you can create a QuickTime player and on the iOS you create a "player" control. Have you seen that there is a less...