is there any possible way to show subtitles on video inside the app

Hi,

I started making an app that has a list of shows and plays episodes from my server,

but there’s only one feature left for me, how can load a specific subtitle from the server and add it to the episodes ?

thanks.

You cannot draw display.* objects, like display.newText() on top of native.* API objects. So no, you cannot with Corona SDK.

Rob

I want to display subtitles files such as : .ass .srt

if not possible can I do that with corona enterprise ?

You should be able to do this with Enterprise.

Rob

You cannot draw display.* objects, like display.newText() on top of native.* API objects. So no, you cannot with Corona SDK.

Rob

I want to display subtitles files such as : .ass .srt

if not possible can I do that with corona enterprise ?

You should be able to do this with Enterprise.

Rob