hello! i'm stuck on how to do this: i would like to extend Luke's flash plugin for my jqUploader plugin, yet no matter how i formulate the $(this).flash() call in the plugin the flash object is not created. I don't get any error, and if i try outside my plugin it works. Here is the schematics of what i'm trying to do: jQuery.fn.jqUploader = function(options) { return this.each(function(index) { var $this = jQuery(this); // some stuff here that are not relevant to the problem i think .... // and finally launch the flash: $this.flash({src: 'jqUploader.swf', width: opts.width,height: opts.height}); }); }; Good point is... it sounds like i'm going to learn something again today :) Any help would be greatly appreciated! Alexandre
Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.472 / Base de données virus: 269.9.0/852 - Date: 17/06/2007 8:23