Hi all , im tryng to fade out a plane with a video .
My first idea was to simply do this :
TweenMax.to(material.player.container, 1, { alpha:0 });
but obviously it dont work ... any Ideas? Where im doing it wrong?
Thanks!
SOLVED::Video Material( video Texture) alphaSoftware: Away3D 4.x |
||
bardo, Member
Posted: 19 March 2012 05:04 PM Total Posts: 79 Hi all , im tryng to fade out a plane with a video . My first idea was to simply do this : TweenMax.to(material.player.container, 1, { alpha:0 }); but obviously it dont work ... any Ideas? Where im doing it wrong? Thanks! |
||
|
||
John Brookes, Moderator
Posted: 19 March 2012 06:35 PM Total Posts: 732 [ # 2 ] alpha is on the material |
||
|
||
John Brookes, Moderator
Posted: 19 March 2012 09:54 PM Total Posts: 732 [ # 4 ]
var vt:VideoTexture= new VideoTexture("new_york.flv",512,512) |
||
|
||
|
||
robbatt, Newbie
Posted: 30 May 2012 09:14 AM Total Posts: 4 [ # 7 ] Hi, I am new to Away3D ... would this work for interactive swf files as well? I tried this sample, but when loading an swf that lies next to the tested flv I get a NetStatusEvent saying the swf was not found. Is there an other way to do this? |