Closed GoogleCodeExporter closed 9 years ago
Please post authoring issues to the mailing list before submitting a potential
bug.
In most cases (such as this one), it is not a bug, but a small authoring error
causing the behaviour.
In this case, you are not passing the emebedSWF() method parameters in the
correct
order.
The method signature for embedSWF is:
swfobject.embedSWF(swfUrl, id, width, height, version, expressInstallSwfurl,
flashvars, params, attributes, callbackFn
You have excluded the expressInstallSwfurl param (which can be passed as false
if you
do not require the functionality), so your param object is being treated as
your
flashvars object!
Because of this type of error, we recommend people use the swfobject code
generator
(available through the wiki for download or online). Even I use it, as it saves
me
time :)
Original comment by aran.rhee@gmail.com
on 27 Oct 2009 at 10:50
Original issue reported on code.google.com by
centero...@gmail.com
on 27 Oct 2009 at 1:34