The proxy doesn't have anything to do with images so you don't need to mess around there.
If your SWF is served from the network and the image is served from the network I believe Flex should let you load the image. The problem is if the SWF is running as local or the image is served as local. Matt -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of adamcath123 Sent: Saturday, March 04, 2006 9:22 AM To: [email protected] Subject: [flexcoders] flex-config.xml in FES2 Beta Hi guys, I am trying to load images into my app where the user specifies the url of the image. I believe I'm getting a sandbox violation since the urls aren't known at compile-time. I want to edit flex-config.xml to allow the app to access any image on the web. How should I do this? I tried putting <destination id="thewholeweb"> <properties> <dynamic-url>http://*</dynamic-url> </properties> </destination> in my flex-proxy-service.xml, but the destination apparently needs a channel. The beta docs talk about referencing channels, but I dont see where they talk about defining channels. Is this even the right approach? Thanks, Adam -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

