We are trying to accomplish a similar behaviour when clicking on links in a web page to what happens links are clicked in a normal browser.
We have a custom handler which responds to the following url prefix: photoshop:/path/to/a/local/file.psd and that launches the file in Photoshop.
Links look like this in HTML and works in Google Chrome (which also uses webkit) and Firefox:
<a href="photoshop:/path/to/a/local/file.psd">Test link</a>
Any reason for this not working in the HTML widget as well?
If the above won't work, are there any other way of opening a specific file from a web page embedded in the HTML widget?
We have experimented with the function adobe://..../Open, but it seems that you cannot send any argument to this function on which file to open. So that failed.
Any help would be greatful!
Thanks!
Marcus