White background with swf export

How can I apply a swf file created in InDesign into my web page without the white background coming with it. I'm using CS6.
I'm selecting transparent background when exporting. This is so annoying.

When you export the swf there should be an HTML container in the same destination folder. If you view that HTML file in a browser do you get what you expect?
If you are moving  the swf to another HTML page make sure the embed code parameters match. So in the boilerplate HTML ID creates the body tag and the embed parameters both have bgcolor as #999999:
When you move the swf make sure the div tag that encloses the swf has the same bcolor style color as the embed code's bgcolor

Similar Messages

  • How do I get a white background with black lines

    How do I get a white background with black lines and characters on my screen. To run the program, copy it out and delete the ` and it should go. If it does not compile on your machine, I would like to know. There is a test on about line 34 for changing the colors.
    `//Simple program to test Graphics2D.setBackground(white) obtained from BufferedImage.getGraphics()
    `import java.awt.Frame; //Object>awt.Component>Container>Window>Frame
    `import java.awt.Insets; //Object>awt.Insets
    `import java.awt.image.BufferedImage; //Object>awt.Image>awt.image.BufferedImage
    `import java.awt.Graphics; //Object>awt.Graphics
    `import java.awt.Graphics2D; //Object>awt.Graphics>Graphics2D
    `import java.awt.Color;
    `import java.awt.BasicStroke;
    `public class TstBgCol { //frame & BufferedImage in pixels & BasicStroke in points ????????????
    ` TstBgCol tstBgCol;
    ` public static void main(String[] args) {
    ` TstBgCol tstBgCol=new TstBgCol(); tstBgCol.tstBgCol=tstBgCol;
    ` tstBgCol.main2(); tstBgCol.byteBinary();
    ` }
    ` Graphics fgcontext;
    ` Frame fram; Insets insets; //borders of the Frame, Container.getInsets
    ` int bIWid=1272,bIHgt=876; //set for 1280x1024 screen on windows XP & matches paper ratio 10.6x7.3
    ` int unusedPixHgt=84;
    ` void main2() {
    ` fram=new Frame();
    ` fram.addWindowListener(new java.awt.event.WindowAdapter() { //anonymous inner class
    ` public void windowClosing(java.awt.event.WindowEvent e) { System.exit(0); }
    ` });
    ` fram.setVisible(true);
    ` insets=fram.getInsets(); //(Container)getInsets() works after displayable
    ` System.out.println("Insets l,t,r,b:"+insets.left+","+insets.top+","+insets.right+","+insets.bottom);
    ` fram.setSize(insets.left+bIWid+insets.right,insets.top+bIHgt+unusedPixHgt+insets.bottom);
    ` fgcontext=fram.getGraphics(); //creates Graphics context for this component
    ` }
    ` void byteBinary() {
    ` BufferedImage buIm=new BufferedImage(bIWid,bIHgt,BufferedImage.TYPE_BYTE_BINARY); //can be resized
    ` Graphics2D bIG2=buIm.createGraphics(); //returns Graphics2D context
    ` //change to if(true) to use either of the following two lines
    ` if(false) bIG2.setBackground(Color.white); //does not change the background color to white
    ` if(false) bIG2.setColor(Color.black); //does change the foreground color to black
    ` edgeLinesAndX(buIm,bIG2);
    ` fgcontext.drawImage(buIm,insets.left,insets.top,fram);
    ` }
    ` private void edgeLinesAndX(BufferedImage bI,Graphics2D bIG2) { //really on the edge
    `      BasicStroke strk=new BasicStroke(10f); bIG2.setStroke(strk);
    ` int x0,y0,xmx,ymx;
    ` x0=bI.getMinX(); y0=bI.getMinY(); xmx=bI.getWidth()-1; ymx=bI.getHeight()-1;
    ` bIG2.drawLine(x0+xmx,y0,x0,y0+ymx); //lo-left to up-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0+ymx); //up-left to lo-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0); //up-left to up-right
    ` bIG2.drawLine(x0,y0,x0,y0+ymx); //up-left to lo-left
    ` bIG2.drawLine(x0,y0+ymx,x0+xmx,y0+ymx); //lo-left to lo-right
    ` bIG2.drawLine(x0+xmx,y0,x0+xmx,y0+ymx); //up-right to lo-right
    ` bIG2.drawString("("+x0+","+y0+") wid="+(xmx+1)+" hgt="+(ymx+1),(xmx+1)/5,(ymx+1)/5);
    ` }
    `} //the result on my screen is a black background, why?????

    How do I get a white background with black lines and characters on
    my screen.Contrary to what you might think, the linebIG2.setBackground(Color.white);does not give the buffered image a white background. The API docs
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#setBackground(java.awt.Color)
    say: "Setting the background color in the Graphics2D context only
    affects the subsequent clearRect calls... " So adding a line to your
    if blocks we getif (false) {
        bIG2.setBackground(Color.white);
        bIG2.clearRect(0, 0, buIm.getWidth(), buIm.getHeight());
    if (false) {
        bIG2.setColor(Color.black);                    
    }Changing the false to true results in a white background (and black
    X and text).

  • How to change white background with text to transparent background

    Good afternoon,
    I have a jpg file (part of our logo) white background with black text and I would like to change it to transparent background and keep the black text (to be able to insert it on a cup image).
    I tried to change it in photoshop, however, when I slide the "opacity" and "fill", the text got ligther as well.
    Do I need to have the original psd.file to be able to do that, or can you please lead me through with jpg file? (I tried to save the jpg to psd and png, but it did not help.)
    I looked on one of your videos, but I could not find one of the features under "Select" tab.
    My plan is to recreate the text to have the transparent background if necessary (It would be great if I can avoid that). However, how do I find out which font was originaly used? Does photoshop has this feature, or do I need to go trough each of the font one-by-one?
    My last question is, how do I change space between letters (to have them more tight. I am not able to find it.
    Thank you for your help,
    Klara

    If you can get teh original PSD file get it, your task will be a lot easier.
    I suspect that won't be an option to you.
    If you know what fonts are being used, that also would be of benefit to you. In other word remake it using your image as a template.
    If it going over an image, then a multiply blend might work for you.
    All that fails then you are down to removing the white background. The problem this option is it will not look as good due to the thin lines on the fonts. But essentially, Load the image into photoshop, make sure the layer isnt locked, then try the magic eraser tool on the white background, bam it'll disappear, but leave the white inside the O white you will have to do seperately.
    Messing with levels will help you with more of the white. Myself i'd rebuild it using the fonts.

  • White backgrounds around swf's

    I'm having some trouble with a site once I've uploaded it to
    the server.
    All my flash swf's have white backgrounds around them
    although I have specified a background colour of #2D44C8 to blend
    them into the site. I can not seem to get rid of the white
    backgrounds.
    The swf's display correctly on my pc, and work fine once
    embeded in dreamweaver and viewed on pc, but once site is uploaded
    I get the white backgrounds again, this can be seen on following
    link
    www.maplecroft-jewellers.co.uk
    Can anyone help me or give any advice, the files were created
    in CS3
    Sorry if this is a beginners question but it's really
    frustrating me
    Thanks

    Hello,
    The background area was set in flash to #2D44C8 in the fla
    file and displays correctly when published on pc.
    The "div" the swf file was inserted into in dreamweaver had a
    background colour of #2D44C8.
    The web pages displayed correctly on my pc but once uploaded,
    the background area's in the swf files had turned white?
    If this makes sense? I would like to know what I am doing
    wrong so I can stop it occuring in the future.

  • My graphics are not showing properly when online, does anyone know how to rectify this? everything was ok when i was on google chrome now all i get is a white background with black and blue colours grrr

    i just got a basic screen with white background, black and script

    See:
    * http://kb.mozillazine.org/Website_colors_are_wrong
    * http://kb.mozillazine.org/Websites_look_wrong

  • How do i change the white background with the new ios7?

    I just upgraded my iPad mini to iOS7 and now my videos are not titled, or the letters are white and are invisible against the new white background. How can I change this??

    It is rediculous,
    up to IOS6 the iPhone was a perfect device for someone with low vision, well structured, good contrast and readable fonts.
    But things got "improved". What a pitty that Apple has given away that benefit for a lightweight design which reduces ergonomics drastically. Now IOS is SW where design dominates usability.
    Yes, you can use larger fonts, yes, you can use fat fonts but that does not change the keyboard layout.
    It startet in IOS6 with the update of the keypad for the phone application (thin black keys on a flashing white background) and is continued with the vision unfriendly design from IOS7.
    Please, have the flashing white background configurable so a structuring reappears or have the background configurable to white or black.

  • White background with titles

    when I want to put a title on top of a movie clip imported into imovie, i keep getting a white background. it knocks out the video. It looks OK before I drap the title onto the video. when finished processing, I get the title and a white background. also i have black background unchecked.
    any help appreciated.

    Mogambo,
    This thread should solve your problem with a surprise tip courtesy of Matthew.
    http://discussions.apple.com/thread.jspa?messageID=3924848&#3924848
    Hope this helps.

  • Make a white background with white object is possible? without shadow!

    i m contributor photographer in most microstock, i try to make a white backgournd with white object but with lightroom 4 it isn't possible, i think the program have probelm to select white object and white background, i see internet site microstock and there isn't a good photo.
    http://it.fotolia.com/id/72385192
    there is a little shadow, i don't want this!
    can you help me?
    thanks,
    francesco.

    You can't change it within the OS. There may be some apps which will do it. Search Dock on MacUpdate.
    But all these types of haxies come with possible risk.
    You can file feedback here.

  • Hi! My macbook pro wont switch on at all, pressing the power doesnt do anything, when plugged it switch on to get the white background with the apple sign and a loading button that kept on forever. anyone has a clue?

    Hello as mentionned before I cannot get my macbook pro to switch on.
    when it is not plugged as I press the power button nothing happens, when the computer is power plugged, it gives me the white blackground with the apple centered and the loading button below but it keeps loading forever left it as for 4 hours and still nothing.
    I have try to reset the SMC but didn't change much, now instead of the apple logo I get a circle crossed
    My macbook is 1 year and 4months

    See Gray Screen, try holding the Shift key upon boot
     Cheat sheet to help diagnose and fix your Mac
    Drive may not boot, but if it's still working then data can be recovered
     Data recovery efforts explained
     Most commonly used backup methods explained

  • How do I make a photo background which is in two colours into one of the present colours, e.g. I have a predominantly white background with a small area of brown around a particularly nice photo of an iris?

    How do I get the background of a photo which is predominantly white, but has some brown area, all white?  The photo is of an iris but the top part of the flower is 'absorbed' into the brown background?  Help, please.  Groan

    By using an image-manipulation tool such as Adobe's Photoshop, Flying Meat's Acorn, or the open-source GIMP package, or similar.  There are various other packages around. 
    Now if you're looking for help with a specific package and not for the general sort of package that would be required, then you'll want to identify which image-manipulation tool you're using.  (And also consider checking with the forums specific to that tool; most organizations have some sort of FAQ or Wiki or documentation for the particular package.)

  • Problem with SWF export and audio looping

    When I export from Keynote into SWF, I get an odd audio looping problem when playing the SWF files. Here's the workflow:
    Create Keynote presentation (includes transitions typically, but also happens with presentations that don't).
    Record audio using Audacity, convert using iTunes to MP3 in order to be able to export from Keynote to Flash (Keynote can't export WAV files).
    Drop in MP3s onto slides. Sync up my transitions with audio.
    Export Keynote file to SWF, including the audio.
    Play SWF file either directly using Safari or when posted using Firefox. Audio plays, but a certain length into the audio the audio file seems to re-initiate and play over itself.
    Anybody seen this? Anyone know how to solve it?
    This is pretty critical for us (work related). We are using Keynote to create educational content SWF files, and we only discovered this problem after release.
    Thanks for your help!
    Michael

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Is there a way for mac os 10.8 to become a white background with black text in dockmenu like it was in os x 10.5?

    the black dockmenu which was introduced with os x 10.6 is difficult to read for me, i would back the white version which was used in os x 10.5.
    is this possible or would it eventually possible under os 10.8.2 or a newer version?
    thanks

    You can't change it within the OS. There may be some apps which will do it. Search Dock on MacUpdate.
    But all these types of haxies come with possible risk.
    You can file feedback here.

  • If firefox starts, the startingpage (whitch is google) shows up for a few seconds, and then go away, and i get a white background with nothing on

    Firefox is gisteren beginnen raar doen, je opent de browser, de startpagina komt er 2 seconden op, en dan verdwijnt die, ik krijg dan een wit scherm, en het is zo bij elke pagina die ik open, (facebook, youtube....) Wat kan dit probleem zijn?

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the '''option''' key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    [[Image:FirefoxSafeMode|width=520]]
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    [[Image:Safe Mode Fx 15 - Win]]
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • 5s iPhone has white background with Apple logo in the middle

    5s not recognized by my computer has white screen turning blue white blue

    Usually this means there is hardware damage or jailbreaking, and the phone requires funeral arrangements, but you can try recovery mode and restore as described here:
    If you can't update or restore your iOS device

  • Why there is suddenly a white background with an apple-like when you turn? but it takes a few seconds

    Help please! iPad is new and i love it so much!

    If the iPad is rebooting then no, that isn't normal. If it's just Safari that it's happening in then try clearing Safari's cache : Settings > Safari > Clear Cookies And Data and also Clear History, and also close Safari via the iPad's taskbar : double-click the home button to open the taskbar and then swipe or drag the Safari app's 'screen' up and off the top of the screen to close it, and click the home button to close the taskbar.
    Then do a soft-reset to see if it then works properly : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.
    If that doesn't fix it then try backing up the iPad and then restore that backup back onto it. Connect the iPad to your computer's iTunes and do File > Devices > Transfer Purchases to copy your downloads over to your computer's iTunes library, and then do File > Devices > Back Up to take a backup (you should also take your own copy of any important documents and/or photos ; they should be included in the backup but it's best to have your own copy as well), and then restore to that backup via File > Devices > Restore From Back Up (your iTunes downloads aren't included in the actual backup, instead the restore picks them up from your iTunes library, which is why you need to do the Transfer Purchases).

Maybe you are looking for

  • Error message -36 when copying large  files from Firewire drive

    I have kept several large audio files as backup on an external LaCie Firewire drive. When trying to copying them back, almost all of them starts to copy, then stops and (after a minute or so) report error message -36. I have run both Apple's Disktool

  • Installing iTunes onto Windows RT 8.1

    Hi Is is possible to install itunes onto Windows RT 8.1 (Microsoft Surface Device) I have tried downloading the latest versions of both the normal and x64 editions but both come up with "this app cant run on your pc" I have also tried running as an a

  • Letter of Credit Process in SAP

    Hi Guru's Can any one send me or explain me  the letter of credit process in SAP or sales cycle? please send step by step configuration or documentation on the above process. my mail id is [email protected] Suitable points will be rewarded. thanking

  • Events are moving to the next day (automatically!!!!)

    A while ago i noticed that my upcoming events were on the wrong day. in fact they were one day too late. i thought i put them on the wrong day and forgot it. but recently i had the same problem and now i really suspect iCal of moving my events on the

  • Implements the progress bar in user defined form

    Hi Experts, As i am new to SAP B1 add on development field so i wants  to set the progress bar in user defined screen through sdk code. Can you guide me? Regards, silambu