CSS Inheritance of font embed assets into modules

Hi Flex
Currently having an issue with inheritance of Fonts between a shell application and it's respective modules, we have a shell.css and when a module is loaded it's specific module.css is loaded with it.
All other styles are inheritance therefore this is not to do with the security model as on the module loader I do specify to keep the correct domain and proof of this is that all styles are in fact inherited just not the Embeded Fonts.
Any ideas?
Many Thanks
Tyrone

See the most recent post on my blog.  It might help.
Alex Harui
Flex SDK Team
Adobe System, Inc.
http://blogs.adobe.com/aharui

Similar Messages

  • Create a pdf with all the fonts embed in indesign CS6

    Hi,
    I created a ps from Indesign CS6 & CS7 with all fonts embed,
    and drop it on to distiller and made a PDF. Where upon font seem to split into outline, but random as done files for this job and no dramas at all using same fonts/indesign and distiller setting.
    any ideas to resolve this?

    Hi Evoteam,
    Please check the Distiller PDF settings and make sure Embed fonts option has been checked.
    Hope this helps.
    Regards,
    Sumit Singh

  • CSS INHERITED TAG ERROR

    I am having an line through my css item and it is telling me that I have a css inherited tag error. I don't know what that means.
    I am not sure why espically because all I am doing is changing the image from one to another but when I try to relink the image it goes to a blank page and doesn't display the new image.
    I will post my css and my html code but also the url to the site is www.unicornforwriters.com ( the template I am referring to access' the services tab)
    any help would be appreciated.
    thank you
    CSS
    @charset "utf-8";
    .Containter {
        height: auto;
        width: 1000px;
        margin: 0 auto;
        background-image: url(../images/New_backgroud_servicespage.tif);
    .Containter #Header {
        background-image: url(../images/Page1/logo.jpg);
        background-repeat: no-repeat;
        position: relative;
        height: 82px;
        width: 1000px;
    #Main_content {
        font-family: Verdana, Geneva, sans-serif;
        background-image: url(../images/New_backgroud_servicespage.tif);
        background-repeat: no-repeat;
        height: 750px;
        width: 1000px;
    #Menu_horizontal {
        width: 1000px;
        background-image: url(../images/menubar_background%20Image.png);
        background-repeat: no-repeat;
    #left_maincontent {
        float: left;
        height: 620px;
        width: 430px;
        margin-top: 80px;
        margin-right: 5px;
        margin-bottom: 10px;
        margin-left: 80px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    #right_maincontent {
        float: right;
        height: 620px;
        width: 430px;
        margin-top: 80px;
        margin-right: 50px;
        margin-bottom: 10px;
        margin-left: 0px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        color: #000;
        text-align: center;
    #left_image_wrap{
        margin: 20px;
        }.Containter #Main_content #right_maincontent p_header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-align: center;
        vertical-align: middle;
    .rightmain_header {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        text-align: center;
    HTML
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <link href="../css/CSS_Main.css" rel="stylesheet" type="text/css" />
    <!-- Start css3menu.com HEAD section -->
    <!-- End css3menu.com HEAD section -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    #forwardright {
        position:absolute;
        left:976px;
        top:789px;
        width:55px;
        height:59px;
        z-index:1000;
        background-image: url(../images/unicorn_page_right.jpg);
        background-repeat:no-repeat;
    #forwardleft {
        position:absolute;
        left:36px;
        top:793px;
        width:50px;
        height:56px;
        z-index:1001;
        background-image: url(../images/unicorn_page_left.jpg);
        background-repeat:no-repeat;
    </style>
    <link href="../css/MenubarCSS.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="forwardright"></div>
    <div id="forwardleft"></div>
    <div class="Containter">
      <div id="Header"></div>
    <div id="Menu_horizontal">
    <!-- Start css3menu.com BODY section id=1 -->
    <ul id="css3menu1" class="topmenu">
        <li class="topfirst"><a href="../Pages/Home.htm" style="height:18px;line-height:18px;">Home</a></li>
        <li class="topmenu"><a href="../Pages/About_us.html" style="height:18px;line-height:18px;">About</a></li>
        <li class="topmenu"><a href="../Pages/Services_main.html" style="height:18px;line-height:18px;">Services</a></li>
        <li class="topmenu"><a href="../Pages/Fee_Sheet.html" style="height:18px;line-height:18px;">Fees</a></li>
        <li class="topmenu"><a href="../Pages/Events.html" style="height:18px;line-height:18px;">Events</a></li>
        <li class="topmenu"><a href="../Pages/Resources.html" style="height:18px;line-height:18px;">Resources</a></li>
        <li class="topmenu"><a href="http://www.unicornwritersconference.com/" style="height:18px;line-height:18px;">Conference</a></li>
        <li class="topmenu"><a href="http://www.jankardys.com/BlackHawk_Literary_Agency.html" style="height:18px;line-height:18px;">Literary Agency</a></li>
        <li class="toplast"><a href="../Pages/Contact_us.html" style="height:18px;line-height:18px;">Contact</a></li>
        <li class="toplast"><a href="#" style="height:18px;line-height:18px;">Links</a></li>
    </ul>
    <p style="display:none"><a href="http://css3menu.com/">Horizontal Menu Using CSS Css3Menu.com</a></p>
    <!-- End css3menu.com BODY section -->
    </div>
    <div id="Main_content">
    <!-- TemplateBeginEditable name="Editable_leftmaincontent" -->
      <div id="left_maincontent">
        <div id="left_image_wrap" align="center"><img alt="" name="Left_page_image" width="400" height="32" align="middle" id="Left_page_image_wrap" style="background-color: #00FF66" /></div>
      </div>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="EditRegion_rightmaincontent" -->
    <div id="right_maincontent">
    <div class="rightmain_header">
      <p>google</p>
    </div>
    <p>main paragraph content</p>
    <p> </p>
    <div id="right_maincontent2"></br>
      <a href="../Fee_Sheet.html">See Price List. </a></div>
    <p> </p>
    </div>
    <!-- TemplateEndEditable --></div>
    <div></div>
    <div id="Footer" style="font-size: 9px">This site was built by Techno Mage LLC.</div>
    </div>
    </body>
    </html>

    I don't understand your question at all.  You are talking about template but the link you have posted doesn't seem to be from a tempalte.
    However, when I go to your site, I get this image:
    Now ehen I click on the image I get this page:
    I then click on the Services tab, I get this:
    Now explain what image should be on this page?  Why do you say you get a blank page?
    You need to explain your question again and provide which image isn't loading!!  Post that image on these forums.  You will need to login to these forums to post your image otherwise it won't come at all.  It will be blank!!!!!  if this is what you mean!

  • Font embed issue in Dir 11.5

    Hi,
    I have issue with font embed in Director 11.5. This only happens in one particular PC that I am using - other ones are fine. I make a director movie, and embed some fonts into the cast library. Using these fonts in the text members and so, I tested it in authoring environment and everything appeared OK. However when I published it, right after the processing bar ended, a message said that some texts are using fonts that are not embedded, while it was obvious that the embedded font was there. I checked the text member using the broken font, and the text appeared broken (using default font instead) and the font selection box says that the font is (missing). I wonder if anyone have similar problem or is it isolated to just my one PC?

    Yes, and when I use the installed font, it pose no problem. Only when I use embedded font then it show problems.
    It seems that I may just get away with using installed fonts, however, since I am making projectors to be distributed, embedded font becomes a necessity.
    Jeff

  • Mass transfering of assets into another depreciation book

    Hi All
    Please clarify my below query.
    when an asset was initially capitalized in the wrong asset class. Asset master in the correct asset class should first be created and thereafter the values will be transferred via the transfer within company code function in the Fixed Assets module.
    For example, 10 units of laptop were initially capitalized in one asset master with IT cost centre. If 5 units of the laptop need to be transferred to Finance cost centre, a new asset master in the same asset class will be created and partial transfer will be carried out for 5 units to the new asset master.
    1. is it possible to mass transfering of assets into another depreciation book if yes.
    please provide me the necessary steps to do the above activities.
    Thanks & Regards
    K.Gunasekar.

    Hi,
    It seems like you have an asset, with 10 Qty in an asset master.
    Try to do asset partial transfer with ABUMN for 5 qty.
    Hope this might help you.
    Cheers,
    Srinu

  • I have imported a PDF form (created in adobe acrobat XI pro) into FormsCentral.  I now want to convert this document into a web form so I can embed it into my website.  HOW DO I DO THIS?

    I took a word document I had created and added fields to it in Adobe Acrobat XI Pro.  I then imported the PDF in Forms Central and now I am stuck.  All I am able to do with it in FormsCentral is add a submit button.  It will not allow me to edit the document in FormsCentral.  What I ultimately need to do is get this converted to a web form so that I can embed it into our company website.  Additionally, once it's converted, I need to add an option for the user to attach their resume with the file before submitting.  I have looked all over the web and I cannot find an answer as to whether or not I can convert PDFs to web forms in FormsCentral.  This will ultimately determine whether or not the company decides to purchase these programs after the trial version has ended in a few days.

    I tried that first, but FormsCentral does not have the capability to create tables.  The form I need to create is more advanced than what FormsCentral allows.  Do you know if there is a way to create or somehow import a table when creating a web based form on FormsCentral?

  • Menu fonts all turn into boxed capital "A"s

    At some point last night, while I was working on my 10.4.9 PowerMac G4, something happened and my menu fonts all turned into some glyph that looks like a capital "A" inside of a box. All of the text on the desktop, menu bar, window titles, and the left side of a finder window have this change. Files displayed within a finder window, however, do not.
    Does anyone have any idea of what might have gone broken to cause this, and ideas on what I can do to try to fix it? I'd rather not reinstall if that's an option.
    I've run Disk Utility and DiskWarrior to make sure the drive is up to spec, and it checked out.
    PowerMac G4 Dual 1Ghz (MDD)   Mac OS X (10.4.9)  

    Would it be possible to replace that font from
    another 10.4.9 system?
    Sure, from any OS X system at all. But I imagine you
    still have Lucida Grande (look in
    System/Library/Fonts) and I doubt replacing it will
    help. Worth a try, but I think the problem is
    something messed up in the OS that makes it think the
    font is gone.
    That, also, appears to be the case. Sigh. Looks like it's reinstall time.
    Thanks for the tips, though!

  • Embed image into email (not attachments)

    Hi all,
    i need to embed images into an HTML table of an email.
    Can anyone help me, please?
    Sergio

    I have done this in a prior application.. Are you building an html style message?
    I have attached some ideas for you to try:
    define hidden page variable to get the url and location for the images files:
    p19_SERVER_STRING
    Source or expression:
    SELECT owa_util.get_cgi_env('REQUEST_PROTOCOL')||'://'||owa_util.get_cgi_env('HTTP_HOST')||owa_util.get_cgi_env('SCRIPT_NAME')||'/wwv_flow_file_mgr.get_file?p_security_group_id=4398899520272508996&amp;p_fname='
    FROM dual;
    (Security Group is from YOUR application)!!
    Next:
    In a After Submit process assemble the emial message:
    local variable lvMessage VARCHAR2(7500)
    Define message body in html document (Store in local varchar2 variable)
    <body>
    <p>
    <img height="90" hspace="0" src="'|| V('P19_SERVER_STRING')||'srtt_header.png' || '" " width="778" border="0" style="WIDTH: 931px; HEIGHT: 90px">
    </p>
    <p>
    </p>
    <p>
    Send the mseeage after you assemble the required pieces:
    HTMLDB_MAIL.SEND(
    P_TO => '[email protected]',
    P_FROM => '[email protected]',
    P_BODY => v_message,
    P_BODY_HTML => v_message,
    P_SUBJ => 'Your email with an Image');
    APEX_MAIL.PUSH_QUEUE;
    Thank you,
    Tony Miller
    Webster, TX

  • How do I embed .txt into my iWeb website?

    HOw do I embed .txt into my iWeb website with domain purchased from go daddy.com

    You want to embed a text file into a web page?  To read or for downloading? 
    To add a multipage text file to a webpage see this demo page: Scrolling Text Box.  For a single text file just drag the text file onto an iWeb page and it will automatically be added as a text box.  To download the file zip, put it on your GoDaddy.com account folder and use a hyperlink to the zipped file like in this demo page: LinkTestPage

  • Asset Tracking Module -Can I track part of any item..?

    Hello, I wonder in Asset Tracking module can I track any item part of an item. Example I have an A item and also B item. B item is part of A item. Can I track B item in asset tracking module and how?
    Thanks.

    If you are using EAM, then you can define the Printer as parent asset and Cartridge as child asset and establish the Parent-Child relationship.
    Refer to : http://www.oraappsguide.com/oracle-enterprise-asset-management-eam-child-asset-setup/

  • Is Asset Tracking module mandatory for Oracle Install Base implementation?

    In the Oracle Install Base implementation guide, it is mentioned that Asset Tracking (previously Enterprise Install Base) Module is mandatory. Our situation does not warrant to implement asset tracking. Do we need to get separate license for Asset tracking if we need to implement Install base? Any insight on this would be highly helpful. Thanks

    Pl do not post duplicates - Is Asset Tracking module mandatory for Oracle Install Base implementation?

  • Division of 1 Asset into seperate Assets

    Hi Professionals
    We have 1 Asset which is Acquisited 2 years back and we have run Depreciation also and its useful life 5 years.
    Acquisition Amount is 250000/- and Depreciation run is 130000/- and NetBookValue is 120000/-.
    And for some reasons We want to divide this Asset into 4 new Assets like this.
    AssetNumber  AcquisitionValue  AccumulatedDepreciation NBV
    Asset1 1001  62500  32500 30000
    Asset2 1002  62500  32500 30000
    Asset3 1003  62500  32500 30000
    Asset4 1004  62500  32500 30000
    Kindly let me know the How can i seperate that main Asset into 4 Assets.
    Where the Configuration i need to do for this.
    Regards
    Kumar Raja

    Hi ,
    Basd on the above mentioned requirement there are two options which can be done regarding the splitting up of asset into seperate asset .
    1. for the existing asset create subnumbers using tcode: AS11 , and transfer the acq value from the existing asset to prsent asset using ABUMN and mention the percentage ,if the asset captilization date for individual asset has to be changed then while creating the asset using tcode: AS11 check the post-capitalization check box.
    2. Create individual asset similar to the existing asset and transfer the required percentage to all the other asset  , check should be done on the asset valu date and the dep key assigned to the deparea for that particular asset.

  • Embed video into iweb page

    Is there any way to embed video into my iWeb page without making an external HTML file?
    Thanks.

    QuickTime Media Link format. One of mine as an example:
    http://homepage.mac.com/kkirkster/.Public/wwdc_keynote.qtl
    They are text based files that download when clicked so there is no need for any addition html code to open a new page.

  • How to embed html into keynote

    I want to embed the youtube code for a vid into my keynote presentation so when I export to flash I can post the entire thing online, the presentation will work and I can watch the vid too. Any thoughts on how to embed html into a keynote page?
    Thanks,
    Jeremy

    The only way to get video out of Keynote that I know of, is the QuickTime export. Now, if you use another tool after that (to convert the QuickTime video) that might be able to work for you.

  • Can you embed object into text in Indesign?

    I am about to do a large project in Indesign that will involve a lot of charts and text. I used to work in Quark and I could embed objects into the text so that the object and text flowed together (instead of the object sitting on top of the text). Can anyone tell me if this is possible in Indesign?

    Cathy,
    You're using the word "embed" in a way that is confusing.
    An embedded object in InDesign is one where the link to the outside photoshop or other graphic file format has been cut and the entire file information is contained within the InDesign file.
    This has nothing to do with having images move along with the text.
    InDesign has two types of images that move along with the text.
    b Anchored objects
    are the easier ones to create but they have less controls.
    b Inline graphics
    are the more complex.
    Look these up in the Help files.
    Or get yourself a good book on InDesign.

Maybe you are looking for

  • ITunes 8.1 no longer gives option to skip adding duplicate songs to iPod

    When I begin to add songs to my iPod or a playlist, I've noticed that iTunes 8.1 no longer gives me the option (through a small pop-up window) to skip transferring any songs that already exist on that iPod or playlist. This was a great feature: I cou

  • Mkinitcpio and Knoppix

    Hi, I want to clone a running Archlinux system into a VMWARE Server Image. I've done backups with rsync for so long and it worked every time I needed to clone or restore a system. But now I'm running into some difficulties I cannot solve. I started t

  • Hotmail issues

    I cannot sync email folders in the application for email. My gmail accounts sync without any issue.

  • Motion Detection on Linksys WVC54GCA

    Sorry if this is in the wrong section. I would appreciate if someone could help me with this. I am trying to configure this camera to record onto my network drive via FTP on a schedule - for example  9 - 5 each day. Can recording be done based on the

  • Issue with database characterset

    Hi All, Database Version:11gR2 Developer complained that they are trying to insert Japanese characters and they are able to insert but while displaying its not actually dispalying Japanese characters. So i checked the database characterset. SELECT *