[SWFObject] What is the difference between createSWF and embedSWF ?

2012-09-06 Thread Clark
See title ;) I looked at the docs but still do not really know the difference. Thanks. -- You received this message because you are subscribed to the Google Groups SWFObject group. To view this discussion on the web visit https://groups.google.com/d/msg/swfobject/-/f_c8wnwwF68J. To post to

Re: [SWFObject] What is the difference between createSWF and embedSWF ?

2012-09-06 Thread Aran Rhee
embedSWF() is what most people will use - It is a 'higher level' function which covers most needs for embedding a swf. As the docs say createSWF() is 'low level' method will primarily be useful when combining it with other JavaScript libraries. Another common usage is if you are doing something

Re: [SWFObject] What is the difference between createSWF and embedSWF ?

2012-09-06 Thread Philip Hutchison
embedSWF invokes createSWF after detecting whether minimum flash player version is available, and includes domready event handling. createSWF by itself just does the embedding. no domready, no version detection. - philip On Thu, Sep 6, 2012 at 5:39 AM, Aran Rhee aran.r...@gmail.com wrote: