Active
Project:
FlashVideo
Version:
6.x-1.5-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2009 at 11:51 UTC
Updated:
5 Oct 2010 at 03:13 UTC
In place of where the video should be I get this:
flv filetypes are not supported
I presumed this was from filefield, so checked the settings to make sure it accepted flv file extensions.
print flashvideo_get_video($node); doesn't seem to do anything at all either (using an unfiltered input format).
Any ideas?
Comments
Comment #1
jamestavakoli commentedHello, i have exactly the same problem. In fact i'm having an absolute nightmare getting this module to work.
If anybody can provide any information into this problem it would be very much appreciated.
Thanks, James.
Comment #2
keyo commentedI've given up on this and used jQuery media instead. I had to get my site up and this module was a show stopper for me.
Comment #3
mlosee222 commentedI had this problem after I changed a universal setting for Flashvideo under admin/settings/flashvideo/universal
The problem was my WYSIWYG editor (CKEditor) automatically formatted the "Types" and "Flash Mime Types" fields on that page, even though I didn't edit those particular fields. Once a bunch of html markup was put in the Flash Mime Types field, I started getting this same exact error.
If you use any kind of WYSIWYG module, you need to exclude these two fields:
admin/settings/flashvideo/*.edit-flashvideo-video-filetypes
admin/settings/flashvideo/*.edit-flashvideo-mimetypes
This is what the 'Type' and 'Flash Mime Types' fields should look like (the default setting), shown below.
DEFAULT Type field
DEFAULT Flash Mime Types
This is what those fields look like after my CKEditor threw in HTML markup:
FORMATTED Type field:
FORMATTED Flash Mime Types field:
Check those fields under the Flashvideo universal settings and make sure that they look like as they should by default and NOT formatted.
I have no idea if this was the root of the problem universally, but this fixed it for me.
Comment #4
rerooting commentedyes! thank you so much mlosee22!! i had fckeditor do the same, and left it as formatted above. you just made my day!