Skip to main content
Participating Frequently
August 25, 2012
Question

Xml content

  • August 25, 2012
  • 1 reply
  • 1287 views

Hello

wanted to know with the help of all what better way to visualize or

which forms to view this content in Flash.

I've never used XML, Flash only, so 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.

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
August 25, 2012

What are you trying to do?

webjoenetAuthor
Participating Frequently
August 26, 2012

Hi Murphy,

something like this site,

for now the only part of the score display xml

but I'll use mysql and php

http://musicrain.com/demo-sheetmusic.php

Tanks

Ned Murphy
Legend
August 26, 2012

I think you misunderstand what I am asking.  In your first posting you say "what better way to visualize or which forms to view this content in Flash"... what does that mean?  For the xml code that you showed, what are you trying to do with it?  How do you hope to manipulate it?  What code have you tried that is not working for you?

Just so you know, few people will download files, especially from sites like mediafire where you have to wonder if a virus is about to infect your machine as they do what they can to divert you from actually getting the file you are trying to get. 

You are more likely to get help when you include everything in your posting, like code and error messages and screenshots.