| TOTAL: 0 Page: 1 of 0 |
|
Sending Email from Flash
With Flash MX, this topic should really have become pretty simple stuff, considering the fact that we are now in the 3rd version since LoadVariables was introduced back in Flash4. This is all you need to send email from Flash. NO.. that is very minimal. LoadVariables is all you need to do any kind of form processing in Flash. But I still get email from people asking how to make Flash send email through a custom interface. I also see the question every now and then on Flash Forums. So lets addres

| Hits: | 65 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Creating a Mail Form with PHP and Flash - Part 2
In my last tutorial we looked at creating a simple form in Flash and then sending the information using PHP. This tutorial is very much a follow up to my Form with PHP and Flash tutorial and I will therefore not cover anything already dealt with by the first one. So if you have yet to read it, please do so before commencing this one. Now we are going to add a few things to our basic form. Whereas before our contact form contained just 4 fields (name, subject, message and email) I have now ad

| Hits: | 45 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Flash MX and Unicode
With Flash MX and the Flash 6 plug-in, we finally have unicode support in Flash. This makes it a viable tool to display text in languages other than English, including all Euro-languages with accents, Middle Eastern right-to-left scripts and many Asian Languages like Japanese, Chinese, Korean etc. It also helps to make dynamic text, with HTML, in Flash a more appealing visual aid to our designs since we can use bullets, arrows and symbols more creatively. Hence Unicode opens up a new door for gr

| Hits: | 42 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Ming and Flash Bitmaps
For those of you not familiar with Ming, I highly recommend that you check it out. Ming is a swf output module available for various server-side languages, though it is most popularly used with PHP. You can download Ming from here. Ming can serve as a complete Flash replacement tool and you can create as many swfs as you like without ever touching Flash! It is really a server-side Flash program. To delve into more Ming, you must check out these documents The scope of this tutorial covers jpg t

| Hits: | 53 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Creating a Mail Form with PHP and Flash
In this tutorial we are going to show you how to create a contact form within flash and send it using PHP.

| Hits: | 45 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Saving Movie Clip Positions with PHP and MySQL
For this Tutorial you will have to have some basic knowledge of PHP and mySQL, hopefully you won't need much though. It is also assumed that you have a good understanding of Flash 5 Actionscript. What this tutorial basically does is to show you how to set up a table in a mySQL database, then using PHP (or asp with a few minor changes) manipulate that table and interact with Flash. The first part of the Tutorial shows you how to create a unique user ID in the database, In this case it will be

| Hits: | 42 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Introduction to SWF and Flash
SWF is the file format used by Macromedia Flash to deliver graphics, animation and sound to users on the Internet. Flash enables you to provide a very rich and dynamic interface to the user. Almost 90% of web users can view SWF content without having to install a browser based plug-in, and over 200 million people have downloaded the Flash player. Macromedia opened the specifications for SWF in April 1998 and SWF support was added to PHP in PHP 4(rc2). PHPs built-in ability to dynamically create

| Hits: | 91 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |
Create an Image gallery
Directly from Macromedia Remoting site: "Macromedia Flash Remoting MX provides the connection between Macromedia Flash and your web application server, making it fast and easy to create Rich Internet Applications. With its powerful yet simple programming model, you can easily integrate rich Macromedia Flash content with applications built using Macromedia ColdFusion MX, Microsoft .NET, Java, and SOAP-based web services." 1.2 What is AMF-PHP ? Because Macromedia didn't provide support for P

| Hits: | 135 | Platforms: | Windows |
| Ratings: | Last Updated: | 2006-07-11 |