Posted by JustinJohnson on January 7, 2009 at 9:51pm
Jump to:
| Project: | FLV Media Player |
| Version: | 5.x-4.0-beta2 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Try to add [flvmediaplayer] where you want it.
#2
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! (-:
#3
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
#4
no OP follow up. Thus closing
#5
Thanks @MatteNoob! Two years later this solved my problem. :)
Didn't see [flvmediaplayer] in the documentation I found.