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

Similar Messages

  • Embed Tag Issue

    Can I somehow pass variables into Embed attributes? 
    e.g.: [Embed(source=variable, mimeType=<type>)] 
    I tried, but It always said that Unable to transcode 'variable'
    Thanks & Regards
    Virat Patil

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

  • Issue while playing video in firefox 19 using embed tag with mplayer2 plugin

    In mozilla firefox embed tag not working properly. the embed video starts playing after browser is resized. Can anyone help me out playing video in ff without resizing the browser? Below is the html code. The below code works in fine in other browser
    <pre><nowiki>
    <object id="MediaPlayer1" width="400" height="300" classid="CLSID:6BF52A52-394A-11d3- B153-00C04F79FAA6"
    standby="Loading Windows Media Player components..." type="application/x-oleobject">
    <param NAME="AutoStart" VALUE="True">
    <param name="uiMode" value="none">
    <param name="PlayCount" value="9999">
    <param name="url" value="C:\SR\documents\library\2013\Video\sample_1363245215320.avi" />
    <embed type="application/x-mplayer2" src='C:\SR\documents\library\2013\Video\sample_1363245215320.avi' NAME="MediaPlayer" WIDTH="400" HEIGHT="300" ShowControls="0" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </embed>
    </object></nowiki></pre>

    Maybe try to use the file protocol instead.
    <pre><nowiki>src="file:///C:/SR/documents/library/2013/Video/sample_1363245215320.avi"
    </nowiki></pre>
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • 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''.

  • Choosing JRE used by Plug-in in OBJECT OR EMBED tags

    I have successfully used the type attribute of the EMBED tag to choose the Plug-in version with fire fox and used the clsid of the OBJECT tag to choose the Plug-in version used by IE to run an applet.
    Is there a way in the OBJECT or EMBED tags to force the selected plug-in to use a specific JRE that is known to be installed?

    http://www.mozilla.org/docs/web-developer/upgrade_2.html
    some text from this site:
    APPLET
    The APPLET element has been deprecated in HTML 4.01 in favor of OBJECT.
    <p>
    <applet code="HelloWorldApplet.class" height="200" width="350"></applet>
    </p>can be converted to:
    <p>
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase=
    "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0"
    codetype="application/java" standby="Loading of applet in progress..."
    height="200" width="350">
    <param name="code" value="HelloWorldApplet.class">
    <!--[if !IE]>
    Mozilla 1.x, Firefox 1.x, Netscape 7.x and others will use the inner
    object, the nested object
    -->
         <object classid="java:HelloWorldApplet.class"
         standby="Loading of applet in progress..."
         height="200" width="350">
         <p>Your browser does not seem to have java support enabled
         or it does not have a Java Plug-in.<br>
         <a href="http://www.java.com/en/download/manual.jsp">You can download
         the latest Java Plug-in here. (free download; 15MB)</a></p>
         </object>
    <!--<![endif]-->
    </object>
    </p>The above code will work for MSIE 6, Mozilla-based browsers and other standards-based browsers; also, it will validate in either HTML 4.01 transitional or HTML 4.01 strict.
    Explanations on the code:
    According to HTML 4.01 recommendation, when an <object> is not rendered (because its content type is unsupported or because it does not support ActiveX controls), then the browser should render its contents instead: here, it is another <object>, an alternate <object>. Here, the inner <object> will be rendered by browsers not supporting java plug-in triggered by an ActiveX.
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93":
    this clsid value will make the MSIE 6 browser use the highest possible version (installed on the user's machine) of JRE. Sometimes, MSIE 6 users have several JRE plug-in versions installed.
    codebase=
    "http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0":
    the codebase defines the minimum version for the JRE; here it is 1.4.2. In case the browser does not have a java plug-in or if its version is earlier than 1.4.2, then an automatic download of the latest 1.4.2 version will start. This may be a debatable choice: on one hand, the latest available JRE plug-in has several security patches and bug fixes, on the other hand, forcing a 15MB download without a prior explicit consent of the user can not be best.

  • Listing all the populated variables when a swf is loaded from an embed tag ?

    Hello,
    well, everything is in the title, I've been wondering how I
    could possibily do this for some time now.
    and all I tried or thought of went nowhere.
    I'd like to list all the variables an html embed tag passes
    on to the swf file called, whatever they are named and how many
    there is.
    <EMBED
    src="example.swf?var="varcontent",var2="var2content">
    it's not life-threatening, but I hate using things that work
    when I have an idea for things that would work better x)

    thanks, I didn't think it would be this simple to list all
    var in _root.
    the only issue remaining is the case where I have more than
    one url passed on to my swf file, and how to distinguish which one
    is the one to use, but that's not really feasible (and anyway I
    can't think of a case where more than one var would be passed to
    the swfs I work on, let alone populated with an url).

  • 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.

  • 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 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?

  • 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.

  • 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

  • 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

  • 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.

  • CFGRID outputs EMBED tag in IE 6

    Weird problem: On my production machine ColdFusion outputs an
    OBJECT tag for the CFGRID generated applet and everything works
    fine. On my dev machine (same OS (Windows 2003, patch level, CF 5
    service pack, same code) for some reason ColdFusion outputs an
    EMBED tag for the CFGRID generated applet ... and the applet
    doesn't work or show up. I applied all patches and fixes for CF 5.
    I'm using XP and IE 6 against these two systems. It has to be a
    ColdFusion or server setting somewhere. I've tried it on a number
    of machines and the Java VM version of the requesting machine
    doesn't seem to matter.
    Thanks!
    Kegger

    thanks for responding. Yep, tried that also but I am still getting the same "uknown plugin" message on Firefox. Did you try that and it worked? It used to work for me when it was 1.5 but when I change it to 1.6, no go.
    I was at Java One and meant to go to the Deployment BOF to ask the team but didn't manage to get there.
    Thanks!
    Charlene

Maybe you are looking for

  • PDF not displayed in Firefox 2.0 because of a popup

    Hello, we use NetWeaver 2004s SP9 and WebDynpro for ABAP 2004s SP 9. In case of using Browser Firefox 2.0, we detected a problem with popups and Adobe Interactive Forms Integration. The problem - described in a simplified form - occurs as follows: Th

  • Change Vendor Number on Invoice

    We are seeking ways to better control changes to vendor numbers when inputting an invoice based on 3 way match.  We are especially concerned about situation where the PO has already had a receipt, and the vendor number is changed. Does anyone have a

  • Business need to define credit limit based on material

    HI, Business need to define credit limit based on material,do we have option in SAP like this

  • Underlying SQL or SQL Script for Calculated Views Create Graphically

    Hello, Is it possible to view the SQL or SQL script generated for calculated views that are created graphically?

  • Working with an online database

    Hi, I would like to know what differences I have to account for when using an online database (with JDBC), rather than a local one? Are there any security issues? Can I connect to the online database and use it in the same way that I would do with a