Hi,
Is it possible to incluse / add player to the project? I can try to do it myself but is it possible?
Hi,
Is it possible to incluse / add player to the project? I can try to do it myself but is it possible?
We don’t plan on adding video support in the near future.
But you can add it yourself via C# using Microsoft “MediaElement” control.
http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement(v=vs.110).aspx
http://msdn.microsoft.com/en-us/library/windows/apps/ff769551(v=vs.105).aspx
And you can communicate between Lua and .NET using the code example here…
http://docs.coronalabs.com/daily/coronacards/wp8/index.html#lua-interop-communications
We don’t plan on adding video support in the near future.
But you can add it yourself via C# using Microsoft “MediaElement” control.
http://msdn.microsoft.com/en-us/library/system.windows.controls.mediaelement(v=vs.110).aspx
http://msdn.microsoft.com/en-us/library/windows/apps/ff769551(v=vs.105).aspx
And you can communicate between Lua and .NET using the code example here…
http://docs.coronalabs.com/daily/coronacards/wp8/index.html#lua-interop-communications