great geckko :) thanks a lot. its really helpful to me.
--- In flexcoders@yahoogroups.com, geckko <geckko80@...> wrote: > > I search in google for something like this and find this > > http://www.technotaste.com/blog/that-damned-microsoft-bias/ > > Perhaps it'll helps > > > El 27/07/2011 15:39, steveroger_flex escribi�: > > > > images are displayed in Internet Explorer but not displayed in Firefox. > > > > its very strange.. > > > > any idea? > > > > --- In flexcoders@yahoogroups.com > > <mailto:flexcoders%40yahoogroups.com>, Steve Roger > > <steveroger_flex@> wrote: > > > > > > Hello Friends, > > > > > > image is not displayed on Flex application. > > > > > > Line of codes: > > > > > > <?xml version="1.0" encoding="UTF-8"?> > > > <mx:Application layout="absolute" initialize="initialization()"> > > > > > > > > > <mx:Script> > > > <![CDATA[ > > > > > > [Bindable] var image_url : String; > > > private function initialization() : void > > > {image_url = "https://www.****.com/images/"+"first.png"; > > > } > > > > > > ]]> > > > > > > > > > <mx:Image source="{image_url}" maintainAspectRatio="true"/> > > > </mx:Application> > > > > > > Does "https://"creates problem? OR something else wrong? > > > My flex application url looks like > > https://www.****.com/flex_app/flex_app.html > > > > > > > > > Thanks. > > > > > > > >