Found the answer – there is an error in swfobj.php
in shortcode_atts array, allowscriptaccess is spelled incorrectly as allowscriptacces – correct this and it works as advertised.
same problem here – any solution?
Using this code:
[swfobj src=”http://anotherdomain.com/myswf.swf” height=”370″ width=”590″ wmode=”opaque” allowscriptaccess=”always”]
all parameters set correctly except for allowscriptaccess, which is ignored.