Summary: | Wrong url for http get | ||
---|---|---|---|
Product: | swfdec | Reporter: | Riccardo Magliocchetti <riccardo.magliocchetti> |
Component: | library | Assignee: | swfdec ml <swfdec> |
Status: | RESOLVED FIXED | QA Contact: | swfdec ml <swfdec> |
Severity: | normal | ||
Priority: | medium | ||
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
URL: | http://www.betterworldbooks.com/Flash/output.swf | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Riccardo Magliocchetti
2007-12-25 02:45:45 UTC
What html page is that file loaded from? I get the same bug in Adobe's standalone player when opening your URL, so I assume there's something in the Flash plugin or the HTML page that we need to do when opening URLs. Ok, that was obvious - It's loaded from http://www.betterworldbooks.com/ :) I see the same here and AFAIR this one worked fine some times ago: http://www.smartjog.com/smartjog vs http://www.smartjog.com/smartjog/flash/box/vs-home6.swf adobe ------- GET /smartjog/flash/box/vs-home6.swf GET /smartjog/flash/box/sj-videozone-menu2.swf GET /smartjog/flash/struc/cadrestructure-BIG.swf GET /smartjog/flash/struc/bgstructure-BIG.swf GET /smartjog/flash/struc/decostructure-BIG.swf GET /smartjog/flash/box/sj-content-home1.swf swfdec ------- GET /smartjog/flash/box/vs-home6.swf GET /smartjog/flash/box/flash/box/sj-videozone-menu2.swf GET /smartjog/flash/box/flash/struc/cadrestructure-BIG.swf GET /smartjog/flash/box/flash/struc/bgstructure-BIG.swf GET /smartjog/flash/box/flash/struc/decostructure-BIG.swf GET /smartjog/flash/box/flash/box/sj-content-home1.swf Looks like the referenced swf files should have document root instead of the path of the parent swf as root dir. Problematic websites seem to be those that load their Flash content with src="some/dir/file.swf" instead of just src="file.swf". It looks like the easiest way to achieve the desired behavior in the mozilla plugin is to just pass the relative URL verbatim to the browser. Unfortunately I refactored the API to do relative path lookup inside Swfdec and this now causes failures. Yay, another refactoring required. This should be fixed in git. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.