Embed a video?

Hello

I’m currently away from my computer - and have been for a few days now :frowning: so I can’t check any of this - but a client has just asked me if I can embed a video clip into my app for iPad.

I will be a short 30 second clip.

Can I achieve this using media.playVideo()? Does this play the video in the app or take the user to an external player?

Thanks in advance.

Steve

[import]uid: 45932 topic_id: 12635 reply_id: 312635[/import]

The media.playVideo() will play it in the native video player – “external player”

You can get it to look like it will play right in the app by using a webpopup with the video embedded on the HTML page. You will still need to click to play the video after the webpopup is loaded. Since you can specify the x/y location and height/width of the webpopup you can make it look like it is part of the app [import]uid: 7845 topic_id: 12635 reply_id: 46282[/import]