//php
if ( !$_SERVER["HTTP_X_FLASH_VERSION"] ){
header('Content-disposition: attachment; filename='.basename($openswf));
}
'asp
IF Request.ServerVariables("HTTP_X_FLASH_VERSION") = "" THEN
Response.AddHeader "content-disposition", "attachment; filename="&filename
END IF
參考連結:Understanding the security changes in Flash Player 10 Adobe Developer Connection
沒有留言:
張貼留言