Hi,
If I use the insert flash button. It inserts a flash file, and all works fine. But when I opens the editor again the flashfile is running, and there isn't possible to right click on it and choose edit flash properties. If I mark the flash file and push the flash button in toolbar I only get the opportunity to insert a new flash file.
Is there a way to edit the flashfile, without remove it and insert it again?
If I use the insert flash button. It inserts a flash file, and all works fine. But when I opens the editor again the flashfile is running, and there isn't possible to right click on it and choose edit flash properties. If I mark the flash file and push the flash button in toolbar I only get the opportunity to insert a new flash file.
Is there a way to edit the flashfile, without remove it and insert it again?
RE: Help editin flash
editing the html-sourcecode will probably be
the easiest way.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0" width="209" height="209">
<param name="movie" value="file:///E|/Homepage/Foren%20Backup/ratcat-forum.de/htdocs/eis/clock.swf">
<param name="quality" value="high">
<embed src="file:///clock.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="209" height="209"></embed>
</object>