hi,

so...does anyone have any idea how can i handle ioError from images not loaded 
inside a text with htmlText?

where can i add a listener?

thanks,
Carlos

--- In [email protected], "carloscarvalhar" <carloscarval...@...> 
wrote:
>
> Hi,
> 
> i have a Text with htmlText that can have missing images, so i get this error:
> Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found
> 
> I have no more new ideas to test...i couldn't find a solution. 
> 
> i tried:
> stage.addEventListener(IOErrorEvent.IO_ERROR,ioerrorHandler);
> myText.addEventListener(IOErrorEvent.IO_ERROR,ioerrorHandler);
> 
> and also i tried making a for each for each image in loader as described here:
> http://www.nabble.com/-flex_india:4088--Error-with-htmlText-property-of-TextArea---%22Error--2044:-Unhandled-IOErrorEvent:.-text%3DError--2124:-Loaded-file-is-an-unknown-type%22--td13439807.html
> 
> and also everything together plus try catch as here:
> http://www.fxug.net/modules/xhnewbb/viewtopic.php?topic_id=671&forum=2&viewmode=flat&order=ASC&start=10
> 
> I'm using flex 3.2 and the bug is described since 2007:
> http://bugs.adobe.com/jira/browse/SDK-12755
> 
> 
> So, how can handle this htmlText ioError?
> 
> Is there a solution?
> 
> thanks
> Carlos
>


Reply via email to