home *** CD-ROM | disk | FTP | other *** search
- set("/:FlashVersion",eval("/:$Version"));
- if("4" < eval("/:FlashVersion").substr(5,1))
- {
- if(eval("/:FlashVersion").substr(1,3) eq "WIN")
- {
- set("/:Platform","You are working on a Windows Machine");
- }
- else if(eval("/:FlashVersion").substr(1,3) eq "MAC")
- {
- set("/:Platform","You are working on a Macintosh");
- }
- else
- {
- set("/:Platform","We were unable to determine your operating system.");
- }
- set("/:PluginMessage","You have the Flash 5 Plugin required for this game.");
- gotoAndPlay(5);
- }
- else
- {
- set("/:PluginMessage","You do not have the Flash Plugin required for this game.");
- set("/:PluginMessage2","Please download one for free from http://www.macromedia.com");
- }
- stop();
-