Make changes to XML file on Media Item upload/delete event
Hi all,
I'm looking for a solution to the following problem and I'm not sure if this is possible to do with Umbraco.
We have a Flash movie which will read in images/paths to images and an accompanying title via XML and we need to be able to manage these through Umbraco.
Is it possible to program an event for when an image is uploaded or removed from this specific folder so that it makes changes to the XML file and so it adds or removes the corresponding data?
Make changes to XML file on Media Item upload/delete event
Hi all,
I'm looking for a solution to the following problem and I'm not sure if this is possible to do with Umbraco.
We have a Flash movie which will read in images/paths to images and an accompanying title via XML and we need to be able to manage these through Umbraco.
Is it possible to program an event for when an image is uploaded or removed from this specific folder so that it makes changes to the XML file and so it adds or removes the corresponding data?
Many thanks in advance,
Giles
Hey Giles,
You don't need to 'update' the XML you can just read the data 'live' and format exactly how you need.
The info you need is in this video http://umbraco.com/help-and-support/video-tutorials/developing-with-umbraco/rich-internet-applications/loading-umbraco-data-into-flash
It's subscription only though I'm afraid.
Rich
is working on a reply...