How to use wmode="transparent" on Quicktime

Hi!
I use tag <embed> with wmode="transparent" inside the <embed> tag to make the vdo file (.mp4 , .mov) to be transparent display behind other div on Firefox, but it doesn't work and quick time play and vdo disappear.
I have check Apple QuickTime Tutorials Embed Tag Attributes but nothing seem similar to wmode="transparent"
Please guide me to the right direction.

Can't be done.
The embed tag code has been updated to a more modern javascript method:
http://developer.apple.com/internet/ieembedprep.html

Similar Messages

  • How to use the transparent feature in Paint?

    How do I use the Transparent?  I thought it was to make a background disappear, like a dark background you don't want.
    How does one "select" the background and make it transparent?
    Win 8 and Paint.
    Thanks.

    Hi SHarenep,
    When selecting parts of an image, you can decide if you want the background color to be included in the selection or not. Simply check or uncheck the
    "Transparent selection" option. If you want the background included, uncheck the option and vice-versa.
    Best regards
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to use semi-transparent mask on external swf?

    I want to use semi-transparent mask on external swf for smooth transition. I'm using
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask(mask);
    Everything works fine. But when I use
    loadMovie("http://www.url.com/movie.swf", "_root.clip");
    clip.cacheAsBitmap = true;
    mask.cacheAsBitmap = true;
    clip.setMask(mask);
    it doesn't work... what am I doing wrong?

    well if your loadMovie is on the same timeline as the code you are setting as mask, then you dont need _root.
    And sorry, I forgot there was an issue with masking the main mc that loadMovie is loading into. So what I did was put clip inside another mc and called that mc "container" so then my code would look like :
    masker.cacheAsBitmap = true;
    container.cacheAsBitmap = true;
    container.setMask(masker);
    container.clip.loadMovie("movietoload.swf");
    download the two swfs attached, and open main.swf to see.

  • How to use/add  transparency to Swing?

    hello
    I just have Finnishing an small Swing Form, I Have menus, Panels, sliders, etc.. How I can make the menus transparents or If i use the JdesktopPane how i can make JInternalFrames transparents??
    someOne have a tutorial or some help??
    Im lost in the JDK Doc.
    Tnks

    component.setOpaque( false )
    is the closest Swing comes to supporting transparency.
    The background of the component will not be painted,
    which means it will inherit the background of its
    parent.--
    Can i control the level of transparency?? How ??
    Tnks

  • Re: wmode = transparent and Active content fix

    "__icarus__" <[email protected]> wrote in
    news:f49vcu$mdh$[email protected]:
    > I'm trying to set the bg of a an swf to transparent...my
    problem is it
    > doesnt seem to work when you impliment the Adobe version
    of the Active
    > content fix (AC_RunActiveContent.js).
    >
    > Has anyone figured out how to pull it off?
    >
    use
    'wmode', 'transparent'

    AC_FL_RunContent(
    'codebase', '
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0',
    'width', '550',
    'height', '400',
    'src', 'test',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'transparent',
    'devicefont', 'false',
    'id', 'test',
    'bgcolor', '#ffffff',
    'name', 'test',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'test',
    'salign', ''
    );

  • WMODE Transparent Test

    Hi All,
    Anyone who has VERY strong opinions on not using wmode
    transparent, PLEASE DO NOT REPLY unti AFTER this test. Let's see
    the results. Respectfully, Jeckyll, that means you.
    I have heard from several people on this site to not use
    wmode transparent. I have been using it for the past year with no
    major side-effects and no major complaints from users. However, my
    test audience has not been large. So in the interest of science, I
    would like to conduct a test.
    I have created two test pages using wmode transparent. My
    experience is that wmode transparent in WIN/IE works fairly nicely.
    Given that, I have set up the test pages so that non Win/IE
    users will see a message box, saying,"This web page has enhanced
    content viewable in Windows Internet Explorer." In the real world,
    I would not display such a message, non Windows/IE users would see
    the original .html page without the enhanced ("transparent flash")
    content. No-harm no foul.
    So, please take a look at these two pages and interact with
    them and tell me what you think. They are just quick and dirty test
    pages so please, no comments on the designs - just what bugs if any
    you experience - not what you have heard in the past, but actually
    experience YOURSELF.
    http://www.norrisoft.com/enhance/examples/dinoplanet/
    http://www.norrisoft.com/testing/showoff/targetPage.html
    Please let me know your results and which OS/Browser
    combination you used.
    TIA,
    Steve

    Hello I am trying to figure out how to do this any pointers
    would be greatly appreciated. The top link worked perfectly, 2nd
    link is no longer working.

  • Flash wmode=transparent double-click problem in IE

    Hi,
    I've discovered a strange problem with flash content using
    wmode=transparent in IE - when someone double click the flash the
    whole movie TURNS BLUE (!)
    For example you can see this behaviour in action at
    http://www.stella-artois.cz
    - I implemented there IE active content fix (as described at
    http://www.macromedia.com/go/7c29e252)
    and ended up with this.
    Well, as far as I can say there are people who double-click
    on everything, so I'd really like to fix it.
    Would anybody know how to do that?
    Thanks a lot!

    Sometimes it is just a trial and error.  The main thing is since I'm not working with your files, I have to mimic your scenario as best I can.  Make sure you give it exact positions when stacking actual videos or swf files to force them to overlap.  I tested this first with just a swf file and now the example is swapped to stack to youtube embeds as examples.
    It really shouldn't matter if it is a dropdown or what type of activity, as long as you have the stacking correct.  You can also, generally set the one in back to opaque. I updated the code snippet because this one seemed to read better.
    <html>
    <head>
    </head>
    <body>
              <div id="background" style="position:absolute; left:0px; top:0px; z-index:-50">
              <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="650px" height="750px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
              </div>
              <div id="myDiv" style="position:absolute; left:0px; top:0px; z-index:1000;">
              <iframe title="YouTube video player" frameborder="0" allowfullscreen="true" allowtransparency="true" width="500px" height="500px" src="http://www.youtube.com/embed/FOHJUrcVdJk?amp;wmode=transparent"></iframe>
    </div>
    <body>
    </html>

  • How to use Quicktime to record video chats (Skype, Google  Hangouts)?

    Hi, all,
    I'm making a movie that includes an interview of someone who lives out of state.  Thanks to modern technology, I can interview her without either of us having to travel farther than our computers.  But, thanks to modern technology, shouldn't there also be a way for me to record this interview for my movie?
    I've figured out how to use QuickTime Player to take a screen recording that includes the audio from the computer, but there are several problems with this.
    I downloaded Soundflower, set the Sound Output to "Soundflower (2ch)" in my System Preferences, then went to QuickTIme, where I started a screen recording and set the Microphone to "Soundflower (2ch)".  With a test run using music, I was able to capture the moving playhead and the audio.  The audio was pretty good, but not quite as good as if I were just listening to the music normally.
    However, this process won't work for an interview setting.  While I was recording, I wasn't able to hear the music on my headphones.  Only afterwards was I able to hear the music.  This means that if I were interviewing someone, Quicktime would be recording her voice but I wouldn't be able to hear what she was saying until after I replayed the video.  Also, I have no idea if the person on the other end of the video chat would be able to hear me (I did leave the sound Input to "Internal microphone" with no trouble from Quicktime).
    Is there a way to have Quicktime record the video and audio and for me to hear what's going on at the same time?
    If not, what [free] software does this?
    Thanks!
    P.S.  Does Quicktime have a limit to screen recording time?

    Great info, thanks for the post!

  • How to use Jco to read a transparent table?

    For example I want to use java to read table T002,
    I can use Jco, but does anybody know how to use Jco to read a data table?
    Best regards,
    Lament

    Hi,
    if its exposed Using RFC you can use JCo. Other wise you could give a try accessing it using JDBC.
    Regards
    Ayyapparaj

  • Wmode transparent and blend mode problem

    Dear all,
    I'm stuck with this problem so far, got headache after searching many days on google without solution. Our designer using blend mode: screen (in flash) for some movies and the flash's transparent to save the file size display and then ưe are using html background. All'r working fine for wmode transparent but in Internet Explorer, it's not working to display the blend mode and appear the black background. You can check the image below to see what happen:
    Loading the movies within blend mode screen
    Transparent's working fine with the normal transparent
    Test blend mode with opaque wmode to see how it will display
    I've tested with IE7, 8, 9. I'm using window 7 Ultimate, 64bit, Flash player latest version. (And my clients, friends, also got that issues when seeing it with IE).
    My embed code:
    <object width="1000" height="600" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" > 
    <param value="high" name="quality"></param>
    <param value="intro.swf" name="movie"></param>
    <param value="opaque" name="wmode"></param>
    <embed width="1000" height="600" wmode="opaque" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" src="intro.swf">
    </object>
    We can solve it manually that put the image background into the flash but it's not the good way to do it in our modern web industry.
    Any solution?

    dont why i can't submit in the bugbase, it's just hanged out though i submit all the required information T.T
    Update: the bug only with IE9. (i concerned IE 7, 8 because i've tested it by IE9 development tool, not real IE 7, 8). Today i've tried testing with real IE7, 8 and it's working fine.

  • Desktop AIR 2.5 application with transparency and embedded Flash with wmode transparency error

    I'm working on a desktop AIR project using the 2.5 SDK (ADT) to create an application that combines html and flash content. My application is using systemChrome none and transparent true. I have an swf element in my html file that I have set to wmode transparent. Instead of the swf rendering with a transparent background and showing the desktop like the html content does, I'm seeing a black box that fills the area where the Flash element is embedded.
    Can someone please assist me in removing this black square so that my flash content is rendered within the html file with a transparent background instead of a black background?
    When the AIR application is set to transparent, the Flash content must have it's wmode set to either transparent or opaque. Opaque gives it a white background (the stage background color), but transparent seems to just give it a black background.
    Thanks!

    Ok fellas,
    It appears that I have indeed answered my own question. So thanks... uh, me As I've now figured out, the entire AIR application is basically still a Flash based Display Object, one that can render html using webkit. That means that even though my main application is written in HTML I can still load swf files into the display list of the root applications native window using the Loader class.
    I had mentioned earlier that this didn't work, but actually it did work I was just having an error. In my flash file I had a reference error because I was referencing stage.stageWidth in actionscript. This produces a typeError in the AIR runtime when I add this to the root display list. I was able to finally see this error by add the -nodebug command to my adl testing script (adl app.xml -nodebug). For whatever reason my AIR 2.5 adl would not produce air.trace calls to the cmd console without that -nodebug command, which is extremely ironic. So adding in the -nodebug command actually gave me my debug traces! Welcome to the world we live in folks... I also found out that my traces in the swf also trace out to the console when you add this command in there.
    In addition, the reason I was not able to get the Loader class to work from javascript was because I was not using the correct addEventListener call. If you are familiar with Actionscript 3.0 (which luckily I am) you will recall that you have to add the event listener to the "contentLoaderInfo" object of the Loader variable you instanciate.
    Here's a snippet of how I was able to do this as well as another link that is buried in the documentation that's useful:
    var loader;
    loader = new air.Loader();
    var file = air.File.applicationDirectory.resolvePath("test.swf");
    loader.contentLoaderInfo.addEventListener(air.Event.COMPLETE, swfLoaded);
    loader.load( new air.URLRequest(file.url) );
    function swfLoaded(evt) {
         air.trace(" SWF LOADED! Woohoo! ");
         air.trace( loader.numChildren );
         loader.width = 1000;
         loader.height = 800;
         loader.x = 0;
         loader.y = 0;
         window.nativeWindow.stage.addChild(loader);
    This is a very useful article on creating nativeWindows and other things, such as creating Flash based display objects and adding them to the stage:
    http://help.adobe.com/en_US/air/html/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7e0a.html
    Woohoo!

  • Flash wmode="transparent" not working in IE

    For the life of me, I can't figure out how to make my swf transparent in IE. I've tested in Firefox, Opera, Safari, and Chrome on Windows 7 and it works fine, but in IE it is showing a black opaque background. I've seen the same issue on Safari on the Mac.
    I now have 3 different variations of the code on the page, all 3 variations being transparent in Firefox, Opera, Safari, and Chrome on Windows 7, and all 3 variations NOT being transparent in Internet Explorer.
    For 'attempt 2', I'm using swfobject which in theory should generate the correct code.
    Page link is http://www.bikramyogabrighton.com/index_test_swf.php
    <!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>Test page</title>
    </head>
    <body style="background-color:#CC6633;">
        <!--
        ATTEMPT 1
        -->
        <object width="450" height="375">
            <param name="movie" value="flash/sun.swf">
            <param name="wmode" value="transparent" />
            <embed src="flash/sun.swf" width="450" height="375" wmode="transparent"/></embed>
        </object>
        <!--
        ATTEMPT 2
        -->
        <script type="text/javascript" src="/js/swfobject/swfobject.js"></script>
        <script type="text/javascript">
            swfobject.registerObject("myFlashSun", "10.3.0", "/js/swfobject/expressInstall.swf");
        </script>
        <div id="flashsun">
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="450" height="375" id="myFlashSun">
                <param name="movie" value="flash/sun.swf" />
                <param name="wmode" value="transparent" />
                <!--[if !IE]>-->
                <object type="application/x-shockwave-flash" data="flash/sun.swf" width="450" height="375">
                    <param name="wmode" value="transparent" />
                </object>
                <!--<![endif]-->
            </object>
        </div>
        <!--
        ATTEMPT 3
        -->
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="450" height="375" id="navigation">
         <param name="wmode" value="transparent" />
         <param name="allowScriptAccess" value="sameDomain" />
         <param name="movie" value="flash/sun.swf" />
         <param name="quality" value="high" />
         <param name="bgcolor" value="#000000" />
         <embed src="flash/sun.swf" quality="high" bgcolor="#000000" width="450" height="375" name="start" allowscriptaccess="sameDomain" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
        </object>
    </body>
    </html>
    Any help much appreciated.

    All 3 examples seem to render just fine in IE and FF.
    See comparison photo:
    http://www.cidigitalmedia.com/web_devel/background.jpg
    If not working for you, try clearing your cache to remove any old, non working versions.
    Test on some other machine besides yours.
    Code looks fine and seems to work.
    Best wishes,
    Adninjastrator

  • How to use the change log in ODS to track Delta change?

    People say that historical data (like Delta change) in ODS can be tracked in the Change Log.  How to use the change log to track historic data?
    Thanks

    Kevin
    See if it helps
    Every ODS object is represented on the database by three transparent tables:
    Active data: A table containing the active data (A table)
    Activation queue: For saving ODS data records that are to be updated but that have not yet been activated. The data is deleted after the records have been activated.
    <b>Change log: Contains the change history for delta updating from the ODS Object into other data targets, such as ODS Objects or InfoCubes for example.</b>
    An exception is the transactional ODS object, which is only made up of the active data table.
    The tables containing active data are constructed according to the ODS object definition, meaning that key fields and data fields are specified when the ODS object is defined. Activation queue and change log are the same in the table’s structure. They have the request ID, package ID and the record number as a key.
    Data base structure changes
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/d53ec3efdc9b47a9502c3a4565320c/frameset.htm
    Hope this helps
    Thnaks
    Sat

  • How do I get an embedded quicktime file to appear "activated" w/playback & volume upon opening PDF?

    I am new to adobe acrobat, and I'm using version 8.  I am trying to insert quicktime videos in a PDF File.  I have figured out how to insert the video files and embed them in the PDF.
    However, when I save the PDF, close it, and then re-open the it, the quicktime file does not appear.  If I don't use a poster image, then it is just blank where the file is, but the file is there, and when I click on the empty space where I know that it has been embedded a dialog box opens about playing it just this once, or making it a trusted file, etc.  Then it plays, and the volume and playblack controls, along with the background, are visible. (it is actually just an audio track in a quicktime file, so nothing is playing but the audio, and the background is solid black.  I have set it up so that it stays there once activated.
    What I want is for the volume and playblack controls and the black background to appear as soon as you open the PDF file, without having to click in the blank area where the file has been inserted.  This is going to be part of a portfolio that I am submitting for a school program, so I need the person that is opening it to be able to clearly see where the file is, and see the playblack and volume controls so that he can playback the file.
    So how do i get the embedded quicktime file to automatically show up in "activated" mode, with the playback and volume controls visible and ready to be used?
    Any help would be greatly appreciated.
    Thanks...

    If the video is only linked it would reduce the file size of the pdf and it would make it accessible for people opening on a device (like iPad) which does not allow flash which must be installed with Acrobat to view embedded media.
    But I would recommend to send the people only a link to the PDF. I hate it, when my iPhone filled with useless stuff, if I would like to see it I could donwload, but as attachment make my space overfilled.

  • Google Voice Widget Not Working in Safari 5.1 which is Adobe flash wmode transparent based

    Google Voice Widget Not Working in Safari 5.1 which is Adobe flash with wmode transparent set. For that matter all flash text fields in Safari 5.1 are not working accross the web when wmode is set to transparent. This is a Safari bug! Other browsers work fine.
    Well after much research Adobe flash text field with wmode transparent set is not working in Safari 5.1 when any flash object has the wmode set to "transparent", or "opaque". The problem is many site must layer flash objects with html so the wmode transparent must be used.
    Affecting sites like BEST BUY, WALMART, CVS, STAPLES, Chechout their flash based weekly ads and find one that you need to update the quantity in the flash pop-up and the text field with keyboard strokes will not work. Flash text fields were all working fine until several month ago when Safari rolled out 5.1 working for Google Voice Flash based widget which uses the wmode transparent. HELP!
    John Hooper
    Techno Online Problem Solver
    http://www.johnrhooper.com

    All 3 examples seem to render just fine in IE and FF.
    See comparison photo:
    http://www.cidigitalmedia.com/web_devel/background.jpg
    If not working for you, try clearing your cache to remove any old, non working versions.
    Test on some other machine besides yours.
    Code looks fine and seems to work.
    Best wishes,
    Adninjastrator

Maybe you are looking for

  • Can't create event from iPad mail

    I Am using an iPad 2, with all updates.  When I try to create an event from an email, the right screen pops up, but the right hand side is cut off, so I have no save button.  Also can't change calendars, etc, because there is no save button on those

  • Spell checking in other languages using Pages for iPad

    Does anybody know how to spell check a document in a language other than the primary language? For example the iPad is using English but I want to write a letter in German. This was simple to do using Pages on the Mac. So far I'm stumped.

  • Changing default monitor refresh rate

    Hello- I have just installed x86 Solaris8 on my system at home. I have a TNT2 Ultra card and I am using the default Nvidia TNT2 drivers included with the install on a Hitachi Superscan Monitor. I am capable of displaying the Solaris CDE at 1600x1200

  • Iphoto will not open just spins.

    My iphot will not open it just spins.  When trying to rebuild as suggested there was nothing in Iphoto Library to rebuild from.  I recently downloaded 2 free apps for finding duplicates ( not sure if this is the issue) I am not computer Savy but thes

  • I want to remove background image

    Hi friends, Hope all are doing well with your premiere Can you please get me out of this problem.. I have done with my editing 2days back.. I have added background image removing blue screen.. But after the cd was burned, while watching it on TV/PC t