text on top of player object

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
hutchfx
Posts: 37
Joined: Sat Apr 09, 2011 5:38 am

text on top of player object

Post 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
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: text on top of player object

Post 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
shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: text on top of player object

Post 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..
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: text on top of player object

Post 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
Post Reply