Windows 7 Corona - not able to see videos from the demos

Hi!

i tried to check out the demos of the corona package “Streaming video” and “NewVideo” to see how this works with a Windows App.

First i tried to built this as windows app, but the videos are not showing. Then i tried to use another video links

as the “bunny video”, but no video was shown. 

any ideas?

thanks

If you read the “Gotchas” sections for both native.newVideo() and media.playVideo(), they spell out that these are not supported on Windows:
 

native.newVideo()

https://docs.coronalabs.com/api/library/native/newVideo.html

  • This feature is only supported on Android and iOS.

media.playVideo()

https://docs.coronalabs.com/api/library/media/playVideo.html

This API is not supported on Windows Desktop, Windows Phone, or OS X.

Rob

If you read the “Gotchas” sections for both native.newVideo() and media.playVideo(), they spell out that these are not supported on Windows:
 

native.newVideo()

https://docs.coronalabs.com/api/library/native/newVideo.html

  • This feature is only supported on Android and iOS.

media.playVideo()

https://docs.coronalabs.com/api/library/media/playVideo.html

This API is not supported on Windows Desktop, Windows Phone, or OS X.

Rob