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.
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---