V2 progressBar events bugged? 2004-03-17 - By Scott Barnes
Back Trying to use the v2 ProgressBar class and for some reason the EventDispatcher just won't tell me its "complete" or "progress"
ie: var pBar = _level0.pBar; var LO = new Object();
pBar.source = obj; LO.progress = function(eventObject){ trace("Now do the next one"); } obj.addEventListener("progress", LO) obj.autoLoad = false; obj.contentPath = url; obj.load();
Now the Loader and pBar are straight forward movieclips and the URL i pass in loads (the progressbar works, in that it shows the loading etc) but i get no notification of events (ie progress or complete)
I mean is this a known Bug? or do i have to do some undocumented thing?
--
Regards, Scott Barnes - http://www.mossyblog.com http://www.bestrates.com.au
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
|
|