A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: how to change font style here

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    3

    how to change font style here

    im new in XML and trying to build a website with Flash & XML
    here ive got a XML code

    <menu id='name' title='NAME' src='name.swf' width='860' height='360' position='center' effect='move' xml='' link='false' />

    and i want to change the font-style in this code, what should i do?

  2. #2
    you could use as an attribute you could use fontname="" fontsize=""... you would then have to listen for all these values in flash and apply them
    OR
    you could use HTML / CSS to style the text that is going in it and specify a paragraph class <p class="classname">
    OR
    you could use in-line html in the copy that is going in there. <font size=12>, etc

  3. #3
    Junior Member
    Join Date
    May 2011
    Posts
    3
    i dont have any access to .FLA file

    can u just show me how to do that in example?

  4. #4
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    Did someone else make the Flash files for you? If you don't have access to the .fla files and can't have them changed, you likely won't be able to specify the font style, unless the person who created them set them up for that.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center