flash video dynamic width and height change in Action Script 3.0
- by coderex
hi
I have a video player and the video file came from one xml file,
The videos are in different dimension so how can i set the video dimension dynamically?
_vid = new Video();
_vid.attachNetStream(_vidStream);
How can i give the new dimension of the video, the default i get is
…