By philmcdonnell on
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
Having a similar problem. Would appreciate feedback...
www.fossilfool.com and www.worldbike.org
Bicycle entrepreneur, inventor, musician, advocate.
I had a Similar Prob
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
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!