There is a section on the wiki [1] listing other lib that use swfobject, one of these is a jquery plugin [2]
swfobject does do its own onLoad & domReady management. This ensures that it works stand alone. and on the widest array of browsers, plugin versions and platforms Kyle (getify) [4] - from boxing day last year: We've talked about doing a bug-patch 2.3 release, but at present the need > for the release (ie, problems without workarounds) hasn't justified the work > to do so, so we're in a slowed down maintenance phase for the time being. > > As far as I (and I believe the other co-maintainers of the project) am > concerned, SWFObject 2.2 still represents the most robust, > standards-compliant, and flexible solution for SWF embedding. > We provide the markup-generator to assist web authors in creating the best > markup/code for their site scenario. We also have several popular > SWF-centric projects that we've coordinated compatibility with, including > SWFFit and others. We think this represents a solid and stable ecosystem for > SWF-in-HTML publishing use-cases. > (Kyle also made labJS load and block - which is simular to requireJS I think; perhaps he has tried labJS with swfobject) the code is available via svn [5]; the testsuite [3]; you could submit a patch with relevent info to the issues [6] - but bear in mind Kyle's words above 1) http://code.google.com/p/swfobject/wiki/links 2) http://jquery.thewikies.com/swfobject/ 3) http://code.google.com/p/swfobject/wiki/test_suite 4) http://groups.google.com/group/swfobject/browse_thread/thread/b779a27a60367dc8/b23c5b9fc9fc144f?hl=en_US#b23c5b9fc9fc144f 5) http://code.google.com/p/swfobject/source/checkout 6) http://code.google.com/p/swfobject/issues hth - S On 4 February 2011 09:35, Pete Otaqui <[email protected]> wrote: > Hi, > > My team and I are looking for a flash embedding library which we can > deliver as a RequireJS module. We have a current, custom-built > library in place, but we are very keen on adopting community-developed > software where possible. > > We are about to start some more detailed investigation into how > SwfObject will interact with RequireJS (we're also using jQuery, which > is important) - but an initial look at the code brought up a concern > about the fact that SwfObject tries to do its own onLoad & domReady > management. > > RequireJS and jQuery both do this, and in fact RequireJS has some > special detection in it to use jQuery's API for "ready" events/. > > In an ideal world, SwfObject would be configurable, so one could > disable it's attempts at managing load / ready events. > > Would the community be interested in a patch for this? Does anyone > have any thoughts about ramifications, for example throwing an error > if load management is disabled and onDomLoad is called? > > Thanks > > Pete > > ps - we're also very keen on testing. Is there any interest in > working on some unit / acceptance tests for SwfObject? > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
