Live Stream from website

Hi, I am trying to make an app for my school and they have a TV station that is also online in a Live Stream form, is there a sample or template of how to put a live stream in an app?

Thank You in advance. [import]uid: 131530 topic_id: 32134 reply_id: 332134[/import]

I’ve tried several options, the only way that works for me has been using an upstream…

Here is the code…

local options =
{
hasBackground=false,
autoCancel = true,
urlRequest=listener
}
native.showWebPopup( 2, 120, 315, 210,“http://www.ustream.tv/embed/”, options )

Then, remember at exit , in order to close the webpopup…
native.cancelWebPopup()

Hope it works for you.

Regards [import]uid: 84893 topic_id: 32134 reply_id: 129749[/import]

I’ve tried several options, the only way that works for me has been using an upstream…

Here is the code…

local options =
{
hasBackground=false,
autoCancel = true,
urlRequest=listener
}
native.showWebPopup( 2, 120, 315, 210,“http://www.ustream.tv/embed/”, options )

Then, remember at exit , in order to close the webpopup…
native.cancelWebPopup()

Hope it works for you.

Regards [import]uid: 84893 topic_id: 32134 reply_id: 129749[/import]