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

MatteNoob’s picture

Try to add [flvmediaplayer] where you want it.

rengomez’s picture

Can 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! (-:

developer-x’s picture

If 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

VM’s picture

Status: Active » Closed (fixed)

no OP follow up. Thus closing

cfbauer’s picture

Thanks @MatteNoob! Two years later this solved my problem. :)

Didn't see [flvmediaplayer] in the documentation I found.