Archive for the ‘flash’ Category

How to set up and get WebOrb communication with Flex 2 with no service-config.xml

Oct
1

So at work we are experimenting with WebOrb to ditch XML. No for good but definatly when there will be a lot of parsing. Anyway, our PHP Programmer downloaded WebOrb and we looked at the examples but the example were either banking on you having previous Flex Data Services experience or they were not that good in my opinion. The most crucial info was not even on the tutorial application page. So I’m going to walk you through the tutorial with the modification I used to get it working from various Google Searches. Mainly no service-cofig.xml.

Read more »

Google analytics AIR beta

Sep
21

Google Analytics Report So I receive my e-mail for the beta test for a Google analytics reporting tool. It is great almost like the original only visually more appealing. See if you can get on the list.

http://www.aboutnico.be/index.php/2007/09/15/google-analytics-air-beta-newsflash/

Happy Flash/Flexing

How to use FlashVars in Flash CS3 and Actionscript 3

Sep
6

In Actionscript 3 you have to do a little more work then AS2.

When working in AS2 you could easily use a random object:

[as]
_flashVar = flashVar

//rest of code
[/as]

With AS3 you could run into IOERRORs and everything in between. The client app could end up with the ugly Runtime Error box, so being proactive about it is better.

Cause you never know, it may work great in your perfect world but when the PHP guy builds the XML structure wrong or the production artist forgets to upload the pictures. All the client will see is you dropped the ball on the flash.
So if you want to use FlashVars in AS3 I’ve found this to be a good solution. Read more »

How to fade in and fade out a Yahoo Astra Menu Component

Aug
29

I was messing around w/ the Yahoo’s Astra Library, mainly the Menu Component and added a little fade on the menu so it’s not so harsh when it comes up.

It’s easy just use the show/hide events **Remember use the constants**
[as]

//import the required data class
import com.yahoo.astra.fl.controls.Menu;
import com.yahoo.astra.fl.data.XMLDataProvider;
import com.yahoo.astra.fl.events.*;
import fl.transitions.Tween;
import fl.transitions.easing.*;

//Create some XML to populate the menu don’t leave in CDATA
var colors:XML =