Hi,
Based on fck_image dialog, I've created fck_flash dialog and it's working just fine...
Now, the problems:
In Firefox, Editor Area shows flash as a transparent non selectable area..
So I've added this css style:
object
{
border: #000000 1px solid;
background: #CCCCCC url(../images/flash_back.gif) center center no-repeat;
}
...but it does not cover all vertical area...
if I add "float : left;" it covers all the flash movie, but it add an alignment that is not wanted...
If I add "position : absolute;" it covers all the movie too, and control box apears around the movie as it appears when you click an image... but obviously, the movie is floating and again, it's not the wanted result...
Does anyone knows how to create a box around the flash movie, so users know there is it ?...
thanx,
hernux
Based on fck_image dialog, I've created fck_flash dialog and it's working just fine...
Now, the problems:
In Firefox, Editor Area shows flash as a transparent non selectable area..
So I've added this css style:
object
{
border: #000000 1px solid;
background: #CCCCCC url(../images/flash_back.gif) center center no-repeat;
}
...but it does not cover all vertical area...
if I add "float : left;" it covers all the flash movie, but it add an alignment that is not wanted...
If I add "position : absolute;" it covers all the movie too, and control box apears around the movie as it appears when you click an image... but obviously, the movie is floating and again, it's not the wanted result...
Does anyone knows how to create a box around the flash movie, so users know there is it ?...
thanx,
hernux