You can easily use imageVue in any Flash project by loading it into the page
as a movieclip. The only requirement is that your main Flash file supports the
minimum dimensions of 700x450 pixels needed for imagevue.
Example 1.1
|
loadMovie("imagevue.swf", targetMovieClip); |
When loading imageVue into another Flash, you also need to make sure you embed
the necessary imagevue menufont in your main flash. This might be considered a
flashbug, since it seems like an excessive task. There is an example of loading
imageVue into another Flash in the downloaded files /source/misc/loadtest.fla.
You can also specify the special features directly through the URL reference:
Example 1.2
|
loadMovie("imageVue.swf?folder=content/group/imagefolder/", target) |