Skip to main content
Inspiring
June 9, 2011
Question

image loading failuare

  • June 9, 2011
  • 1 reply
  • 475 views

hi,

     In my  application using  scrollpane to load the image . How to find the image loading failuare ?

can any one help me..............

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
June 9, 2011

Do you get a failure message? How are you specifying the loading of the image?  What code do you use, if any?

Inspiring
June 9, 2011

scrollPane instance name is "scroll_pane"


scroll_pane.contentPath=images/image1.jpg;     // image path      

Ned Murphy
Legend
June 9, 2011

If you don't already, you need to use quotes for the images/image1.jpg...

scroll_pane.contentPath="images/image1.jpg";