Closed (fixed)
Project:
FLV Media Player
Version:
5.x-4.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2009 at 21:51 UTC
Updated:
29 Dec 2011 at 22:19 UTC
Hello, I'm trying to figure out how to position the player within the body of the node. Currently it attaches after the body text. What I would like to do is position it at the top and wrap the body text around it.
I've tried playing with Content Templates and wasn't able to find a variable that included the body text that didn't include the player script, so I wasn't able to separate the two to position it.
Any help would be greatly appreciated.
Thanks.
Comments
Comment #1
MatteNoob commentedTry to add [flvmediaplayer] where you want it.
Comment #2
rengomez commentedCan you please clarify what you mean. It is not possible to position the player via CSS nor is it possible to change the order of the fields. It always comes after body.
Thanks! (-:
Comment #3
developer-x commentedIf you are using panels, you can place it wherever you want and tag it with an id. You will need to apply the following patch : http://drupal.org/node/703278
-x
Comment #4
vm commentedno OP follow up. Thus closing
Comment #5
cfbauer commentedThanks @MatteNoob! Two years later this solved my problem. :)
Didn't see [flvmediaplayer] in the documentation I found.