Screen location of videoclip in standalone
Posted: Sat Aug 09, 2008 6:30 pm
I have searched the forums and tried several fixes with no success. I have a videoclip that plays properly in the correct position when in the programming environment, but after compiling the standalone for OSX, the clip plays at the upper left corner of the stack window, only partly visible.
Here is my card script:
on opencard
send "startRolling" to fld "Credits"
set the scale of videoClip "Axial CT.mov" to 0.4
play videoClip "Axial CT.mov" looping at 500,210
end opencard
on closecard
play stop videoClip "Axial CT.mov"
end closecard
Any suggestions appreciated.
Paul
Here is my card script:
on opencard
send "startRolling" to fld "Credits"
set the scale of videoClip "Axial CT.mov" to 0.4
play videoClip "Axial CT.mov" looping at 500,210
end opencard
on closecard
play stop videoClip "Axial CT.mov"
end closecard
Any suggestions appreciated.
Paul