Hello. I’ve really enjoyed this engine =)
So I picked it for study.
Now, I really don’t get it how i can change volume or even pause video material from this example
allforthecode.co.uk/aftc/forum/user/modules/forum/article.php?index=5&subindex=5&aid=310
// Video material 1
videoMaterial1 = newVideoMaterial(“assets/video1.flv”,512,true,true);
videoMaterial1.smooth = true;
videoMaterial1.bothSides = true;
_____________________________________________
videoMaterial1.mute();
gives me error that video material is static
i know it loads a player and ive seen the code but does this mean i need to declare a new player so i would get it controlls?
videomat1.volume = 0; - also gives error that there is no such volume property.
_______________________________________________________
allforthecode.co.uk/aftc/forum/user/modules/forum/article.php?index=4&subindex=4&aid=250
here the volume is just declared like this videomat1.volume = 0;
but i cant get it to work in away3d 4 example.