Gilles,

I finally found why the swf would stop responding and properly
handling events that you might have been aware of but I was not.

In fact my fileUploadStarted event was hiding the button that serves
at lauching the load. The button is just behind the transparent movie.
By error I was also hiding the movie (not removing it from the DOM but
simply hiding it).
When the swf is hidden (display: none; or height and width equal to 0)
the swf no longer handles the events.

With the exception of the additional params not being properly added
to the request in POST mode (that I overcome), it now works as
expected. So thanks for this excellent plugin.

My version of the javascript part that handles multiple instances on
the same page is available to you if you wish.

Regards and thanks once more.

On 16 déc, 18:24, rernens <robert.ern...@look2bookonline.com> wrote:
> > Hmm, i'll have to investigate that, but i am rather busy atm.
>
> I can live without the post of additional parms, I changed my backend
> code to handle query string instead of form-data. Anyway if there is
> something I can do to help, let me know.
>
> > What flash version are you using? Did you try to upgrade it to the
> > latest version?
>
> I tried both 9 and the latest 10. Same behavior. What's strange is
> that it worked for a while than stopped working.
>
> > I absolute did NOT want the plugin to be dependent on jQuery.ui, so if
> > you can rewrite it so it doesn't use any other jQuery stuff i would be
> > happy to give you the credits for it and include the fix in the code.
>
> What do you mean by "it doesn't use any other jQuery stuff" ? I am not
> looking for any credits. I simply used the $.widget function of core
> ui to ensure each instance of the plugin has its own settings and
> events handling space. Feel free to do what you want with it.
>
> > > I am still stuck with the swf movie not triggering the events after
> > > fileUploadStarted. Not being familiar with  swf development, I don't
> > > know if you have additional debugging facilities to identify what
> > > would cause the swf movie not to trigger the events.
>
> > Working on that also.
>
> I definitely need to figure out why the swf movie no longer triggers
> events after fileUploadStarted. Any idea on where to look for ?

Reply via email to