In my project i am loading 4 xml files. For 4 xml files i created 4 xml objects to assign them. In Client machine it works fine. But loading in firefox depend upon the file size it assigns first xml assign the second xml obj. Object conflicts. I refer the attribute it returns null string. I changed the xml loading method. now it works fine.
On Mon, Nov 9, 2009 at 7:46 PM, Saravanan <[email protected]> wrote: > > Hi Karthi, > > What was the issue if u find any solution or what is the cause might > help others :) > > -sara > http://sara-intop.blogspot.com > > On Nov 9, 4:21 pm, karthi keyan <[email protected]> wrote: > > I fix the issue and working fine. > > Thank you very much for your suggestion. > > > > On Mon, Nov 9, 2009 at 4:09 PM, flexorz group of flex corders < > > > > > > > > > > > > [email protected]> wrote: > > > normally from the error i assume that you are mapping string for the > > > collection of images that you have in your asset folder. > > > so this occurs when the mapping string to url . > > > > > this is my assume code . > > > > > you have > > > files in > > > assets folder / 1,jpg , 2 jpg ,3.jpg > > > > > and you are looping like this > > > > > for (i=0, i<4 ,i++) > > > { > > > myLoading.push ( i +".jpg" ) > > > } > > > > > if im correct , > > > > > i would like say that this is not a recommend way of looping through > images > > > that you want to bind. > > > > > what you can do is to have those url's in a xmllist / array > > > > > so at runtime it want be a problem. > > > > > hope that helps. > > > > > but this is purly on assumption , > > > > > let us see your code in order to rectify the problem. > > > > > cheers > > > > > dinukx > > > > > On Mon, Nov 9, 2009 at 12:41 PM, karthi keyan <[email protected] > >wrote: > > > > >> Hi Guys, > > >> I am working in Flash. I created a Image Gallery to display sequence > of > > >> images and description. It is working fine with flash player. But i > opened > > >> in Firefox/3.5.5 browser, it through the following error.(Flash > contained > > >> html file). > > > > >> Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not > Found. > > > > >> it will working IE 6.0 fine. > > > > >> Thanks in Advance. > > > > >> -- > > >> Regards > > >> J.R.Karthikeyan. > > > > -- > > Regards > > J.R.Karthikeyan. > > > -- Regards J.R.Karthikeyan. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

