Good evening,
I don't know if I can post my own element in the forum. (If not, please remove this post).
To be brief, I created my own video element (directly based on the vid element with the same behaviour) in the megazine code but no more vidgui support (I use the flash "Video" object). If you want a vidgui support, please use the "vid" tag !
When you click on the video, the video fullscreen is activated (If the video is not playing i.e. autoplay="false", the first click starts the video)
I had to modify the "ElementProxy.as" file in order to add the tag "video" (only a few lines).
Example : <video src="src/myst.flv" left="93" top="225" width="215" height="161"/>
The video flash object seems to have a bug with the video size in adobe flash 9.0. I use a workaround to avoid this problem.
In attachments, you can find the source for the two versions of the video elements and the compile megazine version (please use the svn tags v2.0.3b if you want to compile the source !)
Don't hesitate to give me feedback.
Regards,
Rudy
edit : update to version 2.0.6 + Escape bug correction (see fifth post for files)