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

flash data integration

group:

Progress Bar and Data from Access Database


Progress Bar and Data from Access Database maliburulz
1/31/2005 7:50:09 PM
flash data integration:
Is there a way to use the ProgressBar Component for a preloader of an Xml
Connector grabbing information from an Access Database. The information loads
fine and I have a preloader for the movie but I cant seem to figure out how
create a progress bar for the data. Here is what I have:

1 xmlConnector
1 dataSet
1 Text Area
1combobox

I am loading a lot of information and navigate through it with the comboBox.
The information is then displayed in the textarea.
Any help will be greatly appreciated!!!!
Re: Progress Bar and Data from Access Database Pilipo
2/1/2005 5:31:45 PM
The XML connector does not provide any information about how much data it has
loaded during its load. If you need that info, you should use an XML Object
instead. You can set up an Interval to periodically check the length of the XML
Object contents as it loads. An XML Connector pretty much hijacks the player
until it's finished and provides no "progress" info like a Loader does.
AddThis Social Bookmark Button