A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: creating windows projector on mac to open apps

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    1

    creating windows projector on mac to open apps

    I did some searches, found what I needed, but couldn't get it to work.

    I'm authoring on a mac mx2004, but outputing an exe and testing on a pc

    File Structure:
    (folder)
    file.exe
    fscommand (folder)
    mydocs.bat
    pleaseOpen.doc


    code:
    this.onPress = function() {
    fscommand("exec", "mydocs.bat");
    };

    bat fie:
    @ echo off
    start pleaseOpen.doc
    exit

    Does work. Please help. Thanks.

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    I wrote a utility called PROXY that will help on the PC side. It will let you run BAT files from Flash and avoid the ugly DOS box. The best part? It's absolutely FREE. You can download the utility from www.northcode.com/misc/proxy.zip. There's minimal documentation in the ZIP file, but there was a big disussion about it (and some other utilities I wrote) in this thread...

    http://www.flashkit.com/board/showth...hreadid=519274

    In addition there's a new product from Atomik Software called Fire-Up that will let you launch files on Mac OS 9/Classic, Windows NT, Windows 2000, Windows XP, Windows 98, Windows ME and Mac OS X. It's selling for EUR 45.00

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center