Hi Jean-Baptiste SWFObject is a JavaScript "utility" to embed flash content (with flash plugin detection). See here for further details: http://code.google.com/p/swfobject/
This isn't absolutely needed though (just handy), you can still embed your flash code with the plain object and embed tags. Since you're using qooxdoo, it's probably a good idea to use qooxdoo methods to embed the flash content :) http://demo.qooxdoo.org/0.8.x/apiviewer/#qx.bom.Flash Best - Roman Jean-Baptiste BRIAUD -- Novlog wrote: > Hi, > > That's interesting, I had a quick look to the page source, but how > would you integrate that in a qx class ? > <script type="text/javascript"> > swfobject.embedSWF("open-flash-chart.swf", "my_chart", "350", "200", > "9.0.0"); > </script> > > OK, this is javascript, but it's not a widget, so how can I add that > flash object to a container ? > > > On 4 Mar 2009, at 16:48, Roman Schmid wrote: > >> Hi Dietrich >> >> Instead of Prototype or jQuery you could also use a flash based >> charting >> software. >> Although i never used it, this one seems to be quite good (Successor >> of >> OpenFlashChart): http://teethgrinder.co.uk/open-flash-chart-2/ >> >> You can feed it with JSON Data from your application which should work >> like a charm in combination with qooxdoo. Example: >> http://teethgrinder.co.uk/open-flash-chart-2/tutorial/chart-5.php >> >> Cheers - Roman >> >> Dietrich Streifert wrote: >>> Thank you for your Answer Fritz! >>> >>> I thought there were some clashes between qooxdoo and the way >>> prototype >>> does something bad with the hashes. >>> >>> Maybe one of the core wizards (Fabian or Sebastian?) can enlight us >>> about using qooxdoo and prototype together. >>> >>> But at a first view: Yes! Protochart looks very interresting! >>> >>> BTW: I'm currently digging into flot which is based on jQuery. Has >>> someone experience using qoodoo with flot of jQuery? >>> >>> >>> >>> Fritz Zaucker schrieb: >>>> We are using Protochart at the moment: >>>> >>>> http://www.deensoft.com/lab/protochart/ >>>> >>>> Was simple to integrate: >>>> >>>> <html> >>>> <head> >>>> <meta http-equiv="Content-Type" content="text/html; " /> >>>> <title>Our Qooxdoo App</title> >>>> >>>> >>>> <script src="lib/prototype.js"></script> >>>> <!--[if IE]><script language="javascript" >>>> type="text/javascript" >>>> src="lib/excanvas.js"></script> >>>> <![endif]--> >>>> <script language="javascript" type="text/javascript" >>>> src="lib/ProtoChart.js"></script> >>>> >>>> >>>> <script type="text/javascript" >>>> src="script/OurApp.js"></script> >>>> </head> >>>> </html> >>>> >>>> (assuming that the Protochart JS files are below source/lib/ of >>>> the qooxdoo >>>> app). >>>> >>>> There is a clash with the Qooxdoo-optimizer, as ProtoChart uses $ as >>>> variable name. I just did a global search/replace substituting $ >>>> with >>>> __Dollar in ProtoChart.js and prototype.js >>>> >>>> The downside is, that Protochart uses a somewhat convoluted (IMHO) >>>> data >>>> structure for the data to be charted and has very limited labeling >>>> implemented (should not be too difficult to extend, though). >>>> >>>> Cheers, >>>> Fritz >>>> >>>> On Wed, 4 Mar 2009, Dietrich Streifert wrote: >>>> >>>> >>>>> Hello everybody! >>>>> >>>>> I'm currently evaluating possibilites to integrate charting >>>>> features in >>>>> an existing qooxdoo 0.7.4 application. >>>>> >>>>> Has anybody done this, besides using server generated images? >>>>> >>>>> Are there other libraries which integrate well with qooxdoo? >>>>> >>>>> I had a look at jscharts (www.jscharts.com) which seems to have >>>>> what I need. >>>>> >>>>> Any idea or help would be great! >>>>> >>>>> Thank you. >>>>> >>>>> Best regards. >>>>> >>>>> >>>>> >>>>> >>>> >>> -- >>> Mit freundlichen Grüßen >>> Dietrich Streifert >>> -- >>> Visionet GmbH >>> Firmensitz: Am Weichselgarten 7, 91058 Erlangen >>> Registergericht: Handelsregister Fürth, HRB 6573 >>> Geschäftsführer: Stefan Lindner >>> >>> >>> >>> >>> ------------------------------------------------------------------------ >>> >>> ------------------------------------------------------------------------------ >>> Open Source Business Conference (OSBC), March 24-25, 2009, San >>> Francisco, CA >>> -OSBC tackles the biggest issue in open source: Open Sourcing the >>> Enterprise >>> -Strategies to boost innovation and cut costs with open source >>> participation >>> -Receive a $600 discount off the registration fee with the source >>> code: SFAD >>> http://p.sf.net/sfu/XcvMzF8H >>> >>> >>> ------------------------------------------------------------------------ >>> >>> _______________________________________________ >>> qooxdoo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> ------------------------------------------------------------------------------ >> Open Source Business Conference (OSBC), March 24-25, 2009, San >> Francisco, CA >> -OSBC tackles the biggest issue in open source: Open Sourcing the >> Enterprise >> -Strategies to boost innovation and cut costs with open source >> participation >> -Receive a $600 discount off the registration fee with the source >> code: SFAD >> http://p.sf.net/sfu/XcvMzF8H >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel >> > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
