Author Archives: Manfred Schreistetter

Bavarian Breakfast in Cape Town

Post availible in German only…

       News & Random

VoIP with Flash

Thank god, its friday, time for an blog-entry
I found an interesting project about an VoIP application written in Flash. Everyone can talk over this application absolutely cost-free. Only requirements are an installed FlashPlayer >v9 and Headphones. Allow the … Continue reading »

                Flash / Actionscript | GSDH | Online Trends

HowTo: easily embed Fonts with FlexBuilder 3

Still a really difficult thing with the FlexBuilder 3 IDE is to embed any installed font. I really broke my head when i searched a easy way to do this. Well, i didnt found a really simple way to do … Continue reading »

                                  Flash / Actionscript | GSDH

HowTo: get Calendar Week from flash.utils.date Object

For my actual project (a Camel Race for Philips) i had to search for a function which translates a flash.utils.date object into a calendar-week int. After a while of searching i found a coole one and i translated it into … Continue reading »

                                     Flash / Actionscript | GSDH | News & Random

HowTo: Easily send data from Flash (AS3) to a PHP script

For my last Project i had to send some variables from my Flash-app via AS3 to a PHP script, this script handles the next Steps of processing. (Unfortunately) I had to search for a solution which not produces a PopUp … Continue reading »

                                              Flash / Actionscript | GSDH | News & Random

Cool animation class found: TweenFilterLite

TweenFilterLite (AS3 Version) – Easily Tween Filters & Image Effects

I found a new Tweenig Class called “TweenFilterLite” as i searched for a way to animate TextField.
Till now i used the Tweener Class which can be found at the GoogleCode page. … Continue reading »

                                              Flash / Actionscript | GSDH | Online Trends