Xml content
hello
wanted know of better way visualize or
which forms view content in flash.
i've never used xml, flash only, i'm kinda lost.
flash file
http://www.mediafire...82o6f72hdxa2xkc
reference
musicxml
code: xml
<?xml version="1.0" encoding="utf-8" standalone="no"?> <!doctype score-partwise public "-//recordare//dtd musicxml 2.0 partwise//en" "http://www.musicxml.org/dtds/partwise.dtd"> <score-partwise version="2.0"> <part-list> <score-part id="p1"> <part-name>music</part-name> </score-part> </part-list> <part id="p1"> <measure number="1"> <attributes> <divisions>1</divisions> <key> <fifths>0</fifths> </key> <time> <beats>4</beats> <beat-type>4</beat-type> </time> <clef> <sign>g</sign> <line>2</line> </clef> </attributes> <note> <pitch> <step>c</step> <octave>4</octave> </pitch> <duration>4</duration> <type>whole</type> </note> </measure> </part> </score-partwise>
tanks.
what trying do?
More discussions in ActionScript 3
adobe
Comments
Post a Comment