all groups > flash data integration > april 2005 >
You're in the

flash data integration

group:

Embedded listTree in Accordion


Embedded listTree in Accordion GinJoint
4/4/2005 5:06:39 AM
flash data integration:
I have a mc instance ('customTree') on the main stage with an embeded list
component labeled: 'cTree' On that mc 'customTree' instance I have the
following actionscript: onClipEvent( load ) { import mx.controls.Tree; var
cTree:Tree; //icon function is added here cTree.labelFunction = function(node)
{ return node.label; }; var sample_xml:XML = new XML();
sample_xml.ignoreWhite = true; sample_xml.onLoad = function(done) { if (done)
{ cTree.dataProvider = this; } };
sample_xml.load('http://wc.ginjoint.net/data/CustomFileList.cfm'); } when we
run this, it loads the data into the listComponets and displays everything
corectly. When i make that mc with the actionscript a new capsulated mc 'mc:
CustomList' and associate it with a accordion component the data no longer
shows up. Can anyone let me know why?
Re: Embedded listTree in Accordion tutsamewasa
4/6/2005 12:03:32 PM
Hi,

If you can upload the Fla file I guess that will help us finding the exact
problem and solutions for that.
Please upload the Zip of your Fla file if posible.

Help us helping you.

Good luck

Hemendra Singh Shaktawat

Mindfire Solutions
www.mindfiresolutions.com



AddThis Social Bookmark Button