Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
changes in the file_download (in 4.0.5) that break my flash player?
anyone knows what changes have been made to the file_download mechanism that are causing my flash player to stop working?
in 4.0.4, the form that generates this output works just fine:
<script type="text/javascript">
var so = new SWFObject("/file_download/7", "mymovie", "400", "365", "8");
so.addParam("base", "/files");
so.addParam("wmode", "transparent");
so.useExpressInstall('/swf/expressinstall.swf');
so.write("flashContent");
</script>
after upgrading to 4.0.5 it doesn’t work anymore. it’s displaying nothing, in the activity window of my browser, i see that /file_download/filename.ext in question is missing. the file is definitely there, though.
Offline
Re: changes in the file_download (in 4.0.5) that break my flash player?
anyone? (maybe i wasn’t clear enough, but i’m sure it has something to do with changes in the way file downloads are handled in 4.0.5…)
Offline
Re: changes in the file_download (in 4.0.5) that break my flash player?
Can you provide an URL to the page demonstrating the problem?
Offline
Re: changes in the file_download (in 4.0.5) that break my flash player?
thank you so much for having a look, ruud. i’ve PM’d you the URLs.
Offline