I am developing a download widget and I have created bindable propertys and etc and my URL var is linked to navigateToURL and when i fill the URL with a property eg <ns1:downloadwidget URL=""/> it will nto go to myurl instead it will go to projectroot/myurl . here is the portion of the code. rember it is just a portion of the code , i dont want to reveal all the code.


<mx:Script>
    <![CDATA[
        import mx.events.*;
        import flash.net.*;
        
        [Bindable]
        public var URL:String;

    ]]>
</mx:Script>


        <mx:LinkButton x="310" y="82" label="Launch!" click="navigateToURL(new URLRequest('{URL}'))"/>
    

    

__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to