PDA

View Full Version : Video Object Mask Helppppppp ?????


mgokkaya
11-21-2006, 12:49 AM
http://www.indigorose.com/forums/attachment.php?attachmentid=4015&d=1163962783


can u please help me to make mask with this for video object ???

mgokkaya
11-23-2006, 01:57 AM
Can somebody help doing it ????

Intrigued
11-23-2006, 02:04 AM
Remember, Black color hides, White color shows.

Intrigued
11-23-2006, 02:16 AM
Here's a sample exported project (.apz).

mgokkaya
11-23-2006, 05:19 AM
Thanks Intrigued but what i want was for video object not for window !!!
i still need help?????

Intrigued
11-23-2006, 12:06 PM
You can take a look at the example in the Templates section. Start up AMS, then scroll to the bottom and then the second from the bottom right is the video template.

Intrigued
11-23-2006, 12:27 PM
Or, maybe this is more exacting to what you want (change out the path to the Mask if needed and the name of the Video object):

Video.SetProperties("Video1", {MaskFile="AutoPlay\\Images\\panel.png"})
Video.SetProperties("Video1", {ApplyCustomMask=true})

Watch the video control placement, don't let them get "cut off" (you may want to hide them).

mgokkaya
11-24-2006, 12:55 AM
Or, maybe this is more exacting to what you want (change out the path to the Mask if needed and the name of the Video object):

Video.SetProperties("Video1", {MaskFile="AutoPlay\\Images\\panel.png"})
Video.SetProperties("Video1", {ApplyCustomMask=true})

Watch the video control placement, don't let them get "cut off" (you may want to hide them).

Intrigued
can u please tell me where will put the code ???

yosik
11-24-2006, 02:07 AM
in the onShow event of the page