Active
Project:
MediaFront
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Minor
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 May 2012 at 23:33 UTC
Updated:
16 Dec 2012 at 15:52 UTC
Sorry, I didn't try latest 2.x version as I am cautious with important production site.
I have read all documentation and it seems to me that player is a sophisticated formatter of specially configured media field.
Is it any way to use the player inline? I mean for example a Body written of some content type and, between some paragraphs, links or embed codes that display player with media file. Of course provided that embed tag is permitted with Text Formats.
Comments
Comment #1
AndrzejG commentedOK, I see the solutions on new mediafront.org site. Thanks.
Comment #2
AndrzejG commentedSorry, the solution form mediafront.org doesn't work.
I installed last beta2 version, enabled. No preset.
Uploaded my.mp4 file.
In a page with full HTML text format i typed:
Nothing is displayed.
Something wrong?
Please reply asap.
Comment #3
AndrzejG commentedI change priority
Comment #4
travist commentedIf you don't create a preset, then you still need to add the JavaScript & CSS files to the page for the media player to show up. You can easily do this by using a simple call to drupal_add_library like so...
Comment #6
tonyhrx commentedHmm. I'm following your guide.
So Ive loaded up the library in template.php. I added the script using html.tpl.php.
Ive now added the video inline in a node body field
<video src="http://butrous.fabriko.co.uk/sites/default/files/Install9.mp4" tabindex="0"></video>But getting nothing.
http://butrous.fabriko.co.uk/content/inline-test
Am I doing something wrong or has something changed?
Are there any working examples anywhere of the inline code working?
Thanks
Comment #7
tonyhrx commentedComment #8
tonyhrx commentedComment #9
tonyhrx commentedI used this code that worked in Firefox. Doesnt stream but at least it plays
Comment #10
travist commentedAdding documentation tag.