Job Recruitment Website - Job seeking and recruitment - As3 recruitment

As3 recruitment

The concept of foreground and background is actually very simple!

The general foreground refers to the animation interface and function design, and the background is the program code used by ActionScript to realize the functions required by the foreground;

Due to the limited ability of AS, AS generally needs to cooperate with other languages to complete the required functions, including AS+ASP and AS+PHP. , so the flash background sometimes contains ASP, PHP, etc.

In the actual project development, as a programmer, you don't have to be proficient in ASP, PHP, etc. But they must be proficient in AS and the communication between them!

For example, multiplayer online web games are very common now.

Generally speaking, the foreground is what the client (gamer) can see.

Background: After the player clicks on a monster, the monster is chopped, the monster dies, and your experience value increases, and this process is realized; If you want to store empirical data in a database, you need to use ASP or PHP or other server languages.