Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Check for Flash

  1. #1
    Join Date
    Jul 2002
    Location
    Wyre Forest, Central UK
    Posts
    21

    Check for Flash

    I wanted to allow users to install Flash from my CD if they do not have the file present (ie Flash 6). I wanted to avoid using the dependency checker (and forcing users to go to the internet). I have included the Flash 6 installer on my CD in the DOCS directory.

    It works fine - and I have included the code below since I can see from this forum that others have been trying to do the same (unsuccessfully).

    In the pre-load action of Page 1 put :

    getflash = File.DoesExist(_WindowsFolder.. "/system32/macromed/flash/flash.OCX");
    Page.Jump("Intro");
    end

    On page 1 put the Flash installer button (and maybe a link to the Macromedia web site in case user's do not trust installing a file from a CD).

    I have included this code only since it is important (for some odd reason) that the slash strokes are forward facing in order to find a file below the root directory. This might have tripped a few of you up (it caused me some time to track down).


    I hope this helps. Shared knowledge is good thing!




    Jim

  2. #2
    Join Date
    May 2004
    Location
    Vancouver, BC, Canada
    Posts
    87

    Hi There,.

    I ran a search in the fourms looking for "macromedia flash" and found a lot of Threads about it.

    check this one http://www.indigorose.com/forums/sho...cromedia+flash

    By the way, you should go to Macromedia homepage and learn more about distrbuting their flash player in your CD, you'll need to fill a form or something like that.

    Itamar.
    Last edited by itamar; 08-28-2004 at 02:59 AM.

  3. #3
    Join Date
    Jul 2002
    Location
    Wyre Forest, Central UK
    Posts
    21

    Flash Distribution

    I appreciate the links to the other Flash related topics. Thanks.
    I am licenced to distribute the Macromedia Flash Player (but you are right to point out that authorisation must be obtained from Macromedia).

    I note that WORM has also pointed out that to have a backslash working in a string, it is important to "double-up", such that the following would have worked :

    getflash = File.DoesExist(_WindowsFolder.. "\\system32\\macromed\\flash\\flash.OCX");


    Isn't ignorance a pain!?


    Thanks again. I am wiser for the help.




    Jim

Similar Threads

  1. Check HTTP for file...
    By eleslie in forum AutoPlay Media Studio 5.0
    Replies: 4
    Last Post: 05-15-2004, 12:21 PM
  2. Default check box value based on variable
    By Terry Rasmussen in forum Setup Factory 6.0
    Replies: 7
    Last Post: 02-27-2004, 02:08 PM
  3. Check Internet connection
    By pamfilla in forum AutoPlay Media Studio 4.0
    Replies: 6
    Last Post: 12-08-2002, 03:27 PM
  4. Check Acrobat and Windows Media Player Version
    By pound in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-18-2001, 01:05 PM
  5. check boxes
    By bzadik in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 06-06-2000, 02:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts