Page 1 of 1
text on top of player object
Posted: Thu May 05, 2011 8:39 am
by hutchfx
I'm building a kiosk-like application. I'd like to have a QT movie looping in the background, with changeable text floating over it. Is there a way to put text on top of a player object?
Thanks!
Hutch
Re: text on top of player object
Posted: Thu May 05, 2011 11:39 am
by Klaus
Hi Hutch,
I'm afraid this is not possible in LiveCode.
You could however set the "alwaysbuffer" of the player object to true,
but that may slow down the performance of the video, to say the least...
Best
Klaus
Re: text on top of player object
Posted: Thu May 05, 2011 11:42 am
by shaosean
Set the "alwaysBuffer" to true (on the player object).. You lose the use of the player controls though (play/pause, volume, etc) but you can mimic them in custom controls or through code..
Re: text on top of player object
Posted: Thu May 05, 2011 12:04 pm
by Klaus
HI all,
ah, well, just made a test and yes, the movie runs fine!?
Sorry for my first posting, looks like this has improved a lot since I last tested this feature.
Again, sorry for the negative answer!
Best
Klaus