Featured Entries
Creating a Basic Template System in PHP
This article shows you how to use the php include function to implement a template system in PHP. It will not be a full fledged template system, it will rather teach you how to setup a basic template system in PHP
This article shows you how to use the php include function to implement a template system in PHP. It will not be a full fledged template system, it will rather teach you how to setup a basic template system in PHP
Search Results For support
1
Bringing SOAP to Flash 5
Flash 5 has support for XML communications over HTTP. However, sadly enough, there is no support for setting HTTP headers. The 'SOAPAction' HTTP header is however essential if you want to communicate with SOAP-compliant webservices. And what is very popular these days ? Yes, SOAP-based webservices... And why are they popular ? Because they allow you to access business logic functionalities (for example doing a query to retrieve flight availability or the wheather in your city or live stock quotes or ...) over the Internet in a structured form (in other words without having to do screen- or HTML- scraping).
Flash 5 has support for XML communications over HTTP. However, sadly enough, there is no support for setting HTTP headers. The 'SOAPAction' HTTP header is however essential if you want to communicate with SOAP-compliant webservices. And what is very popular these days ? Yes, SOAP-based webservices... And why are they popular ? Because they allow you to access business logic functionalities (for example doing a query to retrieve flight availability or the wheather in your city or live stock quotes or ...) over the Internet in a structured form (in other words without having to do screen- or HTML- scraping).
Tags: Soap | Rating: Not Rated
How to make good screen recording for tech support
Creating step-by-step guide video is an easy solution for computer troubleshooting. You can make the stunning video reaily and gain big benifit from it. There are tips for you to make good screen recording.
Creating step-by-step guide video is an easy solution for computer troubleshooting. You can make the stunning video reaily and gain big benifit from it. There are tips for you to make good screen recording.
Moving From Flash AS2 To Flash AS3: Static vs. Const
Constants come in very handy, mostly for code maintenance. A very simple example would be constant used in game for friction. Let's say that all on-screen objects will degrade their speed .02 pixels per frame because of friction on the ground. Since there may be be dozens of places that you might apply this value for friction, you would have to hard-code .02 . This is great, unless you want to change the value and have it apply globally in your class. In that case, it is easier to create a const and use it in your code. The problem with AS2 was that there was no support for constants. They are available in AS3 though, and we will explore their use in this tutorial.
Constants come in very handy, mostly for code maintenance. A very simple example would be constant used in game for friction. Let's say that all on-screen objects will degrade their speed .02 pixels per frame because of friction on the ground. Since there may be be dozens of places that you might apply this value for friction, you would have to hard-code .02 . This is great, unless you want to change the value and have it apply globally in your class. In that case, it is easier to create a const and use it in your code. The problem with AS2 was that there was no support for constants. They are available in AS3 though, and we will explore their use in this tutorial.
1
Categories
Listing Options
Filtering Options
Affiliates
Site Stats
| Visitors Online | 317 |
| Total Users | 1708 |
| Categories | 76 |
| Subcategories | 889 |
| Tutorials | 24,008 |
Partners
Free Flash Games
Tired of working all day long and wanted to relax? Play really cool flash games to make the heat go away. From the thousands of games to choose from, You are most definitely going to find the ones you will like.
free.haxansweb.com/flash_games


2D Graphics





