ActionScript 3.0 :: And Another New Moderator Joins The Ranks

Apr 13, 2009

We're on a role today so lets keep it going, please join me in congratulating 5TonsOfFlax to the Flash Kit moderator team as our newest AS3 forum moderator. Most of you already know 5TonsOfFlax and his stats so I'll keep it short. 5TonsOfFlax now joins cancerinform, senocular and the next new mod, neznein9 as the new Actionscript 3 moderator team. Everyone of these guys is proven time and again to be up to the challenge and I'm sure there's more to come.

View 3 Replies


Similar Posts:


Java :: Hibernate Joins Every Table In Database

Aug 2, 2010

I've set up a small project as a test. I'm using BlazeDS and JPA with Hibernate on my test server, and flex with with dpHibernate to access the Java entities. Each Java entity extends BaseEntity, a class that contains ID and UUID fields. The Flex entities are created by DTO2FX.

when I run the Flex project to try and display a few rows from a Users entity, the SQL that is actually being executed is joining every table in my database. This continues until I get java.lang.StackOverflowError. This behavior is completely unexpected, and I'm not really sure where to look to fix the problem.

@Entity
@FXClass(ignoreSuperclasses={Principal.class, UserDetails.class})
@Table(name="edrUser")

[Code].....

View 2 Replies

Ranking Game That Captures User / Their Ranks / Date Into A Database

Jan 28, 2009

I'm using Flash CS3, AS2, PHP, mysql database with phpbb user registration. What I'm trying to do is a make a contest game where you have 5 different ladies and the users get to rank them in order from 1 to 5. Since it is a contest, users will need to be logged in. We already have a database of users based on phpbb, and a registration page. I need them to be able to log in using that username/pass and then they can play the game.

The game consists of a drag and drop mechanism (which I have) so the user can drag "#1" to "girl-4", drag "#2" to "girl-5" etc. Once they drag and drop all the boxes into the order they want, the user then submits it. The data I need to capture in the database is the User, date/time, their rank order (seperated so we can do a query to figure out how many they got right out of the 5.) The final twist is that we are going to have 9 total 'games', one each week for 9 weeks, and we only want users to be able to play once per week.

For an example you can see a working version here. That one does a bunch of more complicated stuff that I don't want to do. The programmer that did it is no longer here and it has been hard trying to decipher his code. I have the whole drag and drop mechanism using the old code from the above example. This is a snippit of the code. drag1_mc is the number they drag (there are 5, so drag1_mc, drag2_mc etc.) and drop1_mc is the rank location. (also 5, drop1_mc, drop2_mc, etc)

[Code]...

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved