[flexcoders] Re: Loading style sheets at run time

2008-08-13 Thread saatreddy
Hi, I have to embed fonts into my application. I have .swf font files. I have to use these swf files as an array in a combo box, so that the user can select the font. Once he selects that font I have to use the selected swf(ex Arial.swf) file in an xml element as value. I specifically dont use

[flexcoders] How to embed external fonts in flex app

2008-08-05 Thread saatreddy
I am using anycharts with flex app. I am trying to embed fonts that these charts need. These are swf files. I tried to include these files in my main.mxml file using mx:Style @font-face { src:url (/src/fonts/anychartfonts/Verdana.swf); fontFamily: myFont;}

[flexcoders] Vertical Slider on clicking a down arrow

2008-07-17 Thread saatreddy
Hi, I want to show a vertical slider when the user clicks an downward arrow symbol(for example as seen in flex builder properties window to change size of the window).Can you point to some examples or ideas? Thanks

[flexcoders] How to show font style like BolD B, Italic I and underline U on screen?

2008-07-08 Thread saatreddy
Hi, I have to show B, I and U on flex screen so the user can select the font style he wants. To get an idea its like in the properties window of flex builder or any other editor. Please let me know if anybody knows the solution to this. Thanks

[flexcoders] Color Picker

2008-07-08 Thread saatreddy
Hi, I am using mx:colorpicker and getting the color chosen by the user. Is there a way to get the color name like green yellow ...? Thanks