Closed (fixed)
Project:
FLV Media Player
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Feb 2009 at 15:50 UTC
Updated:
19 May 2009 at 03:00 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
amogiz commentedComment #2
arthurf commentedSorry, can you clarify what the issue is. I don't understand what you're identifying
Comment #3
amogiz commentedHi.
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.
Comment #4
vood002 commentedI 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.
Comment #5
Stan.Ezersky commentedHow 2 fix "playlist=2"?
Comment #6
sansui commentedvoodoo, 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
Comment #7
Stan.Ezersky commentedIs 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?
Comment #8
vood002 commentedSansui-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.
Comment #9
tanfastic006 commenteddid 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
Comment #10
mrfelton commentedCan confirm the problem. Attached is a patch.
Comment #11
mrfelton commentedbumping version number
Comment #12
mrfelton commentedupdating title and nature of ticket (changes didn't stick with my last post for some reason)
Comment #13
Anonymous (not verified) commentedHi,
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.
Comment #14
mrfelton commentedAttached is an updated patch - applies to CVS
Comment #15
arthurf commentedApplied to D6 and D5