On 2/8/07, dkerr <[EMAIL PROTECTED]> wrote:
>
>
> Will anyone help with the correct syntax?
> Also, how  would you do a url parameter in a similar  way?


I'd be happy to, let me load up my app here...

Ah, here's one.  I actually just call a function and pass in the dropid.
You could call the same function and pass in the filename (I serve my files
via coldfusion using cfcontent)

public function getDataDrop(dropid:String):void {
    navigateToURL(new URLRequest("drop.cfm?dropid=" + dropid), '_blank');
}

Rick


-- 
> I'm not certified, but I have been told that I'm certifiable...
> Visit http://www.opensourcecf.com today!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3601
Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to