Posted by amogiz on February 10, 2009 at 3:50pm
| Project: | FLV Media Player |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I tried every possibility (right, bottom) and changes the parameters. Nothing is diplaying the playlist but the player plays it.
Comments
#1
#2
Sorry, can you clarify what the issue is. I don't understand what you're identifying
#3
Hi.
The player is working with xspf. But i can't display the playsit. I tried to set above, over or at the right of the screen. But it does not appear. I set the width or height of the playler and the display of the player, but nothing.
#4
I was also unable to display the playlist no matter what I tried, and although I have been unable to solve it I believe I know what the problem is.
When you set the playlist position attributes with FLVMediaPlayer they output as numbers, while JWMediaPlayer is looking for strings. This is to say, to set playlist to Right you need to pass "playlist=right" to jwmediaplayer, but using the flvmediaplayer the output was "playlist=2".
I'm not sure how to fix this problem but I'll look forward to someone else's response who does know. In the meantime I've hardcoded my player in...not the fix I was looking for, but effective for the time being.
#5
How 2 fix "playlist=2"?
#6
voodoo, how did you specify the playlist location? The player works with my xspf playlist data on the node, but just doesn't display the selectable playlist. I also found that I am unable to display the playlist with JW player, so I tried using some embed code and setting the playlist location to "http://mysite/node/**/xspf" for the xspf playlist. This doesn't seem to work tho
#7
Is incorrect, by works!
Export your player profile (/admin/settings/flvmediaplayer/export)
Change in text editor string 'layout_playlist' => '2', like this 'layout_playlist' => 'right',
open PHPmyAdmin (delete profile from interface doesn't work), choose your database
delete content of flvmediaplayer_profiles (where pid, type and etc.)
import your edited text to module (/admin/settings/flvmediaplayer/import)
---------------------------------------
Dear developers, how to do it correct?
#8
Sansui-I wasn't able to get anything to work with the flv media player plugin so I ended up moving away from it and hand-encoding the player into my node. This is the only way I could get it to work at the time. I've since moved on to a completely different method. It looks like the above method by EzS of exporting, changing the text, then importing would work, but for now, as far as I can tell, this is a bug that the developers need to fix.
#9
did you try changing the "size of the playlist" ?
because by default its 0,so its hidden.Make it 50,it will appear then.
its in
Home » Administer » Site configuration » SWF Tools-->media player -------basic->playlist size
#10
Can confirm the problem. Attached is a patch.
#11
bumping version number
#12
updating title and nature of ticket (changes didn't stick with my last post for some reason)
#13
Hi,
I have FLV Media Player 6.x-1.0-beta3, done the editing of the sql to replace 2 to right or bottom, tried everything I could think off. No success. I think I have JW player the latest version, however pretty sure is above 4.x
Sill no playlist. Even tried to call the player with php code and html code, sending the variables manually, but it's not functioning well. Nothing about a playlist ether.
So... I'll try to figure it out as this is a barrier for my site. It must have a playlist.
#14
Attached is an updated patch - applies to CVS
#15
Applied to D6 and D5
#16
Automatically closed -- issue fixed for 2 weeks with no activity.