ok, i've found out taht in fact, the flash plugin does not accept to replace 
input fields. Does any jqGenius have an idea why ?

   _____  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Alexandre Plennevaux
Sent: jeudi 21 juin 2007 21:41
To: jquery-en@googlegroups.com
Subject: [jQuery] problem using jquery.flash plugin in my plugin


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: HYPERLINK 
"http://www.pixeline.be/experiments/jqUploader/test2.php"http://www.pixeline.be/experiments/jqUploader/test2.php
 
plugin: HYPERLINK 
"http://www.pixeline.be/experiments/jqUploader/jquery.jqUploader_proto.js"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: HYPERLINK 
"http://www.pixeline.be/experiments/jqUploader/test.php"http://www.pixeline.be/experiments/jqUploader/test.php
 
 
Thanks a lot,
 
Alexandre
 
Alexandre Plennevaux
 HYPERLINK "http://www.pixeline.be/_img/pixeline_logo_small.gif"pixeline 
33 rue Stephenson
B-1030 Brussels
 
HYPERLINK "http://www.pixeline.be"http://www.pixeline.be


Ce 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



Ce 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>>

Reply via email to