Ok coder this is my first flash as3 project in flex, I'm just trying to do something simple.
But I have an 1067 error that says:

1067: Implicit coercion of a value of type String to an unrelated type flash.net:URLRequest. template1 template1.as line 22



package {
        import flash.display.Sprite;
        import flash.display.*;
        import flash.events.*;
        import flash.accessibility.*;
        import com.adobe.viewsource.ViewSource;
        import flash.net.*;
    import flash.geom.*;
    import flash.text.*;
    import flash.net.URLRequest;
    import flash.net.*;
        
        
        

        public class template1 extends Sprite
        {
                public function template1()
                {
                        //inserting image as background;
                        var backLoader:Loader = new Loader();
                        
backLoader.load("http://leftandrightsolutions.com/backy1.jpg";);
                        addChild(backLoader);
                        
                }
        }
}


I have to admit I'm the newbiest in this as3 project thing....help.


Gustavo Duenas
Creative Director
LEFT AND RIGHT SOLUTIONS LLC
1225 W. Beaver St. Suite 119
Jacksonville, Fl.  32204
904 . 2650330
www.leftandrightsolutions.com


_______________________________________________
[email protected]
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