Hi everybody,
I am using the Loader-Component to load Pictueres or swf-files.
Works quite well.
Some pictures act as buttons, so I add a line
loaderComponent.onRelease=exec;This works pretty well too - BUT
Sometimes, I dont find a reason, a picture has a onRelease event, even if I did not assign it to it.
Then possible SWF-Files with components dont function, because the onRelease catches the mouse before it can get into the form fields.
Any idea?
I tried with .enabled=false - not the effect I wanted
