Hello!
i'm trying to switch the dependency of my plugin to a proper jquery plugin
dedicated to flash embedding instead of swfobject.
Yet i cannot seem to make it work: no error thrown but the element is not
replaced by the flash file.
here is the schematics of what i do:
jQuery.fn.jqUploader = function(options) {
return this.each(function(index) {
$(this).flash({src: 'jqUploader.swf', width: 320, height: 240});
});
};
i've posted a test suite here:
test: http://www.pixeline.be/experiments/jqUploader/test2.php
plugin: http://www.pixeline.be/experiments/jqUploader/jquery.jqUploader_proto.js
could someone have a look and let me know what i'm doing wrong?
And if you would like to see how it should work:
http://www.pixeline.be/experiments/jqUploader/test.php
Thanks a lot,
Alexandre
Alexandre Plennevaux
pixeline <http://www.pixeline.be/_img/pixeline_logo_small.gif>
33 rue Stephenson
B-1030 Brussels
http://www.pixeline.beCe message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.472 / Base de données virus: 269.9.1/857 - Date: 20/06/2007 14:18
<<pixeline_logo_small.gif>>

