Copy link to clipboard
Copied
After looking high and low for this type of application using a single XML file and AS3 in CC Animate. I am approaching the Animate forum for clear instructions on how you can create a dynamic CMS system with it's corresponding navigation buttons sourced from a single XML file.
I have followed Adam Khoury's example and can parse the XML file and populate a dynamic text area within a box...
I need this to be improved and tweaked so that anyone without a knowledge of AS3 will be able to create their own nodes in an XML file and with a little tweaking could produce an easier method of less intensive updates and publishing metaphor.
AN EXAMPLE OF HOW I SEE THIS WORKING AS FOLLOWS...
I have a need for some ANIMATE AS3 and XML integration for an idea I have...
This is an example of the nodes for a record...
<articleinfo>
<RecordNumber>0000</RecordNumber>
<Location>xxx</Location>
<Heading>xxx</Heading>
<Firstpara>xxx</Firstpara>
<Bodytext>xxx</Bodytext>
</articleinfo>
There are approx. 155 records.
========================================================
All text to be XML with escaped characters
I visualise this as two movie clips.
I need the Heading to appear on rollover (like a tooltip) below each of the SQUARE BUTTONS
<RecordNumber>0000</RecordNumber>
------------------------------------------------------
ignore white space.
------------------------------------------------------
<LocationFlag>xxx<LocationFlag>
<Location>xxx</Location>
<Heading>xxx</Heading>
<Firstpara>xxx</Firstpara>
<Bodytext>xxx</Bodytext> - this is to dynamically add a vertical scrollbar if it is deeper than say a depth variable that can be updated.
=======================================================
I need each of the fields/nodes to be styled so that I can edit the style.
=======================================================
I will be embedding fonts in the idea so I need to address them when the XML is parsed by the script
=======================================================
I need a sequential previous / next arrow navigation to all records so the user can navigate to those pages sequentially.
=======================================================
I also need...
A METHOD of adding a LocationFlag thumbnail which can be used to divide the TOTAL NUMBER OF RECORDS for each Location.
This is supposed to be adynamic CMS and NAV system completely automated by AS3 when it parses the XML file.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
I cracked understanding the dynamic content.
I need guidance on how the corresponding navigation system can be created...
Can anyone please explain. Appreciating your thoughts in advance. Thank You.
Have something to add?