Transparent windows

I'm making a website with as2 and was wondering if there was
any way to export it so that the browser is partially
transparent?

I think you'll need to be more specific. Do you mean the
browser (Internet Explorer, FireFox, Safari, etc) will be
transparent so you can see your desktop through it? If so, then no,
that's impossible.
If you mean can you make the swf partially transparent so
that you can see HTML behind it, then yes.
You'll have to set your movieClips or whatever else is on
your stage to alpha = 50% (or whatever transparency you wish).
Then go to File>Publish settings and under the HTML tab
you'll see a choice for window mode (this is wmode in your HTML
code). Choose windowless transparent and that shoudl do the trick.
If this isn't what you're looking for, please be more
specific in what you're trying to do.

Similar Messages

  • Dare I say 'transparent window'

    Hi, like many people I would like to be able to create transparent windows, dialogs etc, but a little lost, well actullay a little less lost since yesterday!
    I am OK with the C++ side, native-java and java-native etc, but not sure which C headers to use for my purposes, or infact where to find them. I have searched google quite a lot, and found many references to jniwrapper and other commercial solutions, but those people that do know how to do this seem very reluctant to share the secret.
    Can anybody provide a bit of direction?
    Thanks

    hello...
    that link didn't work for me. is that site still up and running?
    is it possible to make a transparent window in java so that another completely different application can be seen underneath?
    thanks...

  • Preview app shows png image as transparent window

    When I open a PNG file in Preview.app, it doesn't show the image.  it just shows a transparent window the size of the image.  I can preview the image in the Finder fine. Note the transparent window in the screenshot:
    Is there a cache or preference file I should delete?
    Thanks,
    -Scott

    Here is another thread on similar issue
    Preview - Outline only appears?
    There are at least two different solutions within it - one involves a separate (free) program called Etrecheck, the other possible solution does not.
    Did you recently update? And what system are you having this issue with? On the MBP or Mac Mini?

  • Dark transparent window overlayed all windows

    There is a Dark Transparent 'window' that has overlayed it self on the screen. It is in the top Right Corner and I can not make it disappear...
    Any ideas?
    Before I start tearing apart my system?
    cheers.

    Amagine,
    Is it LCD or CRT?
    Could be the monitor:
    1. Try it on another system!
    If all else fails.
    2. Try going into ColorSync Utility and playing around with the color settings and see what happens.
    Try changing the resolution and colors, also if there are multiple Hz settings try changing them and playing around with that.
    3.Still there? Try reseating the video card. No dice with that, and the same deal on another system then it's the monitor. If it's LCD it's probably the monitor.
    Do it in whatever order is easier for you. I just felt like numbering them.
    -Eric

  • Really Transparent Windows...

    I saw lots of examples to fake a transparent window, thats fine for me... but what i couldn?t find out is if there is any way to make the "transparent" parts NOT clickable...
    when the user clicks the transparent part of the frame it passes this event to whatever is behind it.
    Could someone help me!?

    I just want to create a Frame that isn�t rectangular.. in order to have a circular Frame for example... I can make the frame transparent and make it have the appearence of a circular Frame, but when the user clicks the "invisible" parts of the frame (the ones that aren�t inside the circle), the Frame receives the event, and not the things that are behind it. Like, if i open the notepad and then my program over it, i see just the circle over the notepad, but when i click the parts of the frame i made transparent using Robot..., the focus goes to the Frame, and not to the notepad...
    i really apreciate your replies.. if no one knows how to solve it.. ok.. it happes :)...

  • Transparent Windows Forms in Windows Embedded Compact 7

    I am looking for a solution to make the background of a Windows Forms in a Windows Embedded Compact 7 device transparent. These approaches have failed:
    - override void OnPaintBackground with empty code block
    - using the open source project AlphaMobileControls

    Sorry, I thought that article had more detail.  Now I look at it again it's rather less useful than I thought.
    bitblt is copying pixels.
    https://msdn.microsoft.com/en-us/library/aa452879.aspx
    The way this would have to work ( afaik ) is you copy some proportion of the bits out the rectangle behind your window.
    If you want low opacity rather than completely transparent you would merge them with whatever colour you want the background to look a bit like.
    You'd be painting a picture onto the background in the onpaint.
    If your user moves the "transparent" window then you need to copy the background from the new location.
    If it were me I'd push back on the requirement.
    Hope that helps.
    Recent Technet articles:
    Property List Editing;  
    Dynamic XAML

  • Transparent windows on Linux

    Hi all,
    My HTML/JS AIR app uses alpha-blended PNGs to apply a pretty window decoration on the desktop. On Mac and Windows, it looks great and works exactly how I would like. On Linux though (Ubuntu on VirtualBox) the transparency does not work, and I've got a big black border where the alpha blending should be.
    Is this expected on Linux, and I should wrap a normal window around instead, or should I expect to see alpha blended windows behave and look the same as on Mac/Windows?
    Cheers!
    Garry

    Hi Garry
    To be able to view transparent windows you need to enable desktop effects (this is not a limitation of AIR but of display managers). Unfortunately desktop effects cannot be enabled on virtual machines, you can only do that on a physical machine.
    -Thanks
    Sundeep

  • My firefoz opens but opens a transparent window that only has the close,minimize and maximize buttons.

    So my firefox has been running well but when i updated my computer, it stopped working. when i double click the icon, it opens a blank transparent window with only the maximize, minimize and close buttons. you cannot even tell its firefox. it does not display any error messages and installing again does not work.
    what is this and how do i fix it?

    hello nachoz88, [https://support.mozilla.org/en-US/questions/940393#answer-377118 from another user] we found out that this might be related to malware active on your pc. please close all firefox windows and try [[Troubleshoot Firefox issues using Safe Mode|running firefox in safemode]] (by pressing the shift key while you're starting it). in firefox safemode go to firefox > addons > extensions and remove the entry named "Codec v1.0" or any other addons that look suspicious & you have not installed intentionally. afterwards see if you can run firefox normally again...
    please also do an in-depth scan of your system with the security software already in place and/or a different tool like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & keep firefox and your plugins up-to-date in order to stay safe on the web.
    [[Troubleshoot Firefox issues caused by malware]]
    [[Update Firefox to the latest version]]
    https://www.mozilla.org/plugincheck/

  • How can I capture a semi transparent window?

    Hello all
    I am trying to grab an image of a semi transparent window into a bitmap. I have tried using both CopyFromScreen and BitBlt using the window handle but in both cases all I get is the image from behind the window I want to catch, it's like the semi transparent
    window is completely invisible to both capture methods. Is there any way I can capture the window I want?
    Thanks
    Rich

    Here is an example. You can try it in a new form project with 1 Button and 1 PictureBox added to the form. As i said, it is just an example so, when it is run the form will be partialy transparent. Click the button and it will capture the whole screen including
    your transparent form. Then it will set the forms opacity back to 1.0 so you can see that the transparent form was captured in the image.
     You will need to set it up to be used in a practical way. This is just a quick test example.
    Imports System.Runtime.InteropServices
    Public Class Form1
    Private Const CAPTUREBLT As Integer = &H40000000
    Private Const SRCCOPY As Integer = &HCC0020
    <DllImport("gdi32.dll", EntryPoint:="BitBlt")> _
    Private Shared Function BitBlt(ByVal hdcDest As IntPtr, ByVal nXDest As Integer, ByVal nYDest As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hdcSrc As IntPtr, ByVal nXSrc As Integer, ByVal nYSrc As Integer, ByVal dwRop As UInteger) As <MarshalAs(UnmanagedType.Bool)> Boolean
    End Function
    <DllImport("user32.dll", EntryPoint:="GetDC")> Private Shared Function GetDC(ByVal hWnd As System.IntPtr) As System.IntPtr
    End Function
    <DllImport("user32.dll", EntryPoint:="ReleaseDC")> Private Shared Function ReleaseDC(ByVal hWnd As System.IntPtr, ByVal hDC As System.IntPtr) As Integer
    End Function
    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    'set this form so it is partialy transparen. Just to show it was captured for this example
    Me.Opacity = 0.5
    PictureBox1.SizeMode = PictureBoxSizeMode.Zoom
    End Sub
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    'if the picturebox has an Image the Dispose it first
    If PictureBox1.Image IsNot Nothing Then PictureBox1.Image.Dispose()
    'define the rectangle area of the screen to capture (whole screen in this case)
    Dim CaptureRectangle As Rectangle = Screen.PrimaryScreen.Bounds
    'Assign the new image captured from the screen to the picturebox image
    PictureBox1.Image = CaptureScreenImage(CaptureRectangle)
    'just so you can see the image better set the form`s opacity back to 1.0
    Me.Opacity = 1.0
    End Sub
    Private Function CaptureScreenImage(ByVal rect As Rectangle) As Bitmap
    Dim scrnHdc As IntPtr = GetDC(IntPtr.Zero)
    Dim bmp As New Bitmap(rect.Width, rect.Height)
    Using grx As Graphics = Graphics.FromImage(bmp)
    Dim grxHdc As IntPtr = grx.GetHdc()
    BitBlt(grxHdc, 0, 0, rect.Width, rect.Height, scrnHdc, rect.X, rect.Y, SRCCOPY Or CAPTUREBLT)
    grx.ReleaseHdc(grxHdc)
    ReleaseDC(IntPtr.Zero, scrnHdc)
    End Using
    Return bmp
    End Function
    End Class
    If you say it can`t be done then i`ll try it

  • Anybody having trouble pasting texture into the opacity masks box in the transparency window?

    Very frustrating, works sometimes, sometimes doesn't. When I cut and paste the texture into the "black box" in the transparency window it doesn't copy and appears white on my document.

    this is what I should get in the newest illustrator, but this was done in CS5 - I'm familiar with this process... just don't know why it works sometimes in the newest illustrator and sometimes it doesn't, it's frustrating.

  • ITunes opens in a transparent window on SSD in Windows 8.

    Ever since I installed my Samsung SSD I have not been able to open iTunes correctly.  It opens as a transparent window with only the searchbox showing up in white. 
    I have tried reinstalling, opened as administrator, used a different download location?  Your help would be greatly appreciated!!!!

    Here is what it looks like

  • [Solved] How to remove a transparent window on the desktop

    I am using KDE 4.5.3-1.
    $uname -a
    Linux desktop 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 21:22:26 CEST 2010 x86_64 Intel(R) Core(TM)2 Duo CPU E7200 @ 2.53GHz GenuineIntel GNU/Linux
    There appears to be a transparent window on my desktop, as shown by the shadow outline in this snapshot:
    http://individual.utoronto.ca/davidshih … pshot.jpeg
    It appears with different wallpapers, and I can't seem to disable it. Right-clicking brings up the same context menu as outside the ghost window. Nothing in Desktop settings appear to control the appearance of this window. Restarting does not help.
    I am not sure when it appeared...
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code --
    Last edited by rWarrior (2010-12-23 04:33:58)

    Known bug https://bugs.kde.org/show_bug.cgi?id=251537
    Workaround: Try disabling shadows in desktop effects

  • Strange blank, transparent window appearing

    I just made the transition from using GNOME to using KDE. I installed a fresh x86_64 install, and installed KDE on it. I updated all the packages with pacman -Syu. Once I logged out and logged back in, I had a very peculiar thing happen. A rather large, transparent window appeared. There is nothing inside it, and it has a black shadowed border around it. There is no way that I have found so far to remove it, even with a reboot or relog. I've also tried killing the X server, to no avail. If it helps, the window is in the upper left-hand corner of the screen and takes up about 75% of my total screen real-estate. Does anyone know how to remove this? I'm a complete noob to KDE, so I really have no idea if it's supposed to be there or not, and how to remove it.

    https://bbs.archlinux.org/viewtopic.php?id=106273

  • Gray transparent "window shade" freeze

    Three times today a gray transparent "window shade" appeared on my screen, starting at the top and covering it much like a window shade. The shade is dark gray and I can see the screen through it. Then a black box with an image of the mac power button icon appears and an error message in four langauges (including an Asian script) that says something about needing to restart the computer by holding down the power button. When I do this, the computer turns off, but does not restart until I push the button again. Then I get a dialogue box saying "Your computer shut down unexpectedly -- do you want to report?" and I push the "report" button and nothing appears to happen with that.
    Is this a virus? It feels very bad...
    Note: I have the Intel processor and use CS2 versions of Adobe products. I heard this wasn't a good combination.
    Thanks for any help out there.

    Hello Cat
    Really Sorry to heard about your iMac... The message you are getting is called a "Kernal Panic" and this message often appears because of any hardware issues (Mostly RAM, but not necessarily it could be any thing Display Card, etc.) Do u have your iMac under Warranty... If yes, then rush to your nearest apple care store. They might solve your issue...
    btw CS2 bundle is the Best ever product by Adobe before CS3 i have been using Photoshop since 4.0, I have used all the versions and believe me CS2 has no issues, CS has many but not CS2.
    Take Care
    Regards.

  • When opening Firefox I get a Transparent window that shows my Desktop.

    It just started happening today. Whenever I open Firefox, it show a blank, transparent window. I cant click on anything at all.

    Thanks heaps for the quick reply. After I sent you the email the firefox home page came up, so it seems to be all fixed as this is my work computer I will see what happens tomorrow. My server is Optus Australia and if the server was down would I still be able to get emails?

  • Strange backdrop on transparent windows with xcompmgr and i3

    Hi there! I have disabled title bars in my i3 config, and I use xcompmgr for a little transparency. However, in the space where the title bar would be, garbage is visible behind the transparent backround of some windows.
    Any ideas? I tried a few other compositing managers and the problem was reproducable on several.

    Wow psychadelic!
    I found xcompmgr to be rather buggy when I used to use it. Try xcompmgr-dana (dcompmgr I think)  or Compton. I used to use Compton and it worked pretty well.
    I stopped using real transparency in favor of pseudo-transparency because I sometimes use the tabbed mode on multiple terminals... tell me how awesome it is to read three terminals stacked on each other

Maybe you are looking for

  • More Guru Winners for February 2015 in the SharePoint 2010 category and many others!

    It's been a busy week that also saw the TECHNET WIKI SUMMIT 2015 Then we had the results for February's TechNet Guru competition ALSO posted! http://blogs.technet.com/b/wikininjas/archive/2015/03/19/technet-guru-february-2015.aspx Below is a summary

  • Sending vendor details through IDOC

    Hi all,      I want to transfer all vendor details for all vendor master table through IDOC. is there any standard IDOC for this? thanks.

  • MS Office 2003 on Wine unhandled exception

    Hi all, my first post here. I am quite new to Arch, but, hopefully:PP, "not your typical Ubuntu-noob gone Arch" :PP. I am so in love with Arch for building it on my own with one simple and fast tool - pacman. I really hope my post is in correct place

  • Problem rendering video

    Every now and then when trying to export an MP4 movie, the rendered file is corrupt and file size is 0 KB. Sometimes when this problem occurs, but not always, I also get a warning message saying "File importer detected an inconsistency in the file st

  • Two ChartElement problem

    I have two different classes that extend ChartElement. Both are listening for a mouse down event and both work when applied to a chart. However, if I apply both to a chart then only one of them hears the mouse down event. Any ideas why this might be?