Embed tags and divs?

I have a Flash files embeded in a div. The div adds space to
the bottom
of the embed tag it seems. If I add line-height:0 the problem
goes way
visually in the browser, but in design view in DW is still
there. I have
also notice that the same is true for some of my other divs,
they have
this little space under them in design view in DW.
#rightSide_index {
float: left;
width: 515px;
padding: 0;
margin: 0;
/*line-height:0;*/
http://www.agilitygraphics.com/clients/cs/
What could this be happening? Sorry for the audio on the
Flash file, I
can't mute it at the moment.
Thanks a lot!

Hi mistersquid,
   This is about as far from the correct forum as you can get. This has nothing to do with Apache per se. It is purely a question about HTML and JavaScript. However, there are some folks here that do some web development so you'll probably get an answer. In fact, I'm going to take a shot at it myself if I can figure out what you want.
   I don't understand the part about the image or the purpose of the corresponding link. Why do you want the execution of the recommended JavaScript to depend on a user click?
   If I understand their recommendations correctly, the QTWriteOBJECTXHTML function is invoked as the page loads. It sounds like the change that Micro$oft makes is triggered when an <Object> tag (or similar tag) is encountered while the document is being downloaded. The trick appears to involve adding the <Object> tags as the document is being loaded. By the time the document is rendered, the <Object> tags should be in it and the document should look just like it did before the fix. Thus, I don't see any point in changing the user experience.
   If you do have some compelling reason for changing the user experience, all you have to do is to code the page for that using <Object> or <Embed> tags. Then after you have what you want, do exactly what Apple recommends and simply replace <Object> tags like before. I don't believe that <Object> tags can be containers, can they? If not, it shouldn't be possible to create a page for which their recommendations fail to work in the fashion they describe.
Gary
~~~~
   Diplomacy is about surviving until the next
   century. Politics is about surviving until
   Friday afternoon.
      -- Sir Humphrey Appleby

Similar Messages

  • Embed tag and validation

    I am using Dreamweaver to place .swf into my page. It
    generates an embed tag which never passes W3C validation. How do I
    place a .swf and still be compliant with the standards?

    Hi.
    SWFObject is very simple to implement:
    http://blog.deconcept.com/swfobject/
    "BrianArena" <[email protected]>
    escribió en el mensaje de
    noticias news:fpihuc$oc1$[email protected]..
    >I am using Dreamweaver to place .swf into my page. It
    generates an embed
    >tag which never passes W3C validation. How do I place a
    .swf and still be
    >compliant with the standards?

  • (Quicktime) Embed Tags and upcoming ActiveX changes

    I apologize if this is not the correct forum for such a question, but the "Developer" section didn't seem quite appropriate and Apache can be considered a UNIX technology so here goes . . .
    I am updating my web pages to prepare for changes in future versions of IE, as detailed in "Apple's Preparing Websites with Active Content for Upcoming Changes to Internet Explorer for Windows". My question is using these changes, how might I present users with a "Click to Play" image that updates the web page with the appropriate code without loading a new page.
    To clarify, once a user goes to any web page, that user should be able to click an image that would load the Apple-recommended Javascript function QTWriteOBJECTXHTML in its place. I'm guessing I want a Javascript function to replace itself with another Javascript function.
    Does anyone know how to do this?
    If I find a way to do this in before I get a definitive answer, I'll post what I find.
    Thanks in advance.
    mistersquid
    Dual 2.5 GHz G5 + 15 PB 1.25 GHz + 12 iB 1.33 GHz + 1 GHz MDD   Mac OS X (10.4.6)  

    Hi mistersquid,
       This is about as far from the correct forum as you can get. This has nothing to do with Apache per se. It is purely a question about HTML and JavaScript. However, there are some folks here that do some web development so you'll probably get an answer. In fact, I'm going to take a shot at it myself if I can figure out what you want.
       I don't understand the part about the image or the purpose of the corresponding link. Why do you want the execution of the recommended JavaScript to depend on a user click?
       If I understand their recommendations correctly, the QTWriteOBJECTXHTML function is invoked as the page loads. It sounds like the change that Micro$oft makes is triggered when an <Object> tag (or similar tag) is encountered while the document is being downloaded. The trick appears to involve adding the <Object> tags as the document is being loaded. By the time the document is rendered, the <Object> tags should be in it and the document should look just like it did before the fix. Thus, I don't see any point in changing the user experience.
       If you do have some compelling reason for changing the user experience, all you have to do is to code the page for that using <Object> or <Embed> tags. Then after you have what you want, do exactly what Apple recommends and simply replace <Object> tags like before. I don't believe that <Object> tags can be containers, can they? If not, it shouldn't be possible to create a page for which their recommendations fail to work in the fashion they describe.
    Gary
    ~~~~
       Diplomacy is about surviving until the next
       century. Politics is about surviving until
       Friday afternoon.
          -- Sir Humphrey Appleby

  • Embed tag for Fonts in AS3 "exception during transcoding"

    Hi,
    I have the following problem, I am embeding a font in a project with the embed tag and I get the following error "exception during transcoding".
    [Embed(source="D:/repo/docs/fonts/FreeSans.ttf", fontFamily="Free Sans", fontWeight = 'regular', mimeType = 'application/x-font')] public var auxFont:String;
    I had this same error in Flex but I found that adding "-managers flash.fonts.AFEFontManager" in the properties of the project, ActionScript compiler, Additional compiler arguments took care of it.
    I need to compile this project with the Flash compiler and not Flex is there any place in Flash that I can add that argument?
    Thanks,
    Ana

    Try this:
              [Embed(source="D:/repo/docs/fonts/FreeSans.ttf",  fontFamily="FreeSans")]
              private var freeSans:Class;
    Than, you can use the embedded font via font property of TextFormat class:     myTextFormat.font = "FreeSans";
    Regards,
    gc

  • Embed tag is not working with Mozilla Firefox 23, 24 and 25

    Requirement:
    While loading the java applet on a page, if the user system do not have plugin loaded then our code should redirect the user to get Java 1.6 plugin.
    At present I am using below two URL for automatically JRE6 download
    • IE : https://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,31<br />
    [When user tries to access the applet page from IE browser then he/she is getting pop-up message for JRE6 installation, provided that the user system don’t have any JRE installed]. This scenario is working IE8,9,10<br />
    • Mozilla family : https://javadl.sun.com/webapps/download/AutoDL?BundleId=60336
    Below is the used script for ‘Object’ and ‘embed’ tag:
    <pre><nowiki><script language="javascript" >
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" name="OrderApplet"';
    WIDTH = 775 HEIGHT = 600
    codebase="https:\/\/java.sun.com\/update\/1.6.0\/jinstall-6-windows-i586.cab">';
    <PARAM NAME = "type" VALUE="application\/x-java-applet;version=1.6.0_31">';
    <PARAM NAME = "scriptable" VALUE = "true" >';
    <COMMENT>';
    <EMBED type="application\/x-java-applet;version=1.6"
    pluginspage="https:\/\/javadl.sun.com\/webapps\/download\/AutoDL?BundleId=60336">
    <NOEMBED>
    <\/COMMENT>;
    <\/NOEMBED><\/EMBED>;
    <\/OBJECT>;
    </script></nowiki></pre>
    User is getting pop-up message for JRE6 installation with browser IE8, 9, and 10 and also with Mozilla Firefox 22, but it’s failing with latest version of Mozilla Firefox23,24 and 25.
    I have gone through so many sites but could find any reason for this behavior.
    I have provided JRE6 32-bit version download URL, here I don’t think so I’m doing any version incompatibility because both the JRE6 and Mozilla Firefox are 32-bit version. And 64 bit Firefox version is not available for windows.
    I’m not sure why the code is working with Firefox 22 and its lower version but
    doesn’t work with higher version than firefox22….like 23,24,25
    Can anyone help to sort out this issue?
    Thanks, <br />
    Sumit

    Sorry for the delay in getting an answer, yesterday was a holiday in the USA.
    This forum is for Firefox user support, not for web developer support. My rough guess is that since Mozilla has blocked all but the most recent update for Java 7 Plugins - https://addons.mozilla.org/en-US/firefox/blocked/ - and Firefox 23 brought in a new '''Simplified interface for notifications of plugin installation''' - http://www.mozilla.org/en-US/firefox/23.0/releasenotes/ - that is probably why you're having a problem with versions of Firefox after Firefox 22.
    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    ''You'll need to register and login to be able to post in that forum''.

  • Trying to make sense of div tags and css

    i know that i am a few years late here, but i am looking ot make the migration from using tables and switching over to div tags and css. i have watched a few tutorials on you tube and am trying to understand everything.
    please tell me if this is correct.  a div tag is basically a table and css is what is used to style that div tag to meet your needs, is this a correct assumption??
    if you go to my current site www.tankinz.com you can clearly see that the site is made up of tables, basically these boxes or tables contain a different item or package that a customer can click on and buy.  by using div tags and css would each of these boxes, or tables be their own div?
    sorry for sounding a bit moronic but i am trying to make sense of all of this.
    please help!

    Markup (html) contains elements, such as html, body, h1, h2, p, span, div and so forth. Hence a <div>-tag is part of an element; the other part being the </div>-tag.
    The element structure of many web sites is basically (using HTML5 element names)
    html
         head
         body
              header
              nav
              aside
              article
              footer
    These elements can be positioned and styled using style rules (css). Depending on the style rules, the above structure can take on many different styles, without ever touching the markup.
    Have a look here for a simple two-column layout using the same structure as above http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/

  • ADF Faces components with HTML and DIV tags

    Hello all,
    I want to know if there a way to place a <div> tag within an adf faces component tag? eg. <af:table> tag and insert the div tag between </af:column>? I tried doing this by placing the div tag between columns and also enclosing it with verbatim tags, but a parsing exception occurs during run time. The purpose of this is to create frozen columns for horizontal scrolling.
    The code looks like:
    <af:table ...>
    <af:column headerText= ...>
    <f:facet name= ...>
    <h:outputText value= .../>
    </f:facet>
    </af:column>
    <f:verbatim>
    //DIV TAG
    </f:verbatim>
    <af:column headerText= ...>
    <f:facet name= ...>
    <h:outputText value= .../>
    </f:facet>
    </af:column>
    <af:column headerText= ...>
    <f:facet name= ...>
    <h:outputText value= .../>
    </f:facet>
    </af:column>
    <f:verbatim>
    //END DIV TAG
    </f:verbatim>
    </af:table>
    Thanks in advance.
    -Wes
    Message was edited by:
    zeoneozero

    repost
    -

  • I am trying to use the embed tag - to embed an html page with in a page embed src="page.html" /

    <pre><nowiki><!DOCTYPE HTML>
    <html>
    <body>
    <embed src="page.html" />
    </body>
    </html></nowiki></pre>

    The <embed> tag works in Windows IE 9, and Opera, Now! But not in Firefox yet. Whats up with that? I guess we will see who is going to be left behind.

  • Tag library 'div' hook

    Well, 'div' is not corrupt, but the application programming related to customization of Tag libraries is corrupt.
    What is happening:
    When Dreamweaver CC is installed, and when it opens fresh html files, it makes a mess of line breaks and indents in the text layout of the code. Using the menu item Commands / Apply source formatting also makes a mess, This menu command mess is a slight improvement over the horrendous mess that Dreamweaver CC makes of code when it opens and when it periodically 'refreshes' the files that it trashes. However, the code is not usable, as with more advanced css and html technique, the code becomes unreadable for Chrome, Internet Explorer, Safari, and presumably all browsers.
    DW's mess described:
    All indents are as spaces, making manual clean-up repetitive, necessary and extremely tedious.
    The head and body tags are indented far inside their content, and that content is also erratically indented.
    The use of Tag library editor would seem the expected user path, in seeking a user resolution, and perhaps in defining a programmatic intervention.
    All tags are trashed, put going to the heart of the html cascade, we start with the p tag: e.g., p tag in Tag libraries defaults as
    Line breaks: before and after tag
    Contents: formatted and indented
    Case: default
    We try numerous combinations of p tag settings in the noted dialog interface.
    The p tag settings do not appear to effect the mess. Dreamweaver, ignores default and manual settings, sometimes shuffling the mess a little, but minor shuffling only occurring twice, and without any tag block line break changes.
    Perhaps, for a given instance of Dreamweaver installation, within a given simple document's system interface, Dreamweaver settings may reveal something called a 'performance hook' by application programmers. Perhaps we can isolate a hook that is useful for the Adobe support; support that lacking professional attention has maintained Dreamweaver as a failed application for over a year (since October 2012) on my Windows desktop. We move next to the div tag.
    Manual intervention 'exposes bad behavior of div tag' hook:
    Our simple document layout is... simple. Deploying doctypes for both html5 and xhtml transitional and deploying internal and external style methods, with the same code trashing result, we correctly layout tags as HEAD, BODY, DIV and P. Beginning with the p tag, various tag library settings are applied to determine effect on Apply source formatting command. Various p tag settings have no effect, and p is returned to its DW default setting, as noted above. The following div tag settings disable Apply source formatting command's code trashing specifically of line indents.
    Line breaks: before and after tag
    Contents: formatted but not indented
    Case: default
    Unfortunately, with this setting, line breaks between only some tags are maintained during Dreamweaver's auto code trashing (e.g., between closing head and opening body tag): sometimes when Dreamweaver does it's auto (or manual) trashing, these specific line breaks, between block tags, are not preserved. However, with this Tag library setting for the div tag using the noted basic cascade, all tag indents are ignored. But only when code is manually kept against left margin, without any indentation. And, ONLY WITH DIV TAG HOLDING THESE PARTICULAR SETTINGS, FOR THIS PARTICULAR DOCUMENT!
    FLAT CODE is preferable to the bigger mess that Dreamweaver routinely imposes as it auto trashes code. Also, allowing any left margin indentation worsens Dreamweaver's code trashing... so, given Dreamweaver's chaotic destructiveness, I don't know if it is correct to imply any significance to my manual Tag library settings management, but it is clear that Dreamweaver is unable to correct the mess it makes, using the manual Apply source formatting command. And this is the first 'performance hook' that has been defined for my desktop in over 400 days. But setting div tag in this way is the only way to stop Dreamweaver trashing code layout line indents (trashing that occurs both during Dreamweaver automatic actions and with user menu action, for the specific noted html layout - a layout that is far too basic to be useful for 99.9% of design work). But only for a given instance of Dreamweaver installation for a given OS installation, and not across OS installations, or with any other file than the file (or files, in relational assessment) targeted for our 'hook' presentation analysis.
    Conclusion:
    Dreamweaver trashes code layout every time the application applies code formatting (e.g., opening new documents from other sources, applying menu commands, etc.). That is, all user code layout will be trashed by Dreamweaver. However, a specific div tag setting in Tag library editor may maintain a single instance for manual correction of Dreamweaver code trashing, when basic page layout is used with div in the noted cascade, and with div settings manually corrected as noted. This is a hopelessly unacceptable condition that the Dreamweaver application imposes on design work for my Windows 8.1 operating system. Professional designers of global significance and stature using many variants of Mac and PC systems have warned me not to use Dreamweaver, recommending numerous alternatives. I am taking the position that Adobe retains a shred of marketplace survivability, and therefore will promptly fix minor problems when I bring them to Adobe's attention.
    IMPORTANT:
    Obviously, this is not acceptable application performance. Is support available to Adobe that will now, immediately repair the Dreamweaver application that I use as a paid subscription to eliminate systematic code trashing?

    I figured it out. Under the Configuration/TagLibraries,
    create a CrossTagAttr folder and stick a .vtm file in it. In the
    .vtm file, use the <crosstag_attributes> tag and its
    children. See Configuration/TagLibraries/CrossTagAttr/Spry/Spry.vtm
    for an example.

  • Display a message while loading using EMBED tag

    Hi
    I am using an Embed tag to pull a pdf from the backend. the pdf files are huge so it takes time to load and I want a loading message to be displayed till the form is completely loaded, so i am using onload attribute of Embed tag, but i dont think its firing because i still see the "loading" message even after the page has loaded...
    Can any one help me plzzz...

    Hi,
    Try using the FM  
    Increase the percentage for each loop        
    CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
                  EXPORTING
                    PERCENTAGE = 50
                    TEXT       = text-025.

  • How we will get parameters when we uses EMBED tags

    hi ,
    how we will get parameter from applet in netscape. When my swing applet using OBJECT tag, runs in IE it works fine.
    And im able to getting parameter. But in the case of Netscape (that means when i used EMBED tag) im not able to getting the parameter.
    How we will give <param tag in the case of EMBED tag. Im sending my snippet which is for only netscape.
    <EMBED type="application/x-java-applet;version=1.2.2"
    width="800" height="1200" code="myclass.class" codebase='mycodebase'
    pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
    <NOEMBED>
    </COMMENT>
    No JDK 1.2 support for APPLET--please download the plugin.
    </NOEMBED>
    <param name='parameter' value='value'>
    </EMBED>
    If anybody helps, very much thankful to them
    thanks in advance

    Parameters should be inside the EMBED tag, like this :
    <EMBED type="application/x-java-applet;jpi-version=1.3.1" CODE = "Editor.class" WIDTH = 350 HEIGHT = 200 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html"
    TOOLBAR="true"
    TOOLBAR.FLOAT="true"
    TOOLBAR.ALIGN="east"
    >
    Matthieu

  • Embed tag always caling QT

    Hello
    I placed a simple embed tag in a page and it always calls for
    the Apple QuickTime player for what is only an mp3 file. I have
    (Windoze) configured to use the Windows Media Player for any mp3,
    but it still uses the QT. This is totally outside of the expected.
    How do I make sure it used the installed player for that file type.
    tia

    I don’t know of any way to do that.

  • Deprecated embed tag issues

    I have been using the embed tag to play media like:
    embed src="audio/song1.mp3" width="200" height="18"     ......  /embed
    It seems that it has become deprecated in some uses
    I'm looking for some kind of universal tag to play mp3's or .mov files
    Any idea what replaces it for basic use?

    so what's the best bet overall for maximum compatibility ?
    Use both <object> and <embed> tags.  Embed tag was never valid W3C code.  Nevertheless, some browsers require it.
    http://www.mediacollege.com/video/format/quicktime/streaming/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Embed Tag Problem

    Hi;
    I have the following code:
    <body topmargin='0' leftmargin='0' marginheight='0' marginwidth='0'>
    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' width='100%' height='100%' id='seaFlightPreloader' name='seaFlightPreloader'>
       <param name='movie' value='SeaFlightPreloader.swf'>
       <param name='allowfullscreen' value='true'>
       <param name='allowscriptaccess' value='always'>
       <param name="allowScriptAccess" value="sameDomain" />
       <embed id='seaFlightPreloader'
              name='seaFlightPreloader'
              src='SeaFlightPreloader.swf'
              width='100%'
              height='100%'
              pluginspage="http://www.macromedia.com/go/getflashplayer"
              type="application/x-shockwave-flash"
              allowscriptaccess='always'
              allowfullscreen='true'
       />
    </object>
    which produces 100% width but only about 10% height! See here: http://seaflightvi.com/
    What do?
    TIA,
    beno
    </body>

    Hi Raymond ,
    It is not related to JSF actually when i use <embed> tag.if i give the path of the pdf which is in my local machine it is giving that access denied.
    I pasted that pdf in my war and it is working now

  • Youtube Videos not working through embed tag

    I own a [sketchy link removed] website. Whenever I embed YouTube videos via embed tag, it doesn't show up but through iframe html5 tag, its working fine.

    I just purchased a 13" Mid 2012 MB Pro, first time on YouTube, the videos would not play, google "Adobe Flash", download and install the player and you should be good.

Maybe you are looking for

  • How does workflow retrieve users under an org. unit when sending email

    Dear All: Workflow supports sending email activity where you can specify the receipt type and receipt ID. For example, the email is supposed to send to the users within an organizational unit. I am just wondering how SAP workflow determines the users

  • Do not open nothing here

    accidently posted two of the same thing

  • Graphic Converter insisting on opening WMV files

    I'm trying to access wmv files, but even after downloading the Windows Media Player and Stuffit, my Graphic Converter keeps trying to open the files, and it CAN'T!! I just keep getting boxes of codes appearing on my screen. Do I need to get rid of Gr

  • ITunes will not recognise my new Gift Card Code or Serial Number. Help!

    I have just purchased an iTunes Gift Card with $30 credit. When I go to my iTunes and click 'redeem' it asks for my Gift Card Code. So I enter the code and it brings me to a new screen asking for the Gift Card Code, Serial Number and then my name and

  • Setting Thread's priority

    What is the best way to use thread's setPriority method? from it's run method using this or when i create its instance or in its constructor (or other)? Thanks, snayit