passing data into configurator panel web views

Discussion of Photoshop Scripting, Photoshop Actions and Photoshop Automation in General

Moderators: Tom, Kukurykus

jacobolus

passing data into configurator panel web views

Post by jacobolus »

Hi everyone,

I want to make some custom UIs for photoshop panels, and would like to use HTML/SVG/CSS/JS if possiblekj. Configurator panels seem like they should let me do this, since they can include webpage views (I’ve got “hello world” running), but I'm wondering if there's any nice simple way to pass data into the javascript of my webpage view, or otherwise interact with it.

As for why I’d prefer HTML/SVG/JS to Flash/ActionScript: first, I’m more familiar with them, but more importantly, there are a lot of JavaScript tools and libraries floating around elsewhere, and I’d like to share code between PS panel projects and web projects.

Thanks for any advice,
Jacob