martin
March 1, 2003, 2:45pm
1
i am desperate
the player almost complete but for some reason will not work
i cant figure it out - any help would be much appreciated and the only
payment i can make is kudos
i am begging
if it helps - the “entry” movieclip is being called in by script using the
“linkage” option
http://www.accepted-designs.com/mp3play/mp3_xml_player.fla
http://www.accepted-designs.com/mp3play/mp3_xml_player.swf
http://www.accepted-designs.com/mp3play/playlist.xml
system
March 1, 2003, 8:46pm
2
i totaly fixed it
you forgot or did something wrong on these lines:
Line6
// deleted (" myXML.ignorewhitespaces = true ")
should be ignoreWhite, but when i use the normal function, the text dozn’t appear on the screen, so i deleted this line…
Line16
number_of_branches = branches.length; // added
in line 17 you called the non xisting var: number_of_branches, here is were i declare the var for usage
Line20,21
number_of_subBranches = subBranches.length // added
for (j=0; j<=number_of_subBranches; j++) {
// changed (" for (j=0; j<=subBranches.length; j++) { ")
changed the structure as the same loop at line 17… so you get an much clearer view…
hope i helped ya allot
system
April 21, 2003, 6:02am
4
do I need to know the xml tags to use this?
system
April 21, 2003, 2:16pm
5
not really, its pretty easy…
you just have to open and close the tags like:
<tagname>"data here"</tagname>
you can nest tags inside tags like:
<tagfolder>
<tagname>"data"</tagname>
</tagfolder>
its pretty easy, the only thing you gotta know is how ou set up your xml file
if you really want to do it perfect you can add the xml declare on the first line, but its not necesary (stupid word, dont know how to write it), so i cant tell ya how the declare works…
good luck