Active
Project:
SWF Tools
Version:
6.x-2.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2012 at 17:54 UTC
Updated:
15 May 2012 at 17:54 UTC
I wanted to add an id to the swfobject wrapper so I used:
$args = array(
...
'othervars' => array(
'id'=>'home-flash',
...
)
...
);
It "worked" by making 'swf-home-flash' the id of the swftools-wrapper div but it also added the plain text id="home-flash" in the params area. This made the text appear above the flash object when it was rendered.