Problem with Embedded Media File
rasp1 64
From: -
From: -
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
Philipp Esselbach
From: -
Editor
0From: -
You should always post bug reports on the bug tracker.
To fix that problem, open classes/class_wysiwyg.php in an editor and change:
to:
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
rasp1
OP
64
From: -
From: -
Fix? Work around besides it being on a different domain?
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.