This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Problem with Embedded Media File


avatar
rasp1 64
From: -
Problem with Embedded Media File

I was trying to put an embedded media file on my site. I uploaded to the web directory like I have done before and put the full url of the file in, then turn off the auto start feature. This is all in the TinyMCE wysiwyg editor.

When I go to play the file on the main site it gives a URL of main.url/../path/to/file.mp4

When I would go and edit the story it would show a relative URL path to the file, not the full URL.
Embedded_media_bug_1
Embedded_media_bug

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Problem with Embedded Media File
avatar
Editor
0
From: -
You should always post bug reports on the bug tracker.

To fix that problem, open classes/class_wysiwyg.php in an editor and change:

         theme_advanced_statusbar_location : "bottom",

theme_advanced_resizing : "true"


to:

                theme_advanced_statusbar_location : "bottom",

theme_advanced_resizing : "true",

convert_urls : false
1 Re: Problem with Embedded Media File
avatar
OP 64
From: -
Fix? Work around besides it being on a different domain?

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.