From the MM example: // Location visited after installation is complete if installation is required var MMredirectURL = window.location;
// Stored value of document title used by the installation process to close the window that started the installation process // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete // DO NOT MODIFY THE FOLLOWING TWO LINES document.title = document.title.slice(0, 47) + " - Flash Player Installation"; var MMdoctitle = document.title; and there is also MMplayerType which value either is ActiveX or PlugIn Those are passed to the loaded MM MovieClip when it has been successfully loaded. Olivier > what extra varaibles did you need to add? > > express install doesn't require anything extra... you would just > set the > required version to "6.0.65" and then handle the express install in > your > swf. _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
