Thanks oldnewbie, but how do I embed the font? In flash mx 2004, the label component only has the following parameters found on the Component Inspector panel: autoSize (center, left, right etc), html (true or false), text (text for label, which I used it for customization, initially I put in...
I have encountered another problem passing variables into Flash (mx 2004 pro).
Simply create a flash document, in the 1st frame, write the following script for gradient fill:
var H = Stage.height;
var W = Stage.width;
var gradColorA;
var gradColorB;
if (gradColorA == undefined || gradColorA ==...
Well, as I said I used a Label (compiled UI component provided by Flash MX 2004 Pro) to carry the customizable text header. In the script, I set headerText as a variable and asssigned it to the label instance named header (header.text = headerText;), then in the published object code, added this...
Isn't it true that the font used in Flash will be embedded by default? I didn't set the publish setting to use device font. Or do you mean something else?
Thanks for the response anyways.
AlphaSunny
www.alphatrade.com
Here is the problem I encounter. While I am able to pass variables from the HTML code FlashVars into flash movie to customize a header name, its color and font size etc, I have problem making it animated well. I am using Flash MX 2004 Pro, and I use a Label component to carry the variables, and...
Yeah the 2nd loadMovie is a jpg, sorry for the mis-paste.
Thanks a lot pixl8r, though it is bad news, you confirm that png is not supported, so I don't have to spend more time trying. Is there any supporting document/article from macromedia or elsewhere about this? (so I can convince our team...
Thanks oldnewbie for the post, but I am sorry I still don't get the point.
The stock chart is generated/updated daily after markets close. What do you mean import the png in a seperate swf file then dynamically load the swf?
Here is what I just tried: in a new flash document I created an empty...
Sorry, I forgot to say I was using Flash MX 2004 Professional. Also I searched the Macromedia site and Flash Help and the Internet and got no anwsers on the issue.
AlphaSunny
I have previously worked on a flash site that needed to display an external stock chart (auto-updated daily) on the Investor Relations section. The chart was originally developed in PNG format which is a lot smaller in file size and crispier than if done in JPG format...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.