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
Layering the video on mobile
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
William Jamieson
- VIP Livecode Opensource Backer

- Posts: 212
- Joined: Fri Feb 01, 2013 1:31 am
- Contact:
Re: Layering the video on mobile
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
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
-
William Jamieson
- VIP Livecode Opensource Backer

- Posts: 212
- Joined: Fri Feb 01, 2013 1:31 am
- Contact:
Re: Layering the video on mobile
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
.
Would this work? Does anyone know a solution?
Code: Select all
MobileControlCreate "Player"Would this work? Does anyone know a solution?