Hello All,

I have 4.7 installed and running smoothly. I also have Tiny MCE working. When I add a new story/node with an embeded flash movie everything works correctly, but when I go back to edit the same post all content of the post is there, but the

of the flash is not there to edit. This happens with or without Tiny MCE being used. Any ideas? Here is the code....

<object width="320" height="240"></p>
<param name="movie" value="/files/rhinecliffMD.swf">
<embed src="/files/rhinecliffMD.swf" width="320" height="240"><br />
</embed><br />
</object>

Thanks, Phil

Comments

fossilfool’s picture

www.fossilfool.com and www.worldbike.org
Bicycle entrepreneur, inventor, musician, advocate.

michaeldhart’s picture

I had the same problem, I came across this:

http://drupal.org/node/22218#base

Since is no longer used, my relative url's were not working out. I changed my relative url's to

<?php print $GLOBALS['base_url'] ?>/name/of/file.swf

Then php prints your base url correctly and the path works out. This worked for me, cuz all I had was one flash file. For a bunch of them, and using tinymce, it may be more difficult.
Hope it helps!