Confused... JPG with Transparency in Flash?

Hi,
I am working in Flash 8 on a PC. I have a cut out image of a
person's head, that is sitting on a layer above a background
graphic on a lower layer. When I look at the head image's bitmap
properties, it tells me it is a JPG (I pasted it in from
Fireworks). Q. :: How can the image have transparent areas (i.e.
the cut out region around the head) when it is a JPG? It works
well, but I want to make the head image an external JPG, and can't
figure out how to get te same effect. (I don't want to use GIF as
the image of the head is a photographic image.)
Perhaps it is possible to import a PNG into Flash with a
transparency? ... in Flash 6 player?
Thanks for your help.
Geoff

> Perhaps the file is in JPG form with a black
> background, and Flash knows to make the black an alpha
channel somehow?
Yes .. that is what it does.
When you imported the image in a format that must have had
transparency,
Flash was able to get that set up internally.
For those who want to know more, published SWF files can only
have four
image formats in them
1) zip compressed 8-bit image (with or without alpha)
2) zip compressed 16-bit image (no alpha)
3) zip compressed 32-bit image (with or without alpha)
4) jpeg compressed image (with or without zipped alpha)
Jeckyl

Similar Messages

  • How to create typography jpg with transparent background?

    I am creating jpg artwork of typography to place on WIX.com and need to create the jpg with transparent background behind the font. Any suggestions that work?

    You're welcome.. If this solves the problem, be sure to mark the solving answer correct. This makes it easier for other users to find solutions for similar issues.
    Benjamin

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

  • How do I save stock footage as flash file with transparent background?

    Hi
    I have some stock footage of smoke on a black background (.mov format) that I would like to convert to a flash file with a transparent background, which I will be overlaying over a PNG image on a webpage.
    I have managed to remove the black background in After Effects using a plugin called UnMult, but when I try to render as a FLV file in AE, even though I check the option to preserve the alpha channel and encode using the On2 VP6 codec, I still get a black background.
    So I am wondering what else to try, whether it be with AE or Flash CS4.  Is there a way of achieving this effect by directly importing the MOV file into Flash CS4 and removing the black background there, or do I have to use AE, and if so, how to achieve the effect I am looking for?
    I would be grateful for any help in getting this together
    Thanks
    Nick

    You can put the video file in a movie clip and change it's
    blending in the properties panel to multiply or screen.
    Emil Georgiev - Flash and Web Design

  • I'm so confused!! I just want to create interactive pdf files (with video and flash files), but this free trial version is confusing!! help!?!

    i'm so confused!! I just want to create interactive pdf files (with video and flash files), but this free trial version is confusing!! help!?!

    Thanks for your suggestions. I checked to see if the options you suggested were set incorrectly but they were set to sync all. This led me to think the problem was actually in the iphone. I re-initialized the iphone and did not allow the system to restore any of the previous settings. In essence, I forced the phone to reset to factory settings. Then my video podcasts started syncing. All is well now. I did notice that I had seven podcasts selected that were "HD" presentations, and as such, are not compatible with the iphone. I don't know if this had anything to do with my earlier situation, but now I'm getting the video podcasts automatically. I'm happy. It wasn't much fun forcing the iphone to forget all of my preferences and I'm still customizing the phone now several days later. I think I have everything working and back to normal except I haven't identified any of my email accounts as of yet. Thanks for your help.

  • Flash exe with transparent background

    Hi,
       Is there a way to project an EXE with transparent background from flash (only using flash).
    If not only flash,
          then what else should I use??
    As I know there are softwares like NorthCode, Zinc, etc., But all of them affects the script in some way like "fscommand("quit");, loadMovie();" does not seem working.
    What I exactly need is:
      1) Flash projector (EXE as well as APP) with transparent background
      2) I need to loadMovie (call exteranl swfs) into the main projector file.
          "note:The external swfs are FlashPaper files, so I should I have access to API, so that I could resize them, edit UI as I want."
    Thanks in Advance.
    Vinod Kumar.K.V

    from "Render and export a composition as an FLV or F4V file":
    "To include the alpha channel in the FLV output, use the On2 VP6 codec and select Encode Alpha Channel in the Video tab of the export settings dialog box."

  • Save jpg or tiff with transparent background

    How do you save a jpg image of something (ART) created with a transparent background so that it can be printed on fabric?

    AppleWorks doesn't handle transparency well, even using formats such as .gif or .png saved with transparent backgrounds in another application. However, a few years ago I accidentally discovered that if an object is flipped or rotated in AppleWorks, the background will become transparent. The object doesn't even have to be .gif or .png & have transparency.
    Once I discovered this, I used GraphicConverter to flip an image horizontally & save it as a PICT. Then I insert the object in my AppleWorks document & flip it back. I use PICT because it is the only graphic format that will retain the native resolution. All other graphic formats are changed to 72 dpi by AppleWorks.
    Unfortunately, the last few times I tried this, it no longer worked. For myself, I use Pages for this kind of work now. I handles transparency very well.

  • FLASH OBJ WITH TRANSPARENCY

    Friends,
    How Can I do a Flash with transparency so I can
    see the background image ?
    The Idea is very simple:
    A flash object only with a text message
    and I need to set this flash as transparent.
    Where do I do this configuration ? In Flash or in Dreamweaver
    Best regards
    Bruno Alecrim
    Rio de janeiro - Brasil

    Use the wmode attribute in the param tag.
    http://www.adobe.com/go/tn_14201
    There are draw backs to doing this as some browsers do not
    support it.
    Dan (Mode) Smith
    --> Adobe Community Expert
    *Flash Helps*
    http://www.smithmediafusion.com/blog/?cat=11
    *THE online Radio*
    http://www.tornadostream.com
    <--check this
    ***Stop Piracy
    http://www.adobe.com/aboutadobe/antipiracy/***
    "Bruno Alecrim - UN" <[email protected]> wrote
    in message
    news:f9icum$o9j$[email protected]..
    > Friends,
    >
    > How Can I do a Flash with transparency so I can
    > see the background image ?
    >
    > The Idea is very simple:
    >
    > A flash object only with a text message
    > and I need to set this flash as transparent.
    >
    > Where do I do this configuration ? In Flash or in
    Dreamweaver ?
    >
    > Best regards
    >
    > Bruno Alecrim
    > Rio de janeiro - Brasil
    >
    >

  • How do i export a flash movie as an animated gif with transparent background?

    each export has the background in it.
    I have looked into the publish setting for gif but no option there, or in the background colour setting in the main design window has any Alpha or Transparency setting.

    Thought that issue went away. The only workaround I found was exporting a PNG sequence with transparency, importing it all back into a better animated GIF exporter like Fireworks as an image sequence and exporting it from there again. It will give you the best quality, control over the timeline, looping and various per-frame AGIF functionality.
    But yes, it's a multi-step headache.

  • Buttons with transparent background ?

    HEllo everyone:
    I have a background with a degrade color effect where I need
    to insert buttons with transparent back so dregrade can be
    viewed... welll I tried to create those buttons in FW and it is
    impossible in JPG, the I tried GIF but it does not show the white
    letters.. then I finally achieved it creating buttons in PNG and
    calling them as they are: PNG files... it works OK. but when I
    visited other computers, in som of them, I do not know why, the
    browser automatically adds a white or black back tpo the buttons,
    so it takes off the effect because it covers the degrade.... Does
    anyone please know how to deal with it ? I was wondering if this is
    much better to create all the buttons and headers as flash movies
    an insert them, but my customer requirements ar not flash at all in
    oreder to be seen in aall handhelds also.... thanks in
    advance...

    .oO(Sw Jiten)
    >Thanks Micha. It works great now. Just one curiosity: Why
    "definetly not" about
    >Flash ? Flash is working on most of the PC's now... isn't
    it time to be more
    >open to this friendly technology ?
    It's not a friendly technology, that's the problem. It
    creates many
    usability and accessibility problems and may even affect the
    system's
    performance (like any plugin does) and security. Additionally
    search
    engines are usually not able to read a Flash's content and to
    follow any
    links in it.
    Like JavaScript Flash is highly overrated and used too often
    (IMHO). It
    can be an advantage and add something useful to a site, but
    it should be
    used rarely and properly.
    > Another question: I am trying to find a pop-up calendary
    which lets you to
    >choose a date, and as soon as you do it, it changes the
    text field that you
    >have to your left (You have both text field and
    Calendary)
    >
    > I have looked for it and found many solutions in
    JavaScript on google, however
    >none of them change the text field values... any help ?
    thanks in advance...
    Can't help you with that at the moment.
    Micha

  • Problem with dreamweaver and Flash

    Hi, maybe someone can help me, i have any problem with
    dreamweaver and flash, i have a page and i have a menu and
    sub-menu, and the same page i have a category en flash 550 x 700 (
    photography and more... ) but when the menu to unfold
    the menu to see under flash and it cant see ( sorry my
    english is bad.... i hope you can understand me, and help me.. )
    i dont now why always flash ever stay up, or first, and
    another information under flash... this a problem... if you have
    menus...
    thanks.... have nice day.....

    This is a drawback of using flash or any other active
    content. By default, all active content including flash will
    display over every other content and thats why your menu stays
    under the flash movie. Some people make the flash background
    transparent to show content under the flash movie, but that will
    not work for menu items.
    I would suggest that you make the menu such that it does not
    overlap with the flash movie.

  • Creating animated gif with transparency

    I have created an animated gif that fades in from nothing (transparent) using the opacity tool.
    when i save as optimised in Imageready the image fades in in a kind of grainy unatractive way.
    is there any way i can adjust the optimisation settings so it doesn't do this? or any way of using tween to overcome it?
    when veiwed in 'original' view it fades in beautifully with no grainyness
    i have attached the image here as a demo (you might need to refresh the page to see it reload)
    any help greatly appreciated!

    The GIF format only offers 1-bit transparency so you either have pixels there at 100% or at 0%. A pattern or diffusion dither is used to fake partial transparency. This is where you see the grain.
    You're trying to do something that the GIF format does not support. You need to approach this differently. Web page elements that fade in are done with javascript or Flash/SWF.

  • Image with transparent background shows up with a white background in ID

    Amateur needs help.
    I have a copy of a logo with a transparent background.  I made the (white) background transparent in PS by creating a layer from background and then selecting the white color in the background and deleting it.  This has always worked in the past.  But when I place this image into ID, it shows up with a white background.  I have tried saving as a PSD, TIF, JPG, etc.  I cannot get it to work. 
    I normally research these things until I find an answer, but I am on a tight deadline.  Thanks!

    I totally forgot to put that in my post.  Yes, I am putting logos with transparent backgrounds in front of colored rectangles.  That's how I noticed that this one logo is showing up with a white background.  The weird thing is that the other two logos are fine.  I did find a different version of this logo and this one works fine.  The one that works fine is a JPG and the one that shows up with a white background is a JPG.

  • Framing image with transparent background png frame

    hi,
    i'm trying to find a way to frame images with transparent background png frames...
    what i'm doing now is
    1-drawing my image on a panel
    2-creating a 2nd image using the frame's filename, stretching this 'frame-image' to a size slighlty larger than that of my main image and drawing the 'frame-image'
    the problems with this method are:
    1-depending on the width of the frame, the frame sometimes hides parts of the image (thick frame), and sometimes there is a gap between the frame and the image (thin frame).
    2-if the image file containing the frame is larger than the frame (Ex: The image is 300x300, the frame is centered in this image and is 200x200; as opposed to the image is 200x200 and the frame takes up all the space), when i position the 'frame-image' near the top left corner of the image i want to frame, the frame appears at the wrong place (shifted down and to the right). This is due to the fact that i'm placing the top corner of the created 'frame-image' and not the frame, who is not in the top corner of my 'frame-image'.
    Is there a way to do what i'm trying to do???
    My ideas (which i don't know how to achieve are)
    1-To 'analyse' my transparent background png file and
         1-only keep the frame,
         2-calculate the frame's thickness
    OR
    2-Let java do the analyzing for me and tell it to frame my image with the frame in the png file
    please feel free to ask for more explanations if my description/question is confusing,
    thanks.

    Have you looked into the Border interface? If what you really want to do
    is put a custom border on a component, you may be able to do it this way.
    Anyway, here is some code that stacks and centres 2 images. It's not hard to do.
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    import java.net.*;
    import javax.imageio.*;
    import javax.swing.*;
    public class Example extends JComponent {
        private BufferedImage backgroundImage;
        private BufferedImage foregroundImage;
        public Example(BufferedImage backgroundImage, BufferedImage foregroundImage) {
            this.backgroundImage = backgroundImage;
            this.foregroundImage = foregroundImage;
        public Dimension getPreferredSize() {
            int w = backgroundImage.getWidth();
            int h = backgroundImage.getHeight();
            return new Dimension(w, h); //assuming this is bigger
        protected void paintComponent(Graphics g) {
            super.paintComponent(g);
            int w = getWidth();
            int h = getHeight();
            //paint both, centred
            int x0 = (w-backgroundImage.getWidth())/2, y0 = (h-backgroundImage.getHeight())/2;
            g.drawImage(backgroundImage, x0, y0, null);
            int x1 = (w-foregroundImage.getWidth())/2, y1 = (h-foregroundImage.getHeight())/2;
            g.drawImage(foregroundImage, x1, y1, null);
        public static void main(String[] args) throws IOException {
            URL url1 = new URL("http://weblogs.java.net/jag/Image54-large.jpeg");
            URL url2 = new URL("http://weblogs.java.net/jag/DukeSaltimbanqueSmall.jpeg");
            JComponent comp = new Example(ImageIO.read(url1), ImageIO.read(url2));
            final JFrame f = new JFrame();
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.getContentPane().add(comp);
            f.pack();
            SwingUtilities.invokeLater(new Runnable(){
                public void run() {
                    f.setLocationRelativeTo(null);
                    f.setVisible(true);
    }

  • QuickTime with Transparent Background

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3234432307_151173
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi
    I am having problems in publishing a file done in Flash- a
    logo spinning,
    and I want the background to be transparent. Under Publish
    Settings, I have
    the following:
    ALPHA: Alpha-transparent
    Layer: Auto
    And checked the Flatten (Make self-contained).
    However when I import the file into another application-
    Apple�s Motion, I
    get a white background- which is what I have originally. Am I
    doing
    something wrong?
    I even check the track in QT Pro and set the Movie Properties
    but it is not
    becoming transparent. I appreciate any tips on it.
    Thank you.
    Kelvin
    --B_3234432307_151173
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>QuickTime with Transparent
    Background</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi<BR>
    <BR>
    I am having problems in publishing a file done in Flash- a
    logo spinning, a=
    nd I want the background to be transparent. Under Publish
    Settings, I have t=
    he following:<BR>
    <BR>
    ALPHA: Alpha-transparent<BR>
    Layer: Auto<BR>
    <BR>
    And checked the Flatten (Make self-contained).<BR>
    <BR>
    However when I import the file into another application-
    Apple&#8217;s Moti=
    on, I get a white background- which is what I have
    originally. Am I doing so=
    mething wrong? <BR>
    <BR>
    I even check the track in QT Pro and set the Movie Properties
    but it is not=
    becoming transparent. I appreciate any tips on it.
    <BR>
    <BR>
    Thank you.<BR>
    <BR>
    Kelvin </SPAN></FONT>
    </BODY>
    </HTML>
    --B_3234432307_151173--

    I've never gotten it to work either. I usually set the
    background to something not used in the animation, like bright
    green, and then composite the video. I've never used Motion, so I
    don't know if this is possible.

Maybe you are looking for

  • How to delete some data from GLPCA table

    Dear Friends, We have extracted some data in GLPCA table via the ECPA component. We want to delete these records ( Doc type and Posting date is known). However we do not want other data already existing the GLPCA to be deleted. Is there some Std SAP

  • BAPI or FM for t-code IW34

    Hi all, i need create service order for existing service notifications (like transaction IW34).  I have already used bapi BAPI_ALM_ORDER_MAINTAIN to create service order, but i dont know link or connecting the generated order with the notification. P

  • BO4 - MON00027 - Unknown error Adaptive Processing Server -in server watch

    Hi, Noticing getting message MON00027 Unknown error next to Adaptive Processing Server. No users on box apart from me and get this even after stop/start SIA. Any ideas? Many Thanks

  • What is the function of the Slice and number 4 LUTs in cRIO9104 FPGA?

      When I compiled the FPGA VI, the compliation report tell me that there is limitation of the resources pf FPGA, the FPGA that I am using is cRIO9104.  Do you know what is the function of the slice and number 4 LUTs in FPGA? Which FPGA LAbVIEW code n

  • CS4 Div Tags Help Needed

    I just upgraded to CS4. In dreamweaver I am trying to build a site that I designed in Photoshop to Dreamweaver using all Div Tags. I can get the container to center, but when I place other divs on top, they wont stay where I put them. I have taken ab