Sangaru today reminded me again of this interesting site.
The icon interpretation by this guy is really humorous.
If you yourself want to do similar interpretations. Please go ahead and find more icons here.
Sangaru today reminded me again of this interesting site.
The icon interpretation by this guy is really humorous.
If you yourself want to do similar interpretations. Please go ahead and find more icons here.
Bought a new computer yesterday ![]()
A very good friend of mine and an excellent designer, Subhasish finally started blog. He is a designer and hardly knows anything about coding. A very creative person, one of the best creative minds I have met so far.
Its interesting to read his blog, its not about design but about his personal experiences. I must say he writes well.
Here is my first experiment with using CellRenderer with Flex.
I have posted the code on my forum, check the link below:
reference: Flex Documentation
I was looking at the asfunction today and came across a situation to pass more then one parameter to a function using asfunction.
I tried it and found that asfunction can accept ONLY ONE parameter. So started a hunt for the solution.
Standard way of passing a parameter to a function using asfunction is :
I wrote the code to set two parameter, one is a numer and another is a string. I want to use the number to move the flash to a defined keyframe and string to set a text value to a dynamic text field.
When i trace these values, this is what i get:
13,sajidsaiyed
undefined
Which means that the entire string "13,sajidsaiyed" is passed to the function and only "num" gets it and "txtString" is Undefined.
So I modified the code to this.
And this time I get:
13
sajidsaiyed
and it works ;)...!
Finally found one example of using File Upload feature in Flash like we do in HTML. Using a browse button to browse local files and then upload them to a server.
I found it on Impulse Digital.
Cool stuff!