Posts filed under 'Flash'

I just won Flex Builder 3 Professional Edition

If you're new here, you may want to subscribe to my RSS feed. If you like my site, consider linking back. I prefer text "Free Flash Tutorials" to http://blog.franto.com
Thanks for visiting my site! If you need anything just contacting through Contact page or Gtalk widget

Heh, I just won Flex Builder 3 Professional Edition on onAIR Tour in Prague few minutes ago :)) Mike Chambers lucky hand ;))

We’re in process of founding our company called Flexets, so it’s cool, I won Flex for Flexets :)

Thanks Adobe

, , , , , ,
AddThis Feed Button

3 comments June 9th, 2008 Add to your FavLinks

onAIR Tour - Prague

I’m attending onAIR Tour in Prague today, and it seems it wil be great event. Ryan Stewart already finished keynote, and now Mike Chambers creates HelloWorld AIR app. He’s pretty good ;) hehe…. I will add photos and my ramblings from today event in the evening…

Stay tuned

, , ,
AddThis Feed Button

1 comment June 9th, 2008 Add to your FavLinks

Flash Player 9.0.124 is NOT vulnerable again

Today news is that Flash Player v9.0.124 is NOT vulnerable. Read article on SecurityFocus.com. So problem is just in 9.0.115 and it is fixed in 9.0.124. At least for today…

,
AddThis Feed Button

1 comment May 30th, 2008 Add to your FavLinks

CLICK and DOUBLE_CLICK Events

I’m curious if anyone need handle both events on same component in same time. Just imagine situation: You got circle. On MouseEvent.CLICK you want to decrease radius by 10px, on MouseEvent.DOUBLE_CLICK increase radius by 10px. It is obvious that when you double click on circle, you dont want to fired both: decrease and increase radius.

Sure, there can be some “workarounds” with timer or “somehow” canceling CLICK event on DOUBLE_CLICK, but I hope there is “normal solution” from Adobe. Can anyone point me to that “normal solution”

P.S. Do not forget to set doubleClickEnabled=”true” to be able to listen to MouseEvent.DOUBLE_CLICK

, , ,
AddThis Feed Button

4 comments May 29th, 2008 Add to your FavLinks

FlexTips - Stop displaying Focus

Here is quick Flex Tip. If you don’t want to display focus rectangle on pressing TAB key, you should use focusEnabled = false;
It’s quick solution for 1 component, but if you want disable focus for all components in your application just use focusManager.deactivate();

That’s all, hope it helps to anyone…

New: Thanks to Marc Hughes for pointing this out:

Instead of focusManager.deactivate(); use focusManager.showFocusIndicator=false;

, , , ,
AddThis Feed Button

2 comments May 29th, 2008 Add to your FavLinks

Problem with Adobe Flash CS3 - Korean version

Friend on mine has following problem:

Hi Franto,

I have installed Adobe Flash CS3 Professional Trial Version on my machine having Windows XP - English Version. The Software(CS3) get installed but it is showing Menu Bar,Title Bar,Tool Bar and other Korean text as a Junk Character.
I have also installed Korean Fonts on my machine, but the problem is still same.
I am attaching the screenshots for you

Please help me out.
Thanks in Advance.

I don’t have Korean version of Flash CS3, nor Korean fonts (I will not able to read them), so if anyone has similar problem and solve it, please let my friend know by submitting comment with your solution. Maybe if someone from Adobe listen, try help him as well, please

And here are screenshots:

Adobe Flash CS3 - Korean version - Junk Font Adobe Flash CS3 - Korean version - Junk Font
, , , , ,
AddThis Feed Button

Add comment May 28th, 2008 Add to your FavLinks

Embedding fonts in Flex: just some glyphs

This is not tutorial, I’m just trying to figure answer our for that question: Is it possible to embed just some glyphs of font in AS3.0 project? I’m using just FlexBuilder, but there some other way, please let me know, I need to know answer ASAP.

Please let me know if it is not possible as well. Till now I think it’s not possible…

Thanks in advance to anybody for answer!
Franto

, , , , , ,
AddThis Feed Button

2 comments May 26th, 2008 Add to your FavLinks

Flash Maps Collection

Here is my new Flash collection: Flash Maps. I’m sure everyone knows that Google has releases Google Maps AS3 API, and there are lots of example these days around blogosphere, so it’s time to sort them up together with Flash Yahoo Maps and other possible Flash Maps components and free flash tutorials.

Flash Google Maps collection starting with resource from Google:

Follow Flash Google Maps Tutorials and articles

Flash Yahoo Maps are available for all Flash/Flex developer long time, so Flash Yahoo Maps links follow:

And other possible mapping components for Flash or Flex:

And that’s all for my new Flash Maps Collection. As usual stay tuned, I will update collection, if there will be new usefull information.

Enjoy.

, , , , , , , , , ,
AddThis Feed Button

2 comments May 23rd, 2008 Add to your FavLinks

Previous Posts