var v:Vector.<int> = new <int>[];However this yields error
invalid xml nameEither stay away from compiling with Flash IDE at all (which would make you a happier human), or compile with Flash CS5 and onwards.
var v:Vector.<int> = new <int>[];However this yields error
invalid xml nameEither stay away from compiling with Flash IDE at all (which would make you a happier human), or compile with Flash CS5 and onwards.
<?php echo "REQ Method : " . $_SERVER['REQUEST_METHOD']; ?>Luckily I found the answer at Stackoverflow. which reminded me of the dumb rewrite rule i had set on my server.
RewriteEngine On
RewriteCond %{HTTP_HOST} ^lazylady.se
RewriteRule (.*) http://www.lazylady.se/$1 [R=301,L]
This effectively rewrites all "lazylady.se" requests to "www.lazylady.se". To remedy the problem remove the rewrite rule from the server's root .htaccess. I’ve made a little Mac utility application that helps out with the daunting work of handling large chunks of rar files when unpacking stuff such as a full season of a TV series.
Check it out here: Little Unrar Helper