Moderator’s note: Moved to Howto
Hi I have created a Flash banner that dynamically loads content from an XML file. I want to give the clients the ability to change or alter the content on whim.
Obviously I don’t want them messing around with the actual xml file. So I want to create a page within the CP where they can alter things themselves without doing any damage to the XML structure. The XML structure would be like this…
<images>
<image src="---" tag="---" cont="---">
<image src="---" tag="---" cont="---">
<image src="---" tag="---" cont="---">
<image src="---" tag="---" cont="---">
<image src="---" tag="---" cont="---">
<image src="---" tag="---" cont="---">
</imagesSo pretty basic
And I would need three input fields (scr, tag and cont) for each <image tag >.
My question(s) is..
Should I create it as a Module, Extension or Plugin ?
Also,is there any tutorials, guides or pointers towards developing third party interfaces for beginners ?
Cheers
Crowds