Closed (duplicate)
Project:
Storage API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2015 at 02:58 UTC
Updated:
12 Sep 2015 at 16:51 UTC
Jump to comment: Most recent
Comments
Comment #1
perignon commentedAt the moment, I do not know a way of changing this. This is a fairly obscure use case as most video players on Drupal use Libraries module to load the SWF file and associated JS files. This may very well not be compatible to be used with the Flash player.
Comment #2
SergFromSD commentedThanks Perignon, I understand. The problem I have is that i'm using flash files with embedded action script (.swf) instead of just video files (.flv) so i think I'm stuck using adobe's flash player.
The problem is that starting with version 10,0,2, if Flash Player sees a "Content-Disposition: attachment" header while downloading a SWF file, it will ignore the SWF file rather than play it. I haven't really been able to discover a workable solution to this. For S3 I was able to change the content disposition header from "Content-Disposition: attachment;" to "Content-Disposition: inline" using metadata on my bucket in the AWS console. Is there a way I could do something similar here, even if I just patch the code myself?
Thanks again
Comment #3
jonhattanDuplicate of #1933774: No need to force Content-Disposition header.