I have a node with a single flv file attached to it created using the upload module, together with the integrate module of SWFTools configured to render flash video attachments, and the flash media player set as the default media player for FLV video.
In previous dev snpshots of SWFTools I'd got this configuration to work correctly, but I'm now getting the following error on the page:
No player is configured for the action 'swftools_media_display_list'
By setting the flash player as the default player for 'Default tool for list of mixed media:', I can get this error to disappear, but the video doesn't render either (the player spinning logo just goes round)
Comments
Comment #1
simeI just committed some fixes, please use the new dev version when it gets packaged up.
Can you please attach the html output (view->source) to the issue as a file?
Thanks
Simon
Comment #2
tanoshimi commentedStill a problem in the latest snapshot, I'm afraid, but the error is now showing as an image_display_list file handler not found.
I attach source html of a page which demostrates the error - there is a single file attachment to this node which is an .flv movie file, but enabling the integrate module to automatically show flv files creates the 'No player is configured for the action 'swftools_image_display_list'' error.
thanks.
Comment #3
tanoshimi commentedI may be wrong, but I believe the following line might have something to do with it in the swftools_integrate_upload_render() function
I can't understand why all these extension types are being categorised as img?
Comment #4
josoroma commentedHi!
I posted my problem here:
http://drupal.org/node/140374#comment-247709
After enable in Filtered HTML the flash filter: Flash Filter
I still having the error in node using [flash:file.flv]:
No player is configured for the action 'swftools_media_display_list'
Thanks in advanced.
Comment #5
simetanoshimi, I've fixed that string to only include image file types now. I think I reused that line of code from somewhere else, without modifying it properly.
Please note that the current version does not allow playlists to work because of the most simple reason (working out the best parameter structure for the swf_playlist function) so just hold out for a bit, in fact I'm hoping the DRUPAL-5--1-0 release is not too far away.
Comment #6
(not verified) commented