Microsoft has released the latest version of their Internet Browser Internet Explorer. It goes in hand with the release of Windows Vista(formerly known as Windows Codename Longhorn). For further information have a look at heise.de (only german language) IT News.
For a flash game platform a friend and i were searching for a security solution. The problem with flash is that a possible hacker could decompile swf-files and looking for the URL where the score of the game is uploaded. For sure obfuscater is a possibility, but we are searching for a method which is [...]
An italian Action Script Community has announced a flash lite game competition. Every programmer who will win a Flash MX 2004 Pro version or cool Nokia mobile is invited to join the competition. I will try it! To the contest website
Today i want to implement an easy contact form in one of my older projects but there was a strange behaviour. I have created 2 new instances of LoadVars class and set a release event on to a button for calling a sendAndLoad event. public function init():Void { mailInfo = new LoadVars(); mailStatus = new [...]
An Obfuscator is a tool which allows you to save your bytecode from the decompiling gang. After obfuscating a precompiled file under normal circumstances it is not possible to decompile.Why? Not all Obfuscator tools works similiar or produce exactly the same output, but the concept is nearly the same. One idea is to rename variable [...]
The famous guys from OSFlash have published several demos and scripts for the new Flash player version. What sounds most interesting for me is the possibility to upload files from the local hard drive directly from inside the flash application without any workaround. Here is a little demo: File Upload Demo For viewing this demo [...]
Since my first day with Typo3 i had a love-hate with it. On the one side you are able to do really complex and interactive layouts with TypoScript and template architecture, but on the other site the available extensions are not very good. I want an extension where i can set a number of content [...]
If you are a satisfied SEPY user you maybe wanna check the synatx rules inside the editor and not to flush time by time. Now it is possible with the open souce Action Script 2 compiler MTASC. In newer SEPY versions there it is an easy thing to implement the MTASC compiler. In SEPY IDE [...]
If you remember to the release of Flash Player 7, there was introduced a new security object into the System. Flash Player 8 is much more restrective than in version 7. Today i have tried an easy getURL – Tag. getURL("impossiblearts.com", "_blank"); As a result the player open an javascript-like alert box with the message, [...]
I have played around with some action script and the new flash player 8. There seems to be a lot of new functionality inside, filters, bitmaps, etc. If you also wanna play around you need a Hex-Editor, Flash MX 2004 and Flash Player 8 installed. Insert the following Action Script into the first frame of [...]