screenshot of player on Android
Mark Schonewille
m.schonewille at economy-x-talk.com
Wed Oct 23 16:31:20 EDT 2013
Hi Klaus,
Thanks for the file. Unfortunately, iPhoneControlCreate doesn't work on
Android :-)
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
colour spaces. http://www.color-converter.com
Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi
Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/
On 10/23/2013 17:32, Klaus major-k wrote:
> Hi friends,
>
> since LC on Android does not supply setting the currenttime etc.,
> this is only available on iOS, I will probably use the built-in controller.
>
> This is on iOS and my suffice for now:
> http://www.major-k.de/temp/buildt_in_player_ios.jpg
>
> Can anyone please supply a little screenshot of the Android equivalent
> of this (simple) player?
>
> Here the snytax:
> on createplayer
> if the environment is "mobile" then
> iphoneControlCreate "player"
> put the result into sPlayerID
>
> ## replace with a sound of your choice :-)
> iphoneControlSet sPlayerID, "fileName", (specialfolderpath("engine") & "/mp3test.mp3")
> iPhoneControlSet sPlayerID, "showController", true
> iPhoneControlSet sPlayerID, "rect", the rect of btn "template"
> iPhoneControlSet sPlayerID, "visible", TRUE
> end if
> end createplayer
>
> Thanks a lot!
>
>
> Best
>
> Klaus
> --
> Klaus Major
> http://www.major-k.de
> klaus at major-k.de
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
More information about the use-livecode
mailing list