Hi All.
Flash video is not working when Download method is set to Private.
Flash player doesn’t show up and watchdog is showing up following errors.
access denied system/files/Player.swf
Everything work fine as soon as I set the Download method to Public.

CommentFileSizeAuthor
#4 dash.png90.34 KBronline
#1 2009-09-13_players_directory.patch3.66 KBarhak

Comments

arhak’s picture

Status: Active » Needs review
StatusFileSize
new3.66 KB

a patch to allow players to reside into a directory named "players" under flashvideo module's directory
instead of the site's "files" directory

remember to create a directory named "players" inside the flashvideo module's directory and drop the players in it (e.g. sites/all/modules/flashvideo/players/Player.swf)

ronline’s picture

Thx arhak.
Is going be the patch included in next falshvideo release ?

arhak’s picture

@#2 I have no idea
I'm not a maintainer of this module,
I just found you asking for help in a forum and made this patch for your problem

ronline’s picture

StatusFileSize
new90.34 KB

It didn’t work.
Only dash player logo is showing up.
I’m using dash player module version = "6.x-1.7".
See the attached screenshot.

arhak’s picture

did you copied the player, skin and theme to a "players" directory inside flashvideo module?
I tested with flowplayer.swf and it was also broken until I added the flowplayer.controls.swf which it requires to work properly
similarly dashplayer requires (as long as I recall) skin, theme, and XML config to work properly
have you follow all dashplayer's readme.txt instructions?