PGC Multi-Categories Video Gallery PRO 1.0
XML Multi-Categories Video Gallery. You don’t need knowledge of flash programming to work with this video gallery.
Features :
- XML driven. Easy change all media contents from external XML file.
- Title (header) and e-mail in footer can be changed via XML file.
- You don’t need to open source file to change header, footer and all video content. Just use XML to add or delete video.
- For each video you can specify the video title, description (HTML Formatting), video url and thumbnail(jpg, png).
- Unlimited amount categories and unlimited amount of videos can be displayed.
- Supports the following formats: FLV and H.264 MP4 video (with latest Flash Player 10 installed).
- Auto resizes video maintaining aspect ratio and auto align in the screen/canvas/div.
- Plays both 4:3 and 16:9 video ratios.
- Full screen video mode supported.

Hello again,
So I’ve figured out how to add it to the Display List under my main menu, but now I’ve encountered another problem.
When I load another movie, remove the video gallery child, and proceed to another frame I’m still hearing the video stream. I’ve unloaded the vid gallery loader and removed the Child from the Display List so thought that would do it. Still hearing the audio though.
Any ideas?
Thanks,
Kev
Hi, Kevin, try do this:
1. open as3\Monitor.as
2. in Monitor(){
….
addEventListener(Event.REMOVED_FROM_STAGE, removeFromStage);
}
3. add new
private function removeFromStage(e:Event):void{
out();
}
That worked perfectly!
Thanks so much for your quick reply. Loving your product and couldn’t be more satisfied with the look/feel, the coding, and the support.
A+
Best,
Kevin