Archive for February, 2007
Oregano – how to run the server
Posted by zeflasher in Oregano, Ressources on February 28, 2007
Hello there,
First, check this post if you dunno Oregano.
This one looks kinda easy, but I took some times to get the server running and the basic example provided working, cause of some stuff not written in the manual.
I'm using mysql. I've downloaded the JDBC connector from the mysql.com website. Do as described in the manual and put this in your config
-
<database
-
url="jdbc:mysql://localhost/oregano?auto-reconnect=true"
-
driver="com.mysql.jdbc.Driver"
-
userID="root"
-
password=""
-
connectionLimit="20"
-
transactions="false"
-
>
Continue to follow the manual.
When you are creating the table you need to insert a record in the mode table, otherwise when oregano will want to update the value, you'll get an error ( as no record is in the table yet ).
If you are using mysql that support innoDB use innoDB and put transaction="true" in your config file.
If so instead of using the oregano.sql provided in the zip downloaded on their website you can use this file which create all the table in innoDB and insert the missing record
I got an error with the server ID too so I've changed it. If you do so, remember to change it everywhere in the config file ( here in the
That's all for now...
More will come as I will go further in the development with this socket server.
And thx to Eric who helped me to find my way...
Flash Socket Server – Oregano
Hi there...
Oregano is a socket server for flash made in JAVA. This server is available for a while but I've wanted to promote it a bit as I think it worth it. It's Open Source, Free, and it seems powerful. First the API was in AS1, but Eric Priou wrote the AS2 one.
You can download it here
Here is a quote of the documentation introduction:
Read the rest of this entry »
Flash – Built in classes not mtasc compliant
Posted by zeflasher in Actionscript 2.0, News on February 26, 2007
Why? Simply cause the code in those classes is messy ( this is my opinion ) and does not respect standars.
Anyway, maybe lots of you are aware of that, but some guys have done a patch for the Adobe ( MM ) classes, that you can find
HERE.
It saves me lots of times...
++
Website – Wordpress update
Posted by zeflasher in News, Website's life on February 23, 2007
It maybe affected you. It took some times to update it as my connection was really sh**y.
Sorry about that...
Apollo – Be a beta tester of the private beta
I just read here that you can ask to be a beta tester for the private beta of Apollo.
To do so you have to send an email to Read the rest of this entry »
Pixlib – rev 44 is out
Hello there,
the revision 44 of pixlib is out...
Changelog
Read the rest of this entry »