[flexcoders] TypeError: Error #1006: value is not a function. AMF Error

2009-03-25 Thread djhatrick
Hi, I've set up Zend and running my zendAMF on localhost, i can hit localhost/amftest with the browser, and it looks like it's trying to send AMF data. but when I try with Flex, this error is thrown. I am using a delegate for my service calls, and all examples shows an mxml remote object

RE: [flexcoders] TypeError: Error #1006: value is not a function. AMF Error

2009-03-25 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] TypeError: Error #1006: value is not a function. AMF Error Hi, I've set up Zend and running my zendAMF on localhost, i can hit localhost/amftest with the browser, and it looks like it's trying to send AMF data. but when I try with Flex, this error is thrown

[flexcoders] TypeError: Error #1006: value is not a function.

2007-11-30 Thread LyraSpace
Hi there. I'm trying to do a very simple urlRequest ... var loader:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE,onLoadCSS); loader.load(new URLRequest(htmlStyles.css)); But I'm getting this error message ... TypeError: Error #1006: value is not a function. at