quote:
Originally posted by Mnjul
quote:
Originally posted by Chestah
quote:
Originally posted by segosa
" HopperLive.zip"
What is the point in zipping a zip file?
To make sure the .plsc open correctly in plus and not get changed by IE to a zip file ?
Exactly. It would be quite annoying that IE renames it with .zip extension (all you get would be .js and .xml without automatic installation.)
If you plan on attaching it on the forum then this is no use to you, but to make your script download right in IE:
Put the script in it's own folder and in the folder add a .htaccess file containing the line:
code:
ForceType application/x-plsc
For some reason, AddType wasn't working for me, but that does.