AV Photo Gallery V3
User ratings for AV Photo Gallery V3.
Description
Flash version: 8, ActionScript 2.0.
The third version, comes with some major utilities ...
As for MP3 Player and Image panning, in addition to the easy adjustment of its settings, most often done through the xml file.
As a code cleaner and easier to understand.
Keywords: av photo gallery v3 aires image panning mp3 player music
Comments
You need to LOGIN to post a comment.
It is the third version and you don`t implement resize listener, resize the browser to see what happend.
you need the SWF 100% width and height in HTML
Stage.scaleMode = "noScale";
Stage.align = "TL";
function scaleMe() {
var w = Math.max(MINWIDTH, Math.min(MAXWIDTH, Stage.width);
main.setSize(w, Stage.height);
main._x = Stage.width *0.5 - w * 0.5;
}
something like that...
Please give us the 4th version :)