Jump to content
Search Community

polatkanfatih

Members
  • Posts

    2
  • Joined

  • Last visited

polatkanfatih's Achievements

0

Reputation

  1. hi, i use ImageLoader for loading images. i use different ImageLoaders in different classes. when i start my project, there was no problem but yesterday i tried the launch my project and it started to sucks and freezes. i trace and found that there is no problem until "imageLoader.load()" but after that it dispatches none of the listeners like "onInit, onError, onIOError, onComplete", just freezes. possible problems can be (if it will be problem) this that there can be imageLoader instances with same "name:" property in different classes. thanks for help...
  2. hi, i have a class including SWFLoader, and i add my swf files inside this by using "swfLoader.load(true)". there are are resize and add, remove listeners in swf files. when i load swf files i saw that resize functions doesnt work even if they are in stage. then, i made a trace and found that even if swfLoader loads swf files and i see them in stage, REMOVED_FROM_STAGE listener triggered after adding them. However, if i change flush property to false, i.e., "swfLoader.load(false)", resize listeners works and remove listeners arent dispatched. thanks....
×
×
  • Create New...