Tutorials Category

Adobe Air CreateDirectory common error

In: Tutorials

If you need to create a directory from Air and you dont know how, mostlikely you will use the Adobe Air Documentation and use something as the following:
JavaScript:

 
var directory = air.File.documentsDirectory;
directory = directory.resolvePath(”AIR Test”);
 
air.File.createDirectory(directory);
air.trace(directory.exists); // true
 

it all looks nice and makes sense but in the real world it wont work, you would get an error […]

Hide Old and Reveal New Script

In: Flash Bits, Tutorials

I was talking the other day with a friend about a small challenge, having 2 images on stage with 2 ideas. 1- have the experience being user driven (in this case the mouse reveals one image while hiding the other) 2- Use XML for easy update. So we fired flash and […]

Dynamic sliders numero 2

In: Tutorials

Title: Dynamic Sliders Numero 2
After working with the previous version of the sliders -se previous post-. I had the opportunity to “upgrade” the sliders since there was a slight chance that the sliders had to react to only one button rather than two as originally planned. Needless to say it wasn’t required to apply this […]

Dynamic Sliders

In: Tutorials

So I was working on a project where we needed some sliders, it was basically the same slider but in different sizes and positions. So today I was sitting there just wondering how I could make this more dynamic, and just put a small class together and created a small sample. Updating the sliders the […]

So I was running in to the following problem:
**Warning** The linkage identifier ‘RewindBtn’ was already assigned to the symbol ‘FLVPlayer_assets/Buttons/Rewind’, and cannot be assigned to the symbol ‘FLVPlayer_assets/Buttons/Rewind’, since linkage identifiers must be unique.
But in reallity I only had 1 button called Rewind with the Link ID of RewindBtn and nothing else. I even created […]

GoDaddy and MySQL access

In: Tutorials

If you are a developer and you do some sort of backend work there is a chance one of your clients might ask you to install an application in GoDaddy servers.
So if you are trying to connect to a dabase within your application what GoDaddy recommends is to use mysql.secureserver.net as your hostname. Maybe […]

Tutorial details:
Written by: Helmut Granda , MX

Time: 15 minutes
[…]

Tutorial details:
Written by: Helmut Granda , Flash MX

Time: 15 minutes

[…]

About this blog

During the day I work as a Sr. Rich Media Designer for T3, During the evenings I enjoy the best time of the day as a husband and a father and sometimes during the nights I work for myself at multimedia247.

This blog is mostly about my findings on the web, my contribution to noobs to flash that might be able to learn something from the site. If you dont consider yourself a noob and you still were able to learn or discover something new on this blog, even better.