Flashdevelop 2.0.1
readed 1608 timesHi there.
I completly missed out this one. It has been released the 20th of this month.
Anyway here is THE LINK for this update fixing some bugs…
Flashdevelop 2.0.1readed 1608 timesHi there. I completly missed out this one. It has been released the 20th of this month. The Big Gamereaded 2029 timesThis one is the last one developed in the company I’m working in. I’ve made the development and Myles has done the design. Hexa class - format correct hexa stringreaded 3524 timesThis class will help you to get correct hexa string to save in a file. eg, 10 in decimal is "A" in hexadecimal, but when creating an hexa string to save it in a file you need to give the byte like "0A". Then you have word ( 2 bytes ) and DWord ( 4 bytes ). Lets say you want to save in hexa a width of your bitmap, saying 678. 678 in hexa is 2A6 and must be saved in a DWord ( 4 bytes ). The thing is that Words and DWords are read from right to left, but the bytes still from left to right. So you should have this to be correct: A6 02 00 00. Anyway you don't need to know all of this. With the class to get your hexa string just do Hexa.DWord( "2A6" ) and you'll get the "A6020000" in result. Check the function in the class. Actionscript:
Exporting BitmapData in hexa for file saving using swf2exe soft ( like mdm Zinc )readed 2545 timesThis class will help you to have a string in hexadecimal format to save it in a file. It creates the header of the file, the header of the bitmap and the data. This class require the Hexa class. Be sure you have it when compiling. This class do its job, but I have to admit as soon as you are processing big bitmap, it's slow... very slow. This is due because of the string operation I'm doing to format it to a conform Hexa string. So check it and give feedbacks if you find any way to improve it or if you have any request. Apollo - 1 hour online seminar by Mike Chambersreaded 1338 timesYes, for people that were too far to go to MAX, you can still get informations about Apollo. Mike Chambers will give an online seminar Thursday, November 2nd at 3.00pm ( US ). Firefox 2.0 Final for linux / mac / windowsreaded 1187 timesYes, the final version is here Flash 9 Player and Linux ? Now it’s true…readed 1636 timesHello. A nice news for people using linux based os, yes finally the player 9 for Linux is available... Wouhouuuu Firefox 2.0 RC3 releasedreaded 1069 timesYup, a new release candidate of firefox - RC3 PixLib Tutotial - Understanding the basis of the framework updatedreaded 1482 timesYes, Download Firefox 2.0 RC2readed 1155 timesYes, the next version of firefox is available to download. Enjoy |