-
Archives
- October 2009
- September 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- November 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
-
Meta
Tag Archives: actionscript 2
News | Nonoba Multiplayer API – AS2, AS3, Free API, Free Hosting and Win $20000 1st prize.
Today i got an e-mail from Chris Benjaminsen, advising about their Nonoba Multiplayer API. I hadn’t time to deeply research the site nor their API, but from what i’ve read and seen, i think that is the 1st company offering … Continue reading
Posted in Flash, News
Tagged actionscript 2, Actionscript 3, Adobe, api, AS2, AS3, developers, Flash, game, hosting, Resources
Leave a comment
How to make a login/password entrance with flash & asp – Part 2
Here is the flash code you need to use to send data to asp and then to access database. Then if Login == Password, you will be able to enter, else, wrong way… ehehe //code function sendata() { var sendVars … Continue reading
Posted in AS2, ASP, Resources, Source Code
Tagged actionscript 2, Adobe, AS2, ASP, code, database, Flash, login, Source, system
Leave a comment
CellRenderer API samples – Datagrid –
Hi, another post today. This time i will speak about datagrid component. How many of us, didn’t want to customize our datagrid or our list component aon a Flash movie? Is it difficult? For those who think yes, pls check … Continue reading
Posted in Flash Source Files, Resources
Tagged actionscript 2, Adobe, api, AS2, cellrenderer, datagrid, examples, Flash
9 Comments
How to make a login/password entrance with flash & asp
Did you never want to have a login entrance to your flash site? Here it is the ASP code you need to communicate from flash to the access database. <%@LANGUAGE=”VBSCRIPT” CODEPAGE=”1252″%> <% ‘open the database—————————————————— set conn=server.createobject(“adodb.connection”) cnpath=”DBQ=” & server.mappath(“mydb.mdb”) conn.open … Continue reading
Posted in Actionscript, ASP, Source Code
Tagged access, actionscript 2, AS2, ASP, code, data, database, Flash, login, password, Source, Tips
3 Comments
How to send data from Flash to Access Database with ASP
Usually people want’s to send data from flash to a database. But as we need to use a script, with asp, .net, php or other, turns hard to complete our job. So here you will find simple code to help … Continue reading
How to make a “Elastic Scroller” with Flash
If you want to make a Elastic scroller, with some elastic effects depending on how you move the mouse, check this post. This code is intend to help you to make a scroller bar which we use to drag, so … Continue reading
Posted in AS2, Source Code
Tagged actionscript 2, Adobe, code, elastic, Flash, scroller, Source
6 Comments