Skip to main content
Participant
July 8, 2010
Question

Help with non-modal window in script/plugin..

  • July 8, 2010
  • 1 reply
  • 725 views

I have a script written in Javascript that opens a flash window. This flash window then sends information to a web service, and I want to be able to allow the user to continue working in Photoshop as the script/flash is exchanging information with this web service.

Does anyone have any idea how I can approach this?

This topic has been closed for replies.

1 reply

Inspiring
July 8, 2010

For that you will need to create a panel using either the Photoshop Panel SDK and Flash Builder or the new CSIDE. You can call a Flash window using ScriptUI non-modal.

Participant
July 8, 2010

The only problem I have with creating a panel is that I need this to work with CS3, panels will only work with 4 and 5.