6/3/2010 10:23:57 PM
Title:
Embedding SWF
1. How to decrease the size of embedded fonts?
2. How to edit the text field of a movieclip inside the embedded SWF?
6/4/2010 6:55:43 AM
to change size of embeded fonts change there fontsize style
font-size:20px;
6/4/2010 7:47:57 AM
embeded swf cannot be edited, you can change fontstyle using setStyle
yourTextBox.setStyle("fontSize", 14);
6/10/2010 3:33:47 AM
I am trying to convert a css to swf using flex builder using "Compile CSS to SWF". SWF is not getting created in my bin-debug which is the output folder for my project. But when I creat a new flex project and try doing the same it works fine.Is there anything which I am missing like setting in current project etc.
6/10/2010 4:32:48 AM
Hey Saj,
There should not be a problem until the css is having some error. but as you said its getting compiled in new project, you should check your output folder. Right click on your project folder then select "properties". In the properties window click on the "Flex Build Path" Now on the Library Tab you can find the field in the bottom second position with name "OutPut folder" see which folder is specified there. If its the same folder that you are already searching for css swf then change it to some other folder and try again.
Finally you can also trying Project Clean feature which creates any missing links and repairs the project , to do that goto main Menu Project--> Clean , then select your project and ok. Wait for the process to be finished then check if its working fine.