A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Opening a Photoshop file

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    19
    I see a lot of ways to open a .pdf file but can I open a .PSD or .EPS file from a CD useing flash. If so how?
    Thanks

  2. #2

    yes there is

    open it the same way. I have been using ftoolapp (http://www.flashtools.net/) to open my PDF's thru flash. i tried it using a PSD & it works the same way. make sure u have the projector exe & the ftoolapp in the same dir & then just use this code in your actionscript:

    on (release) {
    fscommand ("exec", "ftoolapp.exe" add chr(9) add "whatever.psd");
    }

    there are many other 3rd party tools that i am sure can do this also.

    note: the 'add chr(9) add' part just adds a space to the command line for you

  3. #3
    or you can use

    *********** JTools - JStart

    http://jtools.***********.com

    Good luck

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