Klaus wrote:I think when Android or iOs is calling VIMEO there will be a "browser switch" which
will "serve" the right video format for the platform. Know what I mean?
Yes! The problem is that what is being served to the LIvecode web native controller doesn't seem to work - it causes my app to crash to home screen in iOS. I would have though that this would be a common issue. The only previous post I can find on it is
http://forums.runrev.com/viewtopic.php?t=7542.
The workarounds I can think of are:
1) detect URL launch, scan for "vimeo" in URL, and launchURL to open iOS/Android broswer and play (but this will leave my app)
2) detect URL launch, scan for "vimeo" in URL, get served code back from server and hack out the mp4 URL from it, stream this in a player object.
Both are quite ugly and fragile hacks...