I have the WYSIWYG module installed, and I'm using TinyMCE. When I insert a Flash asset, its paths are not getting automatically internalized by Path Filter (though link and image paths are internalized just fine). Here is the HTML generated by TinyMCE:

<object style="width: 320px; height: 250px;" width="320" height="250" data="https://www.example.com/sites/default/files/nodes/3957/course-objectives.swf" type="application/x-shockwave-flash"><param name="src" value="https://www.example.com/sites/default/files/nodes/3957/course-objectives.swf"></object>

Attached is a patch which solves this problem.

CommentFileSizeAuthor
pathfilter.module.patch1.27 KBjoelstein

Comments

alexanderpas’s picture

Status: Active » Reviewed & tested by the community
mrfelton’s picture

Status: Reviewed & tested by the community » Fixed

Patch applied to CVS, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.