Bold font in Flash not showing in SWF

Hiya,
Sorry if this is a dumb question - I'm not an expert with Flash.
I'm adapting an off the shelf mp3 player and would like to make some text bold - namely [see: http://www.stevedrake.net/music_09] the text that shows the current artist/song at the top.
This is dynamic text from an XML file. I've embedded the fonts [Verdana regular and bold - OpenType] in Flash CS5 but the bold won't display even though the special characters do display [Jónsi].
Ta
steve

I know what you mean, the outlines embedded should be thicker because we "think" it's embedding the fonts as 2 separate classes. I don't think it's this simple internally. You can see in the font manager it groups fonts variants (regular/bold/italic all under the same font name). Internally it's actually keeping track.
This is actually behavior I don't mind. My example was more complex than it needed to be. I like when fonts just map properly and actually all you need to do is set the .bold flag and it will automatically use the bold version of the font that's embedded. That tells me they're internally linked.
e.g.:
import flash.events.MouseEvent;
import fl.text.TLFTextField;
import flash.text.AntiAliasType;
import flash.text.Font;
import flash.text.TextFormat;
var useBold:Boolean = false;
// fonts
var gRegFont:Font = new GRegular();
// handler
stage.addEventListener(MouseEvent.CLICK, handleClick);
function handleClick(e:MouseEvent):void
    useBold = !useBold;
    // fix Flash's desire to mass-apply, set twice
    tf.bold = false;
    myTLFTextField.setTextFormat(tf, 0, 16);
   // now handle bolding
    tf.bold = useBold;
    myTLFTextField.setTextFormat(tf, 17, myTLFTextField.length);
// TLFTextField init
var myTLFTextField:TLFTextField = new TLFTextField();
addChild(myTLFTextField);
myTLFTextField.x = 10;
myTLFTextField.y = 10;
myTLFTextField.width = 400;
myTLFTextField.height = 100;
myTLFTextField.embedFonts = true;
myTLFTextField.antiAliasType = AntiAliasType.ADVANCED;
myTLFTextField.text = "This is my text: This is affected by format";
var tf:TextFormat = new TextFormat(gRegFont.fontName,16,0x0,false);
myTLFTextField.setTextFormat(tf,0,myTLFTextField.length);
I don't even need to set the .font property at all. Internally it's linked and that works fine. I'm not even instantiating the bolded version, it's precompiled and available. I also forgot to set embedFont=true and some antialiasing but it works if you do or don't anyhow.
Edit:
Haha I see you were editing your post too. I think we're both on the same page seeing we said the same exact thing. Although I do need to set the non-bold TextFormat like I did setting from char 0-16 or the entire TextField (or TLFTextField) goes to bold. Setting both formats every time fixes the issue. I don't even need to keep setting a font, it's already saved in the formatting object. I just turn bold on and off.

Similar Messages

  • My fonts that are installed in Font Book are not showing up in Microsoft Word. Can someone help me fix this problem?

    Hello!
    I am needing some help. I own a Mac Book Air with OS X 10.7.5. This computer belongs to the school district I teach for, so I do not have permission to do a huge wipe that would uninstall programs such as Word. When I first got my computer, I added all my fonts. I did this by putting them into a fonts folder. The fonts were not all showing up in Microsoft Word, so I was told to use Font Book. All of my fonts show up and are installed in Font Book; however, they do not show up in Word. I have restarted my computer. All the fonts are validated. I have tried almost everything I could think of after researching answers online. Another problem--my bullet points are messed up. When I click the bullet button, instead of an open circle it's an open rectangle. This doesn't concern me as much, but I thought it might help as a clue as to what is wrong. The fonts also do not show up in the Format > Font box.
    Also, I want to point out that my colleagues, using the exact same computer, network, etc, are able to download and use all the fonts. They have tried to fix mine, also.
    Any help is much appreciated! Maybe there is some way to wipe out my fonts and start clean?
    Thanks so much!

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • Flash not showing up in DW Template

    I have a DW template page that contains a flash element at
    the top and when I apply it to my pages and upload the pages the
    flash is missing. I thought it was a problem with where the swf
    resided, but I've put the swf file in the images folder, I put it
    in it's own swf directory and now it's in the same directory as the
    temp. Still not showing up. I'm using CS3. Anyone have any
    suggestions?
    Here is one of the pages...
    http://www.nlf.com/osprey/html/services_overview.html
    Thanks

    Remove your Flash from that page. Then reinsert it, and when
    you do, make
    the link to the Flash file ROOT RELATIVE.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ich_kann_schnell_laufen"
    <[email protected]> wrote in message
    news:g26rau$2un$[email protected]..
    >I have a DW template page that contains a flash element
    at the top and when
    >I
    > apply it to my pages and upload the pages the flash is
    missing. I thought
    > it
    > was a problem with where the swf resided, but I've put
    the swf file in the
    > images folder, I put it in it's own swf directory and
    now it's in the same
    > directory as the temp. Still not showing up. I'm using
    CS3. Anyone have
    > any
    > suggestions?
    >
    > Here is one of the pages...
    >
    >
    http://www.nlf.com/osprey/html/services_overview.html
    >
    > Thanks
    >

  • Flash not showing up

    First of all thank you in advance whomever may help me.
    Here's my issue:
    I am currently working on this site
    FiveStarTrumpet and I
    have a flash object at the very top of the page that will not show
    up. I have went and checked the page source and it's there but not
    at the same time. So I copied the page source and pasted it into a
    blank page in DW, just to see if maybe the server added some junk
    somewhere that I couldn't see and it shows up fine in DW. I have
    never had this issue before and am baffled by it. It's not even
    showing a broken link or anything on the page itself. I used
    FireFox 2.0.0.1 and IE 6.0 and it didn't show up in either. I'm
    still on WinXP so I have not changed any settings as far as the OS
    is concerned either. If any more info is needed please let me know.
    Thanks,
    James

    This is how DW8.0.2 inserts Flash to get around the EOLAS
    changes in IE. If
    you read through the entire code, you'd understand what is
    happening. Your
    changes will reverse all of this. Not desirable....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "envision3d" <[email protected]> wrote in
    message
    news:ergrih$6tr$[email protected]..
    >I just noticed something. Your have your flash with
    <noscript> tags, which
    >only shows when a user doesn't have javascript enabled.
    try removing the
    ><noscript> tags from around the swf.

  • Flash not showing

    Hi there,
    I am using swf files for headers on my website. All has worked well until tonight. If I clear my browsing history in IE then go to my website, the swf does not show on the index page (index page only thus far).  If you refresh the browser the file loads fine. The only thing I have changed is I added some css for a navigation bar, which I would not think would effect the swf.  You can look at the site at http://auburnillinois.us
    Any ideas?
    Thanks
    Chris

    Found another issue.. I loaded accuweather to the site. If I remove the accuweather, the header loads fine. If I add the weather back, the header does not work.  Here is my code for the weather.
    <div style='width: 120px; height: 60px; background-image: url( http://vortex.accuweather.com/adcbin/netweather_v2/backgrounds/blue_120x60_bg.jpg ); background-repeat: no-repeat; background-color: #346797;' >
      <div id='NetweatherContainer' style='height: 48px;' >
        <script src='http://netweather.accuweather.com/adcbin/netweather_v2/netweatherV2ex.asp?partner=netweath er&tStyle=whteYell&logo=0&zipcode=62615&lang=eng&size=7&theme=blue&metric=0&target=_self'></script>
      </div>
      <div style='text-align: center; font-family: arial, helvetica, verdana, sans-serif; font-size: 10px; line-height: 12px; color: #FFFFFF;' ><a style='color: #FFFFFF' href='http://www.accuweather.com/us/IL/AUBURN/62615/city-weather-forecast.asp?partner=netweather &traveler=0' >Weather Forecast</a></div>
    </div>
    Does this help?
    Thanks
    Chris

  • Flash not showing up online

    I have inserted a flash file but it's not showing up online.
    First time doing this so I must of missed something.
    http://www.seabuilt.com/new/demo.php
    Here is my code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Seabuilt - Access Plate Systems</title>
    <style type="text/css">
    <!--
    body {
    background-image: url(images/index_ext.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #365023;
    -->
    </style>
    <link href="_css/styles.css" rel="stylesheet"
    type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0;
    i<a.length; i++)
    if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document;
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++) x=d.forms[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .document);
    if(!x && d.getElementById) x=d.getElementById(n);
    return x;
    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body
    onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_topnav_rol l_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_roll_02.jpg','images/i nternal_nav_03.jpg','images/internal_nav_roll_06.jpg','images/internal_nav_roll_03.jpg','i mages/internal_nav_roll_04.jpg','images/internal_nav_roll_05.jpg')">
    <div align="center">
    <table id="Table_01" width="820" height="830" border="0"
    cellpadding="0" cellspacing="0">
    <tr>
    <td rowspan="6"><img src="images/internal_01.jpg"
    width="29" height="830" alt="" /></td>
    <td colspan="2"><a href="index.php"><img
    src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo" width="427"
    height="78" border="0" align="left" /></a><img
    src="images/internal_topnav_02.jpg" width="121" height="39" alt=""
    /><?php include('_includes/include_inttopnav.php');
    ?><br />
    <img src="images/internal_topnav_06.jpg" width="337"
    height="39" alt="" /></td>
    <td rowspan="6"><img src="images/internal_03.jpg"
    width="27" height="830" alt="" /></td>
    </tr>
    <tr>
    <td colspan="2"><img
    src="images/internal_header_demo.jpg" width="764" height="86"
    alt="Access Plate Demo" /></td>
    </tr>
    <tr>
    <td colspan="2"><img
    src="images/internal_nav_01.jpg" width="38" height="49" alt=""
    /><?php include('_includes/include_intnav.php'); ?><img
    src="images/internal_nav_07.jpg" width="39" height="49" alt=""
    /></td>
    </tr>
    <tr>
    <td width="203" valign="top"
    background="images/sidebar_ext.jpg" bgcolor="#E6E6E6"><a
    href="demo.php"><img src="images/internal_main_03.jpg"
    alt="access plate demo" width="203" height="99" border="0"
    /></a><br />
    <div id="sidecontact">
    <p><span class="style2">Contact
    Us</span><br />
    Phone: (360) 756-0495 <br />
    Fax: (360) 395-7959 <br />
    E-mail: <a
    href="mailto:[email protected]">[email protected] <br
    /></a>Hours: M-F 8:00am - 4:30pm <br />
    PO Box 31218 <br />
    Bellingham, WA 98228 </p>
    <p>Patent No. 5,481,790<br />
    </p>
    </div>
    </td>
    <td width="561" height="510" valign="top"
    bgcolor="#FFFFFF"><div id="intmaintext">
    <h1 class="style6">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','480','height','360','src','_flash/demo','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','_flash/demo'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="480" height="360">
    <param name="movie" value="_flash/demo.swf" />
    <param name="quality" value="high" />
    <embed src="_flash/demo.swf" quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="480"
    height="360"></embed>
    </object></noscript>
    </h1>
    </div></td>
    </tr>
    <tr>
    <?php include('_includes/include_footer.php'); ?>
    </tr>
    </table>
    </div>
    </body>
    </html>

    Hi.
    Have you upload the Scripts folder?
    "redstonegirl" <[email protected]>
    escribió en el mensaje
    news:[email protected]...
    >I have inserted a flash file but it's not showing up
    online. First time
    >doing
    > this so I must of missed something.
    >
    >
    http://www.seabuilt.com/new/demo.php
    >
    > Here is my code:
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Seabuilt - Access Plate
    Systems</title>
    > <style type="text/css">
    > <!--
    > body {
    > background-image: url(images/index_ext.jpg);
    > background-repeat: repeat-x;
    > margin-left: 0px;
    > margin-top: 0px;
    > margin-right: 0px;
    > margin-bottom: 0px;
    > background-color: #365023;
    > }
    > -->
    > </style>
    > <link href="_css/styles.css" rel="stylesheet"
    type="text/css" />
    > <script type="text/javascript">
    > <!--
    > function MM_preloadImages() { //v3.0
    > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new
    Array();
    > var i,j=d.MM_p.length,a=MM_preloadImages.arguments;
    for(i=0;
    > i<a.length;
    > i++)
    > if (a
    .indexOf("#")!=0){ d.MM_p[j]=new Image;
    > d.MM_p[j++].src=a;}}
    > }
    >
    > function MM_swapImgRestore() { //v3.0
    > var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    > x.src=x.oSrc;
    > }
    >
    > function MM_findObj(n, d) { //v4.01
    > var p,i,x; if(!d) d=document;
    >
    if((p=n.indexOf("?"))>0&&parent.frames.length) {
    > d=parent.frames[n.substring(p+1)].document;
    n=n.substring(0,p);}
    > if(!(x=d[n])&&d.all) x=d.all[n]; for
    (i=0;!x&&i<d.forms.length;i++)
    > x=d.forms[n];
    >
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    > x=MM_findObj(n,d.layers
    .document);
    > if(!x && d.getElementById)
    x=d.getElementById(n); return x;
    > }
    >
    > function MM_swapImage() { //v3.0
    > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new
    Array;
    > for(i=0;i<(a.length-2);i+=3)
    > if ((x=MM_findObj(a))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    > x.oSrc=x.src; x.src=a[i+2];}
    > }
    > //-->
    > </script>
    > <style type="text/css">
    > <!--
    > -->
    > </style>
    > <script src="Scripts/AC_RunActiveContent.js"
    > type="text/javascript"></script>
    > </head>
    >
    > <body
    >
    onload="MM_preloadImages('images/internal_topnav_roll_03.jpg','images/internal_t
    >
    opnav_roll_04.jpg','images/internal_topnav_roll_05.jpg','images/internal_nav_rol
    >
    l_02.jpg','images/internal_nav_03.jpg','images/internal_nav_roll_06.jpg','images
    >
    /internal_nav_roll_03.jpg','images/internal_nav_roll_04.jpg','images/internal_na
    > v_roll_05.jpg')">
    > <div align="center">
    > <table id="Table_01" width="820" height="830"
    border="0" cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td rowspan="6"><img
    src="images/internal_01.jpg" width="29"
    > height="830" alt="" /></td>
    > <td colspan="2"><a href="index.php"><img
    > src="images/internal_topnav_01.jpg" alt="SeaBuilt Logo"
    width="427"
    > height="78"
    > border="0" align="left" /></a><img
    src="images/internal_topnav_02.jpg"
    > width="121" height="39" alt="" /><?php
    > include('_includes/include_inttopnav.php'); ?><br
    />
    > <img src="images/internal_topnav_06.jpg" width="337"
    height="39"
    > alt=""
    > /></td>
    > <td rowspan="6"><img
    src="images/internal_03.jpg" width="27"
    > height="830" alt="" /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img
    src="images/internal_header_demo.jpg"
    > width="764"
    > height="86" alt="Access Plate Demo" /></td>
    > </tr>
    > <tr>
    > <td colspan="2"><img
    src="images/internal_nav_01.jpg" width="38"
    > height="49" alt="" /><?php
    include('_includes/include_intnav.php'); ?><img
    > src="images/internal_nav_07.jpg" width="39" height="49"
    alt="" /></td>
    > </tr>
    > <tr>
    > <td width="203" valign="top"
    background="images/sidebar_ext.jpg"
    > bgcolor="#E6E6E6"><a href="demo.php"><img
    > src="images/internal_main_03.jpg"
    > alt="access plate demo" width="203" height="99"
    border="0" /></a><br />
    > <div id="sidecontact">
    > <p><span class="style2">Contact
    Us</span><br />
    > Phone: (360) 756-0495 <br />
    > Fax: (360) 395-7959 <br />
    > E-mail: <a
    href="mailto:[email protected]">[email protected] <br
    > /></a>Hours: M-F 8:00am - 4:30pm <br />
    > PO Box 31218 <br />
    > Bellingham, WA 98228 </p>
    > <p>Patent No. 5,481,790<br />
    > </p>
    > </div>
    > </td>
    > <td width="561" height="510" valign="top"
    bgcolor="#FFFFFF"><div
    > id="intmaintext">
    > <h1 class="style6">
    > <script type="text/javascript">
    > AC_FL_RunContent(
    > 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#
    >
    version=7,0,19,0','width','480','height','360','src','_flash/demo','quality','hi
    > gh','pluginspage','
    http://www.macromedia.com/go/getflashplayer','movie','_flash/
    > demo' ); //end AC code
    > </script><noscript><object
    > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    > codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    > rsion=7,0,19,0" width="480" height="360">
    > <param name="movie" value="_flash/demo.swf" />
    > <param name="quality" value="high" />
    > <embed src="_flash/demo.swf" quality="high"
    > pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    > type="application/x-shockwave-flash" width="480"
    height="360"></embed>
    > </object></noscript>
    > </h1>
    > </div></td>
    > </tr>
    > <tr>
    > <?php include('_includes/include_footer.php'); ?>
    > </tr>
    > </table>
    > </div>
    > </body>
    > </html>
    >
    >
    >

  • After loading, why does adobe flash not show up in add on manager - using firefox 5.0

    Loaded adobe flash 10.3.181.34 and it worked fine. However, it does not show up in Firefox add-on manager - using Firefox version 5.0. Running win xp pro sp-3

    shows up as shockwave not flash

  • New IE object fix makes flash not show in other browsers

    I have a page containing a flash movie. When I open the html
    page in Dreamweaver, it gives me a message saying 'this page
    contains <object> tags that may not work properly in the most
    recent versions of Internet Explorer. To correct this problem, you
    can convert these tags to browser-safe scripts. Do you want
    Dreamweaver to convert these tags for you?
    However, when I do this, my flash movie does not show up in
    my browsers (mac Firefox and/or Safari).
    What do I need to do to correct this?

    If you had js errors turned on in your IE, then when you
    opened this first
    link, you would see an error on line 16, stating "Object
    expected". This
    means that IE is not finding your referenced function -
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http
    on the page. This happens because this file -
    <script src="Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    has not been uploaded. Please upload the Scripts folder and
    you will see
    things begin to work.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Jonibean" <[email protected]> wrote in
    message
    news:elv77f$di1$[email protected]..
    > Sure, the page is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest2.html
    >
    > The regular code (that flash creates) is at:
    >
    >
    http://www.amandaforsyth.com/dynamictest.html,
    which works fine.

  • Font showing in photoshop font list but not showing in the flash font list

    Hi,
    I have some issues with fonts. I am using a Mac OS X and i have installed the fonts into font book.
    The installed fonts are showing up in my Photoshop CS3 font list but are missing from my Flash CS3 and CS4 font lists.
    I am using .otf fonts.
    Any help will be really appreciated .
    Thanks,

    Jude,
    I don't know what the problem may be, sorry.
    Since the fonts are not from Adobe, you'll have to either contact the foundry from which you've licensed them or post this issue on the Flash forum at http://forums.adobe.com/community/flash/flash_general

  • Flash not showing up in browser

    I have a weird question that doesn't pertain to the actual
    macromedia software. I created a flash banner ad for this website,
    www.metrictv.com. So far when I view this movie it appears fine on
    most of the systems and browsers I try it on. However, for some odd
    reason it doesn't appear on my (fairly new and very up to date)
    computer at home nor my parents which is a Dell that is not even a
    year old.
    Here is the kicker. The flash movie on the left hand side of
    the metrictv.com page shows up on both systems??? the flash movies
    on the right hand side of the same page doesn't. What in the world
    is going on? I checked to make sure I have the Flash 8 plug-in
    installed on both systems and it is installed. I am dumb founded
    because I have tried viewing the page in IE and Mozilla and still
    doesn't show up. Is there some system security setting I need to
    turn off... like something that only allows one flash animation to
    show at a time.
    Please help because this is driving me crazy. Thanks in
    advance.

    jtousignant,
    > Here is the kicker. The flash movie on the left hand
    > side of the metrictv.com page shows up on both
    > systems??? the flash movies on the right hand side of
    > the same page doesn't. What in the world is going on?
    Here's your problem.
    <embed
    src="file:///C|/Documents%20and%20Settings/Steven.STEVE/Desktop/coming.swf"
    quality="high" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="100"
    height="80">
    The only one in the world who can view content on
    Steven.STEVE's Desktop
    is Steven.STEVE.
    Make sure you supply the same URL to both the object param
    and embed
    HTML elements. Curious, too, if you realize that some of your
    SWFs are
    loaded from metrictv.net rather than metrictv.com?
    David
    stiller (at) quip (dot) net
    Dev essays:
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Adobe Type Manager problem with Windows 7 and DIN font file extension not showing

    I have Windows 7 and for some reason I cannot install Adobe Type Manager onto my Computer.
    I need ATM to install the DIN font but am having no luck what so ever.
    I can see the DIN font in my Dropbox but it is showing up like this:-  ._DIN-bold, no file file extension. what am I doing wrong? is it Mac?

    Adobe Type Manager absolutely cannot be installed on Windows 7. In fact, even attempting to install it may corrupt your operating system installation and its ability to properly render Type 1 and OpenType CFF fonts. The last version of Windows for which ATM was at all compatible was Windows XP, 32-bit only!
    Adobe Type Manager is not at all necessary to install fonts, even Type 1 fonts, on Windows 7 systems. Right click on the font file for TrueType of OpenType CFF fonts or the .PFM file for Type 1 fonts and select the Install option.
    The font file you are trying to install is for MacOS. It cannot be installed on Windows.
            - Dov

  • Flash not showing up in browsers

    Hello. I have been studying this problem in various threads
    online and have not found a solution that works for me yet. I am
    using Flash and Dreamweaver from Adobe's CS3 Web Premium package
    (on a Mac G5 PowerPC if that matters) and have inserted the .swf
    file into my Dreamweaver document. It previews fine locally, but
    when posted online will not appear in any browser. I have posted
    all of the accompanying files: AC_RunActiveContent.js,
    ResearchImages.swf, ResearchImages.swd and have verified their
    existence on the server. I pasted the code for the flash portion
    alone in a file called ResearchImages.html which shows up just
    fine. The same code embedded in my index.htm or index.html files
    will not display, however. Below are some details that might be
    helpful. Thanks in advance for any help you can give me. =)
    Website and page not displaying flash file:
    http://www.biochem.utah.edu/shaw/index.htm
    Same flash file which appears by itself just fine (images
    change every 10 seconds):
    http://www.biochem.utah.edu/shaw/images/flash/ResearchImages.html
    Code for flash portion attached.

    Oh! Just found the "Scripts" directory created by DW and
    posted it. Everything works fine now. Thank you, "Mad Dog," for
    your reply to another similar post.

  • Why are my fonts and graphics not showing up on some computers?

    Help for a newbie?
    I just published my first website! It's pretty basic, but I
    learned a lot.... But some of the colors and fonts show up
    differently on different computers. Also, I created an image that
    had gray and white marbling and it showed up as just gray on the
    website.
    Can you tell me what I need to do to make my graphics show up
    properly?

    > Colours are subjective which is why there are "web safe"
    colours, these
    are
    > alleged to look the same on every PC
    Sorry, but that is NOT what web-safe colors refer to. In the
    old days many
    users had 8-bit graphics cards capable of displaying only 256
    colors.
    Web-safe colors were those included in the most common 256
    color palette.
    Today hardly anybody uses 8-bit graphics cards so designers
    are safe using
    full-color (24- or 32-bit) palettes. Your comment that colors
    are subjective
    is correct if you mean that colors will often display
    somewhat differently
    computer to computer. This is because of the wide variation
    of graphic
    cards, monitors, room lighting, etc. What looks like dark red
    on my screen
    might look brown on another. This is unavoidable.
    Walt
    "Ian" <[email protected]> wrote in message
    news:e4t54o$n2p$[email protected]..
    > Hi
    >
    > Colours are subjective which is why there are "web safe"
    colours, these
    are
    > alleged to look the same on every PC
    >
    > Fonts as has been said if you are using a non standard
    ie not installed by
    > both windows and apple then the viewer will not see
    them. In which case
    the
    > page will default to a basic font. which of course ruins
    your layout.
    >
    > Embed them as flash or graphics
    >
    > cheers
    >
    > Ian
    >
    >
    > "Haaga" <[email protected]> wrote in
    message
    > news:e4t3b1$ks6$[email protected]..
    > > Help for a newbie?
    > >
    > > I just published my first website! It's pretty
    basic, but I learned a
    > > lot....
    > > But some of the colors and fonts show up
    differently on different
    > > computers.
    > > Also, I created an image that had gray and white
    marbling and it showed
    up
    > > as
    > > just gray on the website.
    > >
    > > Can you tell me what I need to do to make my
    graphics show up properly?
    > >
    >
    >

  • Lato font from TypeKit not showing up in Muse

    I can no longer access a particular type kit family, Lato, on the site I’ve been working with. Other fonts are accessible. Lato shows up only as Arial — no bold, no Italic. All fonts how up fine in browser preview, but not in the Muse design view. Makes it impossible to design with this font. Problem just started happening after a year of using Lato.

    Entering "Lato" in the forum search feature turns up two threads both with the solution for this situation.
    Webfont Lato sans is not renderingasked by Dimitri van der Werf on December 31 1969 4:00 PMI am trying to design a website with the webfont Lato sans. In design mode it looks perfect. In preview mode and when published it is substituted by Arial. I randomly tried other fonts, like droid san...
    why was yesterday the typefont Lato displaying good in design mode and today looks like Arial?asked by Kitcarhans on December 31 1969 4:00 PMwhy was yesterday the typefont Lato displaying good in design mode and today looks like Arial? In preview mode its looking good

  • Chinese fonts in html not showing up properly sometimes

    I have the following lines in my program :
    JLabel A_Label=new JLabel("<Html><Font Size=3>\u8F93\u5165</Font></Html>");
    JPanel A_Panel=new Jpanel();
    A_Panel.add(A_Label);
    Sometimes the Chinese shows up correctly, but sometimes it shows up as blank rectangles, if I change the font size to 5, it will always show up, why ? How can I make it always show up in size 3 font ?
    Frank

    Hi, thanks for replying.
    I know it works for JLabel without html, but I need to display a lot of information in the label, there are formatted tables, different size fonts, html input fields, etc. , so my only choice is to use html to format them.
    I found it has something to do with the power of the PC running it, isn't it strange ? When the program starts, it needs to initialize, takes a while, from a few seconds to half a minute, sometimes if it didn't have a lot of data to load, the fonts shows up correctly, other times when it takes a while to load a lot of data before it displays the html formatted JLabel, the fonts may not all show up correctly. Size 5 always shows up correctly, the size 3 & 4 font sometimes could show up as blank rectangles.
    I wonder if there is anything I can do in my program to stabilize this when I use html in JLabel ?
    Frank

Maybe you are looking for