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

  1. on mouseUp
  2.   if the platform contains "Windows" then
  3.     open(the moviePath & "PCSoftware\Adobe LiveMotion 1.0 Tryout\setup.exe")
  4.   else
  5.     open(the moviePath & "MacSoftware:Install Adobe LiveMotion")
  6.   end if
  7. end
  8.