The hook_theme declaration for this module erroneously declares the 'swf' variable as 'swf_object'. This makes it impossible to use it with render arrays, for example:
$element = array( '#theme' => 'swfembed_embed', '#swf' => $swf_object, );
Patch to follow..
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | swfembed.1512168.patch | 389 bytes | jamsilver |
Comments
Comment #1
jamsilver commentedPatch attached.