A version or two back I noticed that there was a file named fck_flash.html in the /dialogs/ directory. Looking it over, it seems to be ready to rock, but I'm no expert.
Whats the story on this file? How do you integrate it into FCK's toolbar? It would be sooo cool if FCK could insert Flash objects.
--Matt--
Whats the story on this file? How do you integrate it into FCK's toolbar? It would be sooo cool if FCK could insert Flash objects.
--Matt--

RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?.. fck_flash.html getting size
<SCRIPT language=javascript>window.opener.setImage('<?php echo $UPLOAD_BASE_URL.$HTTP_POST_FILES['FCKeditor_File']['name'] ?>');window.opener.setImageHeight('<?php echo $height ?>');window.opener.setImageWidth('<?php echo $width ?>'); window.close();</SCRIPT>";RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
If someone knows how to do this, please let me know.
RE: Easter egg?... fck_flash.html
RE: Easter egg?... fck_flash.html
I guess my question has more to do with how does the code returned from the fck_flash.html dialog box work. Doesn't flash code have to look something like this:
<object width="550" height="400">
<param name="movie" value="somefilename.swf">
<embed src="somefilename.swf" width="550" height="400">
</embed>
</object>
that is not how SWF code is being returned at this moment.
also, i have code that will pull out SWF width and height. I found an original ASP code for this awhile back and I have converted it into CFMX cfc if either of those would help you.