Topic: flash authored website & sv
I am building a website using only Flash. I would like to encorporate simpleviewer.
Is there a way to do this?
You are not logged in. Please login or register.
SimpleViewer Forum → SimpleViewer v1 → flash authored website & sv
I am building a website using only Flash. I would like to encorporate simpleviewer.
Is there a way to do this?
yes, load the viewer.swf into a holder mc.
See this post
http://www.airtightinteractive.com/foru … ries+flash
and search "multiple galleries in flash" for more info
and how does the swf know where the thumbnails and images are?
code on your actions layer in the container.swf
this is from the examples folder
/*
//Example of loading multiple SimpleViewer swfs into another flash movie.
//set width and height of SimpleViewer swf
_global.SVStageWidth = 640;
_global.SVStageHeight = 420;
//Set button actions
mcGal1.onRelease = function(){
loadGallery("gallery1.xml");
}
mcGal2.onRelease = function(){
loadGallery("gallery2.xml");
}
function loadGallery(galName){
_root.xmlDataPath = galName;
mcLoader.loadMovie("viewer.swf");
}
//load first gallery
//loadGallery("gallery1.xml");
*/
SimpleViewer Forum → SimpleViewer v1 → flash authored website & sv
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.