Displaying 1 result from an estimated 1 matches for "flvplayback".
2007 Apr 25
2
Flash Skin and Rails View Issue
...in /resources/movies, everything works fine.
But as I understand it, flash.swf references a player skin in the same
directory (/resources/movie)- MojaveExternalAll.swf.
With the code in my view, this isn''t being found, so my movie plays without
controls.
Adobe''s site says "FLVPlayback skin SWF must be in same directory as HTML
file"
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=608abffd
If I load an html file from /resources/movie it all works fine. However, I
need to embedd that flash movie into my Rails view.
Hopefully I''ve made myself clear. I expect...