Layering problem when using video

tbodine lvhdgc7 at gmail.com
Sun Sep 1 12:44:20 EDT 2013


Hi all.

I have a card with video player set to loop on the bottom layer and a text
field above it. The problem is when I go to that card, the video is always
on top. When I click in the Project Browser on the video player, the title
comes to the front and is properly displayed. (This is happening on Windows
XP in LC 6.0.0, build 1511 Commercial Edition. Video clip is an avi.)

I have both video and title set to dynamic, but the problem exists when they
are set to static, too. Also, the problem occurs when I comment out the
"start" command for the player, so even a still video frame goes to the top.

Here's my code:

on opencard
   set the layer of player "backVid" to bottom
   start player "backVid"
   put "Intro. to" & RETURN & "Meteorology" & RETURN & "Week 1" into field
"Title"
   set the layer of field "Title" to top
end opencard

Am I doing something wrong?

Thanks,
Tom Bodine




--
View this message in context: http://runtime-revolution.278305.n4.nabble.com/Layering-problem-when-using-video-tp4669319.html
Sent from the Revolution - User mailing list archive at Nabble.com.




More information about the use-livecode mailing list