Font in embedded swf now not showing in ie6

Hi There,
We've noticed that a .swf which was recently updated using CS5 no longer displays the font in ie6 - it was originally created several years ago in CS3 so we're wondering if something has changed with regard to the way Flash embeds fonts?
This tutorial looks fairly extreme for something so simple: http://www.adobe.com/devnet/flash/quickstart/embedding_fonts.html
The font is the Microsoft font Tahoma and we've updated our test machine to the latest version of Flash - but still no joy.
When I click various text in the Flash file, they're all set to the following in the properties panel:
- Classic Text
- Static Text
Is there a simple way to embed fonts or do you now have to create a font symbol and follow all the steps described in the above link?
Sorry, have just never noticed this before.
Any help or pointers in the right direction would be much appreciated.
Cheers

It should work just fine in IE6. You might want to make sure you don't target any version of flash higher than you absolutely need to. I'm not sure how extensively supported IE6 is with Adobe any longer.
If you're not using any dynamic text and it's literally all static then you don't need to embed the font at all. Flash does that for you automatically on static text fields. The user (as kglad said) does not need to have the font installed. The text is baked into flash as vector outlines.

Similar Messages

  • TS3694 i think itunes  has removed my iphone software. because now not showing home screen. when i tried to restore my phone there generated an error no is 1015. please help me how can i recover my iphone again?

    i think itunes  has removed my iphone software. because now not showing home screen. when i tried to restore my phone there generated an error no is 1015. please help me how can i recover my iphone again?

    From the article which you posted your question from:
    Errors related to downgrading iOS
    The required resource cannot be found: This alert message occurs when your device has a newer version of iOS than what is available in iTunes. When troubleshooting a device that presents this alert message, go to Settings > General > About and check the version of iOS on the device. If it is newer than the latest released iOS version, the device may have a prerelease developer version of iOS installed.   Installing an older version of iOS over a newer version is not supported.
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • The Path to nowhere - help! swf files not showing in browser

    i need help with getting a swf file to show in the browsers. (it previews in dreamweaver)
    created a website in dreamweaver cs4. created a simple slideshow in flash 4.
    on the index.html page inserted the flash file.
    it previews in dreamweaver BUT when i text in browsers it shows as a white box.
    have been reading through all the info about paths etc.
    can you simplify this entry below from adninjastrator on the adobe forums sept 19 2011???........
    "Still looks like a pathing problem to me. For review:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    adninjastrator"
    here is my code...
    <div align="center">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="350" height="200" id="FlashID" title="2812gtbroslides">
              <param name="movie" value="/2812gtbros.swf" />
              <param name="quality" value="high" />
              <param name="swfversion" value="6.0.65.0" />
              <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
              <param name="expressinstall" value="/Scripts/expressInstall.swf" />
              <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
              <!--[if !IE]>-->
              <object type="application/x-shockwave-flash" data="/2812gtbros.swf" width="350" height="200">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="swfversion" value="6.0.65.0" />
                <param name="expressinstall" value="/Scripts/expressInstall.swf" />
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                  <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                  <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                </div>
                <!--[if !IE]>-->
              </object>
              <!--<![endif]-->
            </object>
            <br />
    thanx
    wwwww1325

    i am not sure why this sounds so foreign to me.....
    i understand the page code instructs the browser to find and load the flash file from a path.
    i do not understand "/2812gtbros.swf (i.e. start at the root of the site and look for that filename in that location)
    i have the html fla and swf file in the folder on my computer named 212GTflashpics (2012freelance/2012gtbrothers/212GTflashpics/2812gtbros.swf) and i have it in the website folder GTbrothers1 with all the images scrpts sprys and html files
    the files be in the website folder o
    in your previous Question...
    "This line -
    <param name="movie" value="/2812gtbros.swf" />
    is telling the browser to look for the flash file in the root of the website.  Is that where it is?"
    what is before the / in the value=" /2812gtbros.swf? wouldnt that tell us the path of the file?
    thanx

  • Tv programmes now not showing! Could they be stored elsewhere?

    I have downloaded tv series and they were stored under videos, these have now disappeared , I have restored I pad and could see them being synced but still not showing, videos and films are there but not tv programmes , the whole folder is gone

    Are the tv shows rented or owned (purchased from Apple) or are these your personal versions?

  • Sent emails not received and now not showing on sent emails list

    I've sent two emails to a regular recipient but they do not appear to have been received and they are not showing on my sent emails list. Any suggestions?

    just to add that this is how it appears on my screen
    http://gallery.me.com/toby_clifford#100384/screen-capture
    regards
    t

  • Dropdown menus not showing in IE6 or 7

    Hi everyone, I'm hoping you wizards can help me out here!
    For some reason the main horizontal javascript navigation bar in my company's website (created with DW) does not show up in IE6 or IE7. It is fine in IE8, Firefox and Google Chrome. The web address is www.sayersb.co.uk. Perhaps you'd be kind enough to take a look and let me know what you think. I can let you have the CSS file details if you need. Additionally, the menu in the left column extends way too far across the page in IE6 and I'm not quite sure how to fix that bug. I'd be really grateful for some pointers so I can finish off the site.
    Many thanks.

    Hi,
    to: "the menu in the left column extends way too far across the page".
    Did you already search in your really large "mainNav.css" for the attributes of your <div id="leftCol"> and <div id="navcontainer">.
    The other possibility is, of course, to ask the people of MMMenu.
    Hans-G.

  • IE7 and Multiple Embedded SWF Videos Not Working

    We have a page that contains 2 videos that are streamed from our media hosting company.  The code is fairly straightforward,
    <object type="application/x-shockwave-flash" data="http://xxx.xxx.xxx/your.swf" width="400" height="300">
    <param name="movie" value=http://xxx.xxx.xxx/your.swf"" />
    <param name="allowFullScreen" value="true" />
    <param name="wmode" value="transparent" />
    <param name="allowScriptAccess" value="always" />
    <param name="flashvars" value="streamer=rtmp://zzz.zzz.zzz/zzz.flv&autoplay=false" />
    </object>
    Similar code is used for the second video. The embed code is actually generated from the hosting company and has worked every time. Firefox and Chrome display both videos with no problem. However, IE7 only displays the second video. The first video just has white space where the video should be.
    I have used 'embed' tag and conditional object tags (for IE), rewritten the code from scratch, changed the z-index, used Flash to generate code, cleared the cache - all to no avail. Is IE7 incapable of having multiple SWF files on the same page?
    **I did notice that changing the autoplay attribute to true will allow for the video to display, however, the playback controls are not available.
    Any ideas on how to get this working in IE7?
    Thanks in advance

    Another me too. In particular the symptoms are this:
    + any YouTube video embedded within a webpage loads the poster frame and the controls, but after clicking the play button only shows the progress indicator briefly before showing "An error occurred, please try again later." within the video frame.
    + the same YouTube videos play fine on the YouTube site.
    + other Internet video plays fine, embedded or not.
    + when the error occurs Safari reports "One error in opening the page. For more information, choose Window > Activity".
    + the Activity window shows "forbidden" for http://v13.lscache4.c.youtube.com/videoplayback?ip=0.0.0.0&sparams=id%2Cexpire%2 Cip%2Cipbits%2Citag%2Calgorithm%2Cburst%2Cfactor%2Coc%3AU0dWSVhMVV9FSkNNNl9QRllH &fexp=900028&algorithm=throttle-factor&itag=34&ipbits=0&burst=40&sver=3&expire=1 274817600&key=yt1&signature=C15947474FA80C9A1B9DA597103C5FF7D621A478.0C1490DE456 5D519F602B0043A4E1F9D800417A0&factor=1.25&id=c3e8886e8b459334
    + the same URL downloads fine when visiting YouTube directly, except the signature value is different.
    I have tested the following:
    + the same computer worked fine a week or so ago
    + other computers on the same shared ADSL connection work fine
    + Firefox works fine (contrary to other's experiences)
    + deleting com.apple.Safari.plist doesn't help
    + disabling/enabling the "Enable Plug-ins" preference doesn't help
    + deleting Preferences/Macromedia folder doesn't help
    + reinstalling Flash doesn't help
    + empty cache doesn't help
    Tis quite perplexing.

  • Embedded Graphics do not show in Links Panel?

    I'm guessing this is an embedded graphic. I received a packaged file for print, all is fine, but I'm pondering the "image" shown. (I was curious how they formatted the rules and type and started selecting)
    After removing everything else from the document, Find Font show no fonts used; the links panel is empty; info for the frame lists nothing; it is not outlined type. One layer; show hidden characters is on.
    The file package report lists Links and Images: 1 link (a stock photo used on page 1), 0 missing, 0 embedded.

    I've been playing with building my own "Info" panel. It isn't as pretty as the built-in one, but it gives me better "raw" file format information in some cases. It would be interesting to see what it reports as the object type, if you want to send me your doc ...

  • Embedded youtube video not showing up in IE

    Ok, I dont know whats wrong here. Im redesigning a site and Im trying to embed a youtube video. It works fine in ff and in chrome but nothing appears on my page at all in IE. Ive looked on every forum i could for the answer but no one seems to really have one that I already havent done. Ive checked everything i need to in tools/internet options, as well as in control panel. I tried uploading another video and i get the same problem. ALSO, I tried making the video real big on my page just for kicks...in ff, it showed up and my whole page was out of whack. I checked in IE and everything was how it should be but without the video. So apparently IE isnt picking it up at all. Code is below and video is in RED. Forgive the amount of text. I never seem to paste enough of it in. Please take a look.
    Note: using asp for this site so thatswhy you wont find <html> or <body> tags. Code is also a little messy but my job is to just re-design whats already there.
    Thanks for your potential help...
    <script language="JavaScript" 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[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&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[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].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[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    .style1 {
        color: #333333;
        font-weight: bold;
    -->
    </style>
    <table cellpadding="10" cellspacing="0" border="0" width="100%" class="bodytext">
        <tr>
            <td colspan="2"><img src="Images/ah_dz/self_publishing.jpg" border="0"></td>
        </tr>
        <tr valign="top">
            <td colspan="2"><!--<span class="ProductHeadings2"> Self Publishing</span><br />-->
             <span class="LandingPageDetails"><a href="default.aspx?Display=Launch">Launch Package</a> | <span class="LandingPageDetails"><a href="default.aspx?Display=Folio">Folio Package</a></span></span>      </td>
        </tr>
        <tr>
          <td colspan="2">Print On Demand has made it possible for authors to get their work into the marketplace without having to deal with the bigger publishing houses or the costs                 associated with them. The idea of selling the book first and then printing it does away with excess stock and obsolescence. Read about the services we offer below and decide between our <a href="default.aspx?Display=Launch">Launch</a> or <a href="default.aspx?Display=Folio">Folio</a> packages to determine which would best suit <i>your</i> vision. </td>
      </tr>
        <tr>
          <td width="55%"><br />
    What we will provide for you:
      <ol>
        <li>Consultation on the choices available to you</li>
        <li>Book archival, production and distribution on demand </li>
        <li>Legal and administration fulfillment</li>
        <li>Partnership with design and layout</li>
        <li>E-commerce, distribution, tracking and payment of royalties</li>
        <li>Complete in-house printing and bindery facilities</li>
        <li>14 Docutech printing systems</li>
        <li>IGen3 Advanced colour printing system</li>
        <li>4 DocuColor 2045 colour printing systems</li>
        <li>8 Docu-12 printing systems</li>
        <li>21 offset presses</li>
        <li>Direct Imaging Press (full colour)</li>
        <li>Complete in-house coating and laminating systems</li>
        <li>Complete Soft and Hard Cover solutions</li>
      </ol>
      Why Volumes?
      <ol>
        <li>You maintain total ownership and control of book rights</li>
        <li>You choose between two robust publishing packages</li>
        <li>We post press releases to thousands of potential buyers</li>
      </ol></td>
          <td width="45%" align="left"><object width="305" height="214"><param name="movie" value="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="305" height="214"></embed></object></td>
      </tr>
        <tr>
            <td colspan="2">
            <table align="center" class="style1" rules="all" frame="box" width="700" border="1" bordercolor="#CCCCCC" cellpadding="4" cellspacing="1">
            <tr>
              <td width="46%" bgcolor="#E3E4FA"> </td>
              <td class="SPLinks" width="27%" align="center" bgcolor="#E3E4FA" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px"><a href="default.aspx?Display=Launch" style="text-decoration:none"><b>Launch Package</b></a><br /><span class="price" style="font-size:14px"><b><i>$799.00</i></b></span></td>
              <td width="27%" align="center" bgcolor="#E3E4FA" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:16px"><a href="default.aspx?Display=Folio" style="text-decoration:none"><b>Folio Package</b></a><br /><span class="price" style="font-size:14px"><b><i>$1699.00</i></b></span></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">ISBN Assignment</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">CIP Arrangement</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Design an EAN Barcode</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Copyrighted Webpage Layout</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Include a Copyright Notice</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">2 Copies Sent to National Library</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Monthly Financial Report on Sales and Royalties</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Electronic Master of the Book</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Front and Back Cover Design</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Proof for Review by Author</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Archive the Book for Future Ordering</td>
              <td align="center" bgcolor="#f0f2f6"><img src="Images/V.gif" width="10" height="10" /></td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Sell Through Other On-line Bookstores</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Discounted Rate for Channels Mutually Agreed Upon</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">500 Full Colour Business Cards</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">500 Full Colour Bookmarks</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">20 Finished Copies to the Author</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Listing in the Canadian Booksellers Association Magazine</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Press Release of the Author’s Book Title</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Electronic Press Release</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
              <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">E-Commerce Ordering Covered by Volumes</td>
              <td align="center" bgcolor="#f0f2f6">-</td>
              <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
            <tr>
            <td bgcolor="#f0f5f0" style="font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px">Volumes Will Also Make Your Book Available On-line</td>
            <td align="center" bgcolor="#f0f2f6">-</td>
            <td align="center" bgcolor="#f4f1f6"><img src="Images/V.gif" width="10" height="10" /></td>
            </tr>
          </table>
            <br>
              <p>Volumes can make your book available all over the world to major booksellers&rsquo; websites. We also provide our own on-line bookstore to handle e-commerce distribution if this is the route that you choose to take. <br>
              </p>
              By working with Volumes to self-publish you will:
                      <ol>
                          <li>Keep total control of your book. Ownership of the content and design is all yours &ndash; You keep the rights. Whether you sell the content to other publishing houses, foreign rights, television or promotion rights &ndash; You will own them all.</li>
                          <li>Cover layout and design at no extra cost. We understand the concept of the cover sells and will work with the cover layout until you are 100% satisfied.</li>
                          <li>We take the headaches out of producing the EAN bar code, ISBN number, Library of congress number, Copyright page and Cataloging in Publication data.</li>
                          <li>With our state-of-the-art electronic archival system you can print the quantity you want when you want it. This new process lowers the risk that you would undertake using any other publishing process. No more administration cost for warehousing, obsolescence and interest expense. You have no extra cost for ordering on demand. You also have the ability to make revisions and updates at a later date with no additional cost.</li>
                          <li>We manage the royalties and pay you on a bi-monthly schedule plan. By partnering with Volumes you will reap the well-deserved rewards. When signing up with most publishing firms you will not only lose total control but you will receive a royalty payment between 6% &ndash; 8% per book. By self-publishing you will increase this royalty to over 60% of the retail price.</li>
                          <li>Volumes' consulting team will also sell the books to you at our print cost. When you need to sell your book in seminars, book affairs and other related shows we will not offer a discount but sell you the books at cost. We encourage this as you take the extra time and effort in selling your book. We want you to be well-rewarded.</li>
                          <li>We work with the National Library to register your book. We ship 2 copies for their records and charge no extra shipping or handling fee.</li>
              </ol>
                      <p>Writing and producing a book takes a lot of hard work. Let your hard work speak Volumes. Choose one of our two publishing packages that best suits <i>your</i> needs.                </p>
                        <p>If you have written a book, <a href="mailto:[email protected]">tell us about it</a>!<br>
                        or give us a call toll free:  (888) 571-2665, (519) 571-2665</p>
                        <p>Click here for information about: <br>
            <span class="LandingPageHeadings"><a href="default.aspx?Display=Launch">Volumes Launch Package</a></span> <br>
                <span class="LandingPageHeadings"><a href="default.aspx?Display=Folio">Volumes Folio Package</a></span>
                <br></p>
                      <hr noshade="noshade" align="left" color="#94AEFF" width="100%" size="1" />
      <br>
    <div align="left"><a href="ftp://ftp.mtprint.com/" onClick="MM_popupMsg('Welcome to Volume\'s anonymous FTP server. Please note that you may only deposit files here.     You may not read, delete, or overwrite files that already exist. Also, please note that you may not create folders in this directory either.\r\rOn a Windows-based PC, simply drag and drop your file(s) or file folder onto the ftp window that will appear once you click ok below.\r\rOn a Macintosh-based machine, please use Fetch to anonymously submit your files.\r\rOnce your files are delivered here, please send an email to your Volumes consultant.\r\rThank you for choosing Volumes! ')" target="_blank" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('FTP','','Images/StationeryLanding/FTP2.png',1)"><img src="images/StationeryLanding/FTP.png" name="FTP" border="0" id="ftpbutton"></a><br>
    </div>
    <div class="instructions"><br>
      If you have met or talked with one of our representatives and need to submit a file, please click the FTP button above.</div>        </td>
        </tr>
    </table>

    You added a couple of spaces to the Youtube code.
    Change:
    & border=1
    to:
    &border=1
    in two places so that it matches the code from the Youtube embed code. Or copy the code from Youtube again. The result:
    <td width="45%" align="left"><object width="305" height="214"><param name="movie" value="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/4_hzyUKzRII&hl=en&fs=1&color1=0x2b405b&color2=0x6b8ab6&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="305" height="214"></embed></object></td>
    It works in my test.
    Mark A. Boyd
    Keep-On-Learnin' :-)
    If you are reading this via email, be aware that it may not be an accurate representation of my message. Login to read the actual message and/or to reply.

  • CS3 Indesign 5.0.2 - futura OTF now not showing in Indesign, does in Illustrator

    using Futura OTF in an Indesign doc for the last few months. I opened the Indesign doc today and now Indesign does not recognize Futura OTF. The font is open in "FontAgent Pro" but is not recognized in Indesign. It does however recognize the font in Illustrator CS3, 13.0.02.
    Any ideas why?

    Where can I find these? suddenly I have exactly the same problem!!

  • Internal HD dies, reinstall OS, now not showing up at all

    My internal HD stopped booting but was showing up in Disk Utility. I tried to fix the problems and eventually got a message that the disk was fine. It still would not boot. I used the 10.4 OS DVD to do an archive and restore which after working all night left me with a blank screen with a spinning beachball. Now the internal HD doesn't show in Disk Utility at all! It doesn't show up in Terminal with df either. Help!

    I hope you backed up before this happened.
    Okay solution to get info back.
    Go to ebay and get one of the laptop hd to desktop hd connectors about $6-12 or a USB/FIREWIRE ($25 max) external enclosure for 2.5" drives as then you can install a new drive and still try to access it via USB/FIREWIRE
    This will work if you have a desktop Win or Apple and then you can use a descent software to access it.
    If not then send it to the manufacturer and then can make a backup for you or take the disc platter looking like a dvd / cd and place it in a new working device so you can get access as likely the motor died on the hd or the circuit board/firmware is bust but the disc platter might be in tackt.
    Good Q? does the drive spin up ?
    I have seen that a good format "erase can get life out of it " but it does not help for info/files.
    PS: if you have tiger do not use panther disk utility as there is different thingy's they use and this does screw up a drive but nothing a erase/format can not fix.

  • My swf is not showing up in my index page

    I just switched to a VPS and my index page loads but without
    the .swf. I know the page loads fine/the connection etc. is correct
    but it's a no-go on my swf file, which is the only thing on the
    page.
    Take a look-see, www.monkeypunk.com. I called my host
    (SmartLogic) and they don't know what the problem is, apparently
    I've loaded everything properly. When I do a test in Dreamweaver,
    the swf shows up.
    Has anyone else run into this problem? Thanks.

    monkeypunkninjaboy wrote:
    > I just switched to a VPS and my index page loads but
    without the .swf. I know
    > the page loads fine/the connection etc. is correct but
    it's a no-go on my swf
    > file, which is the only thing on the page.
    >
    > Take a look-see, www.monkeypunk.com. I called my host
    (SmartLogic) and they
    > don't know what the problem is, apparently I've loaded
    everything properly.
    > When I do a test in Dreamweaver, the swf shows up.
    >
    > Has anyone else run into this problem? Thanks.
    >
    I believe it's the JS fle reference path that cause this
    problem.
    Most likely it's incorrect and w/o that file the browser
    won't load flash
    correctly.
    You are on the root of your server and you refer to that file
    using:
    ../../Scripts/AC_RunActiveContent.js
    Also, suggest you don't use - in the file name. - stands
    literally for MINUS and
    some scripts will try to perform that operation on your file
    string.
    If you want to separate names, use underscore instead. This
    has nothing to do
    with the current problem, just a side note.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • SWF FIles not showing on internet

    Hello, I am using Adobe CS4 and I have embeded a swf file and when I view it using the play button it works fine, when I attempt to view it once loaded to the server nothing shows but a black box.  I have uploaded the scripts folder to the root directory and still nothing. Here is my code that I am using if someone could please take a look and assist me I would greatly appreciate it.  I didn't have this issue when I was using DW 8 which is what this was uploaded with originally. This is the link to the webpage itself that I am trying to get the file to load into: http://www.pkp2.rladesignsconcepts.com/test.html....I have even tried to use the swfobject program and still nothing....Please help!
    <!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>Untitled Document</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    </head>
    <body>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="950" height="550" id="intro for site" title="intro6">
      <param name="movie" value="intro6.swf" />
      <param name="quality" value="high" />
      <param name="swfversion" value="6.0.65.0" />
      <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
      <param name="expressinstall" value="Scripts/expressInstall.swf" />
      <param name="LOOP" value="false" />
      <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
      <!--[if !IE]>-->
      <object type="application/x-shockwave-flash" data="intro6.swf" width="950" height="550">
        <!--<![endif]-->
        <param name="quality" value="high" />
        <param name="swfversion" value="6.0.65.0" />
        <param name="expressinstall" value="Scripts/expressInstall.swf" />
        <param name="LOOP" value="false" />
        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
        <div>
          <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
          <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
        </div>
        <!--[if !IE]>-->
      </object>
      <!--<![endif]-->
    </object>
    <script type="text/javascript">
    <!--
    swfobject.registerObject("intro for site");
    //-->
    </script>
    </body>
    </html>

    You stil have a space in the ID
    96B8-444553540000" width="950" height="550" id="intro " title="intro6">

  • Embeded 3D PDF not showing up in webpage on IE8 with Windows XP

    Hi,
    There seems to be a compatibility problem with embedded 3D PDF and IE8 on Windows XP. The PC that is experiencing the problem runs on Windows XP Professional Edition with Service Pack 3; it also has Adobe Reader X Version 10.1.3 installed.
    This compatibility problem can be demonstrated with the following screenshots.
    The first screenshot shows a blank space with a small red "X" at the lower left corner which was taken when IE8 was being used. This blank space is where the embedded 3D PDF is suppose to show up.
    The second screenshot shows how the webpage is suppose to look. It was taken when Firefox 14.0.1 was used to browse the same webpage.
    Here is the URL for this testing page:
    http://search.newport.com/?q=*&x2=sku&q2=SM-25
    What can I do to have my XP computer show this website correctly on IE8? Or is this a problem for the webmaster of this website?
    Any help is greatly appreciated.
    Thank you.
    Peter H.

    I too am having this same problem.  When I contac
    t Adobe the person was of no help and
    I can not print any PDF files. This is so frustrating.
    I can not delete it not open it. What gives???

  • Fonts synched from Typekit do not show up in fonts list.

    My Typekit Account is showing two fonts (Muscle Narrow & Wide), amongst others, as being synched. However, the two fonts named are not shown in my Creative Cloud Manager nor in the list of fonts in my Creative Cloud applications. I have not had this problem previously. Does anyone know what the problem is?

    Hi ballyd,
    I'm sorry that you ran into trouble with this.  I've confirmed that the font selections you mentioned are added to your account correctly.  To make sure that I understand: all the other fonts are showing up in the Fonts tab of the Creative Cloud application?  Only Muscle Narrow & Wide are missing?
    If you haven't done so already, would you please try turning off font sync in the Creative Cloud application, wait a moment, and then turn it back on?  The option to do this is under the gear icon in Preferences > Fonts ("sync on/off").  Sometimes the app just needs a fresh session for the fonts to appear again.
    If that doesn't make a difference, please send your recent sync log files to [email protected] so that we can take a look.  I'll include that information at the end of this email. 
    Thank you,
    -- liz
    On OS X:
    * Open the Finder
    * under the Go menu, select "Go To Folder"
    * in the window that opens, type:  /Users/(username)/Library/Application Support/Adobe/CoreSync/
    Remember to replace "(username)" with your own account name.
    (Or if you are comfortable working from the Terminal, cd to $HOME/Library/Application Support/Adobe/CoreSync/)
    On Windows:
    C:\Users\user name\AppData\Roaming\Adobe\CoreSync\
    Attach the 3 or 4 most recent CoreSync-yyyy-MM-dd.log files to an email. Please don't send a zip file, as they often get flagged as spam.

Maybe you are looking for

  • One domain, multiple users

    I use iWeb with MobileMe/iDisk to host www.mydomain.com with no problems. I use the custom domain feature in MobileMe and the domain is registered with GoDaddy. I would like to set up a subdomain for my brother so that he could use iWeb from his own

  • PROCEDURE IS NOT EXECUTED WITH IN THE DATABASE TRIGGER

    The follwing databse trigger works fine but the procedure lv_calc_pkg.p_orders_executed(:new.stock_code,:new.selling,:new.buying,:new.qty,:new.price); is not executed please help CREATE OR REPLACE TRIGGER SE.LV_SUMMARY_TRADE_TR AFTER INSERT ON SE.LV_

  • Can't drag & drop files into folders

    So heart-attack was just adverted, however I need to figure out what's going on. My work comp just got upgraded to Mountain Lion along with a few coworkers (who for whatever reason aren't experiencing this same issue). Basically, if I have a folder (

  • Google pages are not loading in my new version of FF26. Is anyone else having this problem?

    Yahoo search works fine but I can't even get google.com to open. It just hangs.

  • Can't fill in Adobe PDF forms

    Hi ... I'm once again turningi to my favorite trusted resource for problems ... MAC users! I have been unable to figure out how to fill in interactive forms in PDF format ... it just doesn't work! I've read Adobe's help pages for Adobe Reader 8.0 and