On 6/10/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote: > What about writing a server-side script, that returns image to Flex app. > > <mx:Image source="getImage.php?file=logo.jpg" /> > > getImage.php sets the HTTP headers like: > > Php code: > [snip]
I believe this should be possible without writing a script. You should be able to configure your web server to set those header for certain file types. I guess this is the setting for Apache: http://forums.digitalpoint.com/showpost.php?p=8974&postcount=6 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/

