Single MultiScaleImage Viewer that displays images according to the source variable
How do I Generate a Flash CS4 MultiScaleImage Viewer SWF file that renders a MultiScaleImage according to the source variable in the SWF object?
For example in the HTML object the source is set via
For example in the HTML object the source is set via
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?I have also the requirement as to display either a SWF file or DeepZoom images depending upon some matadata using a single viewer.
-
Inappropriate?Mars,
You can access the flashvars parameters from your HTML document using the parameters property of the LoaderInfo class in your root. The following is the official Adobe documentation:
http://livedocs.adobe.com/flex/3/lang...
However, the best way to learn more about it, is simply by looking at the viewer, OpenZoom Nano, that I've used for the Photoshop Zoomify export feature, OpenZoom Tango:
http://github.com/openzoom/nano/raw/3...
Check out the getParameter method at the very bottom.
Is this working for you?
–Daniel
The company says
this answers the question
Loading Profile...




EMPLOYEE