Topic: .Swf links
I was just wondering if we can link tiltviewer.swf that I purchased from the TiltViewer Pro with other swf files I have, since all the code is placed on the HTML. I basically only use one HTML page for the index page to accommodate the flash website and I use this action script to link to other swf files;
on (release)
{
loadMovieNum("gallery.swf", 2);
}
Does anyone have an idea, that it's the same script to link to the external tiltviewer.swf file from the other .swf?
Thank you,
Liem