Hi
I have an application which helps producers/researchers browse and search for video assets. Once they have located one or more assets, I would like to be able to "push" them over to Premiere Pro.
The browser is written in Silverlight, so the only mechanism it has to communicate with Premiere Pro would be via http. I think what I need is a plug in which has an HttpListener listening on a specific port, so that the silverilght application can post information (in edl/xml format) to the port the plugin is listening on. The plugin will then load the assets (mms video streams or files from uris) into the project and/or timeline.
I would like to write this either using Flex or the Premiere Pro SDK. I need it to run on both Windows and the Mac.
If anyone can provide any pointers, I would be very grateful.
Thanks
Nigel