Needs review
Project:
SWF Tools
Version:
6.x-2.5
Component:
SWF Tools
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2008 at 14:54 UTC
Updated:
23 Mar 2010 at 11:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
Stuart Greenfield commentedSetting to postponed - I haven't really given much thought to https with SWF Tools until now. There might be a neat trick around making this configurable, so I'll move it to postponed pending coming back to this later...
Comment #2
mrfelton commentedYes, this needs to be addressed as currently local flash files can not be included in https pages without scaring IE users with the warning message. It looks really bad. It would very very simple to detect if the user is in https or not and construct the URL based on that. The following function will detect it for you.
Comment #3
aabstewart commentedHave the same issue. Subscribing.
Comment #4
pearcec commentedAnything wrong with this approach?
Comment #5
Stuart Greenfield commentedI'm not sure a fix is needed for 6.x-3.x as it creates relative paths for local files already, which is effectively what the above does.
So the patch is right, but the issue has been solved a different way.
But thanks for posting!
Changing to needs review as this issue should also be fixed in the new release.
Comment #6
pearcec commentedHey looks like I am running 6.x-2.5. If it has been solved this should probably get marked won't fix. But here is patch for those suffering in the mean time. Namely aabstewart.