home *** CD-ROM | disk | FTP | other *** search
/ .net Business / NETB01.ISO / pc / webgraphics.dir / 00007_Product3.ls < prev    next >
Encoding:
Text File  |  2000-10-20  |  212 b   |  8 lines

  1. on mouseUp
  2.   if the platform contains "Windows" then
  3.     open(the moviePath & "PCSoftware\Macromedia Flash 5 Trial\flash5-trial.exe")
  4.   else
  5.     open(the moviePath & "MacSoftware:Flash 5 Installer")
  6.   end if
  7. end
  8.