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

<*> 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/
 



Reply via email to