Hi everyone, 

Been working with flash a while now but recently been confused with
something. It may be IE7 causing me probs or my flash knowledge fading
away. I have a simple image loader below: 


//-------CODE ----------------------- 
var loadingBar_mc:MovieClip; 
var loadBar_mc:MovieClip = loadingBar_mc.loadBar_mc; 

var mcLoader:MovieClipLoader = new MovieClipLoader(); 
var listener:Object = new Object(); 

listener.onLoadProgress = function(target:MovieClip, bytesLoaded:Number,
bytesTotal:Number):Void { 
loadBar_mc._xscale = (bytesLoaded/bytesTotal)*100; 
} 


//run now 
mcLoader.addListener(listener); 
mcLoader.loadClip("_images/largeimage.jpg", container_mc); 
loadBar_mc._xscale = 0; 

//-------CODE--------------------- 

http://www.ckm-designs.com/alg/loadtest.html 

Also the pre-loaders in this other page i created don't work in IE7
either

http://www.catrionamccarthy.com/gallery.html 

For some reason the swf works perfectly in safari but not in my IE7,
just installed CS3. have i missed something the browser world? 


**************************************************************************************************
This email and any files transmitted with it contains confidential and 
privileged information intended solely for the use of the individual whom they 
are addressed.
This information does not constitute an invitation to buy, or the solicitation 
of an offer to sell securities or to provide any other products or services in 
any jurisdiction, to any person to whom it is unlawful to make such an offer or 
solicitation.
If you have received this email in error please inform the sender and delete 
it. You may not use/distribute or copy it, take any action as a consequence of 
its content.
Recipients are reminded that email is an insecure communication medium and we 
accept no responsibility for any losses, incurred as a result of fictitious or 
falsified messages.  If in doubt recipients should take action to verify the 
authenticity of any message received.

This footnote also confirms that this email message have been swept by 
mimesweeper for the presence of computer viruses.

Ashburton (Jersey) Limited is regulated in the conduct of investment business 
by the Jersey Financial Services Commission within the terms of the Financial 
Services (Jersey) Law 1998.

www.ashburton.com
**************************************************************************************************


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to