Layering the video on mobile

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Contact:

Layering the video on mobile

Post by William Jamieson » Sun May 24, 2015 3:28 am

Hello, I want to put a couple buttons above a video while it is playing on the iphone.

This is a continuation of the thread talking about how to do this on Desktop here: http://forums.livecode.com/viewtopic.php?f=7&t=24367

Is this possible? Is this possible with widget architecture?

-Will

MaxV
Posts: 1580
Joined: Tue May 28, 2013 2:20 pm
Contact:

Re: Layering the video on mobile

Post by MaxV » Mon May 25, 2015 1:49 pm

No, native player is placed over your app by the Operating system, any control you create with livecode is behind native controllers.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w

William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Contact:

Re: Layering the video on mobile

Post by William Jamieson » Sun May 31, 2015 6:55 am

I remember Kevin saying at the Livecode conference that videos will be able to be layered if they are in a widget. So what I am thinking is to create a window, and play the video in the window using Javascript or a plugin, or an API to some service, and hopefully use that to play the video rather than something like

Code: Select all

MobileControlCreate "Player"
.

Would this work? Does anyone know a solution?

Post Reply