A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: applescript editor for PC

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Posts
    3

    applescript editor for PC

    Hi all,

    Here's the thing,

    I've been trying to implement a way to view PDFs from the projector and thankfully i ran into northcode's proxy and smartExec function solutions.

    But i'm having trouble implementing the applescript since i don't have a mac here at work, now i'm trying to write an applescript on the pc but i'm failing to find an editor that could do either:
    - the editing
    - the conversion from txt to applescript

    If any of you guys know a way to write an applesscript without owning a mac i'd apreciate the answer,

    thanks

    Crociquia

  2. #2
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    I've had problems EXECing uncompiled script files so I prefer to always compile them to app files. You can write the applescript on the PC in notepad but you won't be able to compile it to an app file without a Mac.

  3. #3
    Junior Member
    Join Date
    Mar 2008
    Posts
    3
    So i guess I'm at dead-end here, my only choice seems to write all my scripts as a .txt and ask for someone with a mac to compile those for me, sounds like a crappy workflow, lol. can't believe there's no applescript compiler/builder for PCs for those of us who need to make hybrids but lack one of the two....

    Thanks for the fast answer tho!

  4. #4
    Junior Member
    Join Date
    Mar 2008
    Posts
    3
    Only one more question concerning the applescript thing please,
    should the applescript be inside the fscommand folder or can the .app launch the applescript from anywhere? (with designated path)

  5. #5
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    Anything you want to EXEC from Flash has to be in the fscommand folder. Once you launch something else from the fscommand folder, it can do whatever it wants (unless it is a Flash app).

  6. #6
    Junior Member
    Join Date
    Jun 2008
    Posts
    1
    Northcode (or anyone else that knows how to launch files from a mac projector) - I've been trying to launch .app files using applescripts from a Flash CS3 projector. It works fine with the windows projector (using .exe files). In the Mac projector, it doesn't launch the applescript at all. The applescript is fine, when I run it, it runs the program i told it to. Please reply soon.

  7. #7
    Lifetime Friend of Site Staff Northcode's Avatar
    Join Date
    Dec 2000
    Location
    Whitehorse YT
    Posts
    3,766
    The guys at http://www.atomiksoftware.com/ discovered that a bug in the Flash 9 player was preventing their software from being able to use EXEC from Flash on the Mac.

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