xml - Flash, actionscript...load and parseXML with scrolling -


I would like to add a component to my Flash website, which will be 1.load xml data. 2. Separate it to use the stylesheet 3. XML data can be applied to a scrollbar.

Any suggestions will be useful

Try the following:

< Ol>
  • Load your XML file with the URL loader.
  • Use listener program. Enter data to the complex and XML.
  • Pull the children of XML through the loop or create recursive and data objects.
  • Render the data objects in the textfield with the space tag and apply the stylesheet as per the need for formatting.
  • Of course, there are other ways but I am guessing about the use of this application.


    Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -