Posted by pkraft on July 14, 2009 at 9:01pm
Jump to:
| Project: | FLV Media Player |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I have a fresh install of flvmediaplayer on Drupal 6.13. I have cleared my caches and tried the previous releases to solve this problem. I have also tried disabling most other modules, reinstalling this module, and running updata.php. Here is what is happening:
1) My video loads but is not displayed unless the user selects fullscreen.
2) Selecting the control bar to over, below, none has no effect on how the control bar is rendered.
3) Selecting different skins has no effect on the control bar. (I assume this is my fault because I do not know where to store the skin files)
LINK: http://beta.tstn.com/node/38
Thanks for any help you can give me!
Comments
#1
I just fixed item #3. The module is looking for the skin files in mydomain.com/node/X. I added the following line to the player settings to enable the Modeius Slim skin.
/../sites/all/modules/flvmediaplayer/Modieus_Slim/stylish_slim
I am still working on items #1 and #2. However now that I have the skin applied I am seeing that "bottom" works as expected, "over" places the control bar at the top of the video window, and "none" acts the same as over.
I am used to "over" placing the controls in front of the video and justified to the bottom of the video.
Thanks again for any help.