SWF grey border when exported

Can someone give me direction on how to take off or change the color of this border? I've opened up html file and can checnge the background color but nothing is there to change the grey border. Any help would be AWESOME!

That old eDocContainer was very simple and fast solution... and there is no feature for changing background.
Why don´t you just download free Trial of eDocker and make your project with eDocManager. Then you can change your background to what ever you like, even texture or photo.... You can download free trial at Adobe Marketplace and use it 3 days for free:
http://www.adobe.com/cfusion/marketplace/index.cfm?event=marketplace.offering&offeringid=1 7503&marketplaceid=1
Instruction for changing background (PDF´s page 10):
http://www.prepress.fi/eDocker_eng/eDocker_ohje_eng.pdf

Similar Messages

  • Pictures all grey toned when exported from Lightroom 4.

    They look great in Lightroom and then look/print grey toned when exported, even photos that have not been edited.  Fix?

    Can't think of any ICC profile LR would allow that would produce a grayscale appearing document. Wondering if it's another of those 'corrupted' display profile issues where a grayscale treatment is being applied to the images but in LR it isn't showing? This IS a strange one.
    What if in the Print Module you Save as JPEG, Gray?

  • Black border when exporting a site in Fireworks

    Strange problem with Adobe Fireworks CS3 when exporting to html - added a black border, edging around the site, ~ 3 mm.
    When viewed in Dreamweaver shows the following:
    Question: how to remove the border?

    It is just as I said, you need to set the margin and padding to 0   :-)
    In your code find:  (line 8)
    <style type="text/css">td img {display: block;}</style>
    and replace it with the following:
    <style type="text/css">
    body {margin: 0; padding: 0;}
    td img {display: block;}
    </style>
    Note:  It is never a good idea to export html code from a graphics program.  You should export individual slices and then build the site in Dreamweaver,.  At the moment, the whole webpage is make up of graphics - this is not the way to build a page, particularly if you want the pages found in Search Engines.
    Here is a good tutorial teaching how to take a Fireworks design into Dreamweaver:
    TAKING FIREWORKS COMP TO DREAMWEAVER:
    http://www.adobe.com/devnet/dreamweaver/articles/dw_fw_css_pt1.html
    If you have further questions that relate to coding of the website, you are best to ask your questions in the Dreamweaver Forum:
    http://forums.adobe.com/community/dreamweaver/dreamweaver_general.
    Nadia
    Adobe® Community Expert : Dreamweaver
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    Web Design & Development
    http://www.perrelink.com.au

  • Faint grey border when printing on roll paper in Photoshop CS5

    When I print in Photoshop CS5 on roll paper, there is a faint grey border that prints all around my image.  I haven't created a grey border in my files.  Does anyone know what setting is creating this or what's going on?  And how i can stop it?
    Thanks!

    Also, just did this test:
    I used all of my old settings:
    Roll Paper selected
    Ultra Prem. Photo paper luster
    Super 2880 dpi
    no high speed
    And then I used the old paper profile for ilford gallerie smooth pearl. (I used this even though I'm currently printing on Ilford Prestige paper.)
    And it came out with NO faint grey Border!
    Then I tried it with all of those same settings, except I used the older profile for Ilford Gallerie Smooth Pearl for the ROLL paper (IGSPP11Roll_EPP4800_PSPPn.icc)
    Then I got the grey border.
    And finally just to make sure I wasn't crazy, I tried one more time:
    All settings as above except I chose the GPSPP12_EPSpro4800_PSPPn
    Which is the profile I downloaded to match the prestige paper.
    And GREY BORDER!
    So It seems like using the prestige profile was giving me the wash of grey. And also the roll paper version of the old gallerie smooth pearl also gave me a grey border.
    But what should I do now? I want to use the proper paper profile so my colors and tones come out right. I don't feel comfortable just using the wrong paper profile just to stop the border.
    On another note, I researched the Highlight Point shift (based on advice I heard from a friend) and that really sounded like what was causing it. However, I am not even seeing that on my printing options. I must be using a different driver or something. When I'm in photoshop, i just select "File - Print" and then go through that normal dialog. Is there some other way to print that gives me many more options?
    Thanks to you all for your help so far.

  • Grey boxes when exporting slideshow.

    When I export a slideshow from Lightroom (1.4.1 Windows), using all default settings it doesn't display properly. The pdf files (viewed with Acrobat Reader8) has right number of pages (photographs), however the photos are not showing. Instead I see a grey box (the size the photo should be) with a red diagonal line. Tried all helpfiles, should be straightforward, what am I doing wrong????
    Many thanks!

    Well known LR bug.
    Regenerate your previews before export to slideshow.

  • White line on right border when exporting in FCP 7

    I've been using FCP 7 and when I export as quicktime movie or a conversion there is a thin white line that is clearly visible on the right border. I use NTSC and am not using widescreen. I've been using FCP 6 without problems and it only showed up when I upgraded to 7. Any ideas on what is happening?

    NTSC? You mean DV?
    You could search the forum for your terms but I do not recall this particular issue coming up. I can tell that when we updated our FCP systems to FCS3 and to Leopard (not Snow Leopard) we saw no such artifacts in our DV stuff. We ahve since moved on to DVCPRO and have no such artifacts on any of our media.
    Your post does not include information that rules out this is just your monitor or viewer. You've got to determine whether the white line appears as pixels in the exported media or are artifacts of the player you happen to be using. It is possible for an overlay to be introduced from filters, another factor you do not include in your post.
    bogeisan

  • Indesign to swf creates grey border

    I have asked this before. I have been experimenting with exporting a page turning swf file from Indesign. However, no matter what I do the resultant html file has a grey border. It seems to be generated in Indesign but I can't see any way of either changing the colour or getting rid of it. Any ideas?
    Thanks
    Ian

    I´m afraid that straight from indesing, you won´t get rid of that. Fortunately there´s easy way to do better working html-wrapper. That method is calling swfObject. It´s a little bit different way of building code "around" SWF inside html.
    You find handy (and free) SWFObject Generator tool for generating new html-file from address
    http://www.bobbyvandersluis.com/swfobject/generator/index.html
    It´s online version, theres also an AIR based desktop version of it. Usage is quite simple. go to address above and give name of your swf and dimensions. You have to check dimensions while you export, you can see pixel size of your coming swf at the top of swf export window. Thats about it, generate code and copy/paste it to notepad or some other plaintext editor and name it with extension .html to same directory with your swf. (with AIR you can also use Save command)
    If you need even more controls for your swf, you might want to test my eDocBrowser too. You find a sample of it from adress:
    http://www.prepress.fi/eDocBrowser
    And if you want to test it with your own file(s), you´ll find free demo version from address:
    http://www.prepress.fi/edocbrowser_demo/eDB_DEMO.zip
    UnZip pakage, export your file to eDB_DEMO folder with name 1_magazine.swf (overwrite old one) and open index.html to your browser from that folder.

  • SWF animations not working properly when exported as PDF from InDesign

    I'm using InDesign CS5 and have created a document that I want to add interactivity and animations to. I've created buttons and page destionations, etc, which all work perfectly  when exported to a PDF but the simple animation that I wanted to include don't work. The animations have been created in InDesign then selection exported as a SWF file and then imported and placed in InDesign and then exported as an interactive PDF where the animations either don't work, haven't been picked up or don not work as they should. What am I doing wrong, how do I get the animations to work correctly?

    Try this tutorial:
    http://tv.adobe.com/watch/csinsider-design/indesign-creating-interactive-pdfs-with-page-tu rn-and-flash-animations/

  • Having problems when exporting .swf file as an animated gif

    Hi:
    I was wondering if anyone has ever had any issues exporting a
    flash file as an animated gif? When I do so, the image quality is
    very compromised and the animation is distorted. I know this is not
    very specific question, but I have never encountered this issue
    before, and I am trying to help a co-worker. I don't understand why
    it looks exactly the way we want it to look as an swf file, but not
    as an animated gif? Can anyone point me in the right direction as
    to what to look for as the potential source of this problem? I have
    the swf file, although this would not be very helpful as I don't
    have access to the flash file (but I can send it to you if that
    would help). We tried unchecking the feature to optimize the image,
    and changed the color pallete to adaptive, but this didn't solve
    the problem. I also tried removing any unnecessary layers prior to
    the export. Basically, I'm not sure as to how to proceed and what
    may be causing the problem. I also want to mention there is a
    placed image on the stage. Could the type of image placed be
    causing the problem when exporting to a gif file, but not as a
    .swf? If anyone could help, I would really appreciate it! Thanks.
    Sara

    I also wanted to mention that the swf file uses sound. I am
    reading an old book that I have on Flash and it's saying that Flash
    and Shockwave Flash enter a special mode when they encounter a
    stream sound in which the animation is forced to keep up with the
    sound track, if the animation frames can not be drawn quickly
    enough, some frames are skipped. I am also reading that the
    animated gif format does not support sound. Again, the only
    reference I have is for a very old version of flash, and I'm not
    sure it applies to CS3. I am now just thinking that the sound may
    be the issue.

  • Transitions seem to be lost when exporting to .swf

    Hi
    I am new to keynote, and intend to use it to create content for a media server that powers several networked plasma screens in my place of work.
    The media server runs on Linux, but can display .swf files alongside lots of other types of media. I want to use keynote because i can mix text and images etc in a tidy slideshow format.
    I have created a couple of presentations and exported them as .swf file. When I do this all of the transitions are lost and replaced with basic fades. This is ok, but it looks a bit rubbish compared to what keynote is capable of. Is there anyway around this? Does anyone know why this happens?
    Thanks in advance for any help..

    Oh well. That's annoying as it's one of the reasons I decided to go for iWork! Nevermind.. Any ideas on any other software that can do the same things and export to flash? I know i'm kind of describing something like Flash MX or similar. I don't need anything as sophisticated as that.. I want exactly the functionality of Keynote or Powerpoint, but with the ability to export to flash. I wonder if illuminatus does that?
    Thanks for your help..!

  • IDCS4. Flash version when exporting to .swf?

    G'day,
    Gotta say I'm loving CS4, it creates faster and more efficent workflows and that time saving makes me more money.
    That aside, when exporting a document with hyperlinks, buttons etc. for a website, what version of Flash Player does the end user need to have installed on their computer to be able to view it correctly? I'm assuming the latest version, but I've not found anything to tell me.
    Thanks in advance for reading this and to those who reply.

    I forgot to write that I'm exporting as a .swf file

  • Pages disappear when exported to swf

    Hi all. I've got a document that I'm exporting as an swf to post on an etrading site. The problem is, I've got pages that are not appearing int he swf. For example, pages 1-6 show up fine in the .swf, but page 7 is blank eventhough there are objects on the page, then page 8 shows, page 9 doesn't, etc. I've browsed through the users forum to no avail. Does anyone have any ideas what may be going on? The whole document is 64 pages plus a few intentionally blank for formatting purposes, so I don't really want to have to redesign the whole thing. Any ideas would be great! ks

    Yes, the pages that are missing in the swf are visible when the file is exported to a pdf.

  • Resizing output when exporting to Flash/SWF

    Does anyone know if there is a way to resize the output when exporting a Keynote presentation to Flash/SWF? When you export to QuickTime, you can adjust the output size. I can't find a way to do that when exporting to Flash.

    I think that's because the Flash output displays at whatever size you want when you embed it into a website. For example, you can't create a Keynote presentation smaller than 200x200. BUT, if you create at 200x200 and then, in your embed statement, change it to 100x100, then that's how it will display on your web page.

  • Flash CS 5.5 - best settings when exporting to .swf to reach widest audience?

    Hi Flash experts!
    I am a 2D illustrator and am relatively new to Flash (and love it!) and want to add some simple Flash animations (using my illustration) to my portfolio website. But I am having issues when exporting to .swf - I have emailed on examples of work to friends and colleagues to view (and check) and most have trouble opening the .swf files. In fact most can't open them at all! Is this more to do with your average (probably a pc user) person not having an up to date Flash player or to do with my settings when exporting?
    Can anyone advise me on how to best export to .swf to ensure the majority of people can open and play the file? Is this a problem just for a newby like me or a wider issue you Flash superstars deal with?
    Eagerly awaiting your advice!
    Thanks,
    Lisa in New Zealand.

    It may just be that they do not have a standalone Flash player to play the file.  Your better bet is to plant the swf on a web page and send the link to the page instead of the file(s).

  • Dead hyperlinks when exporting indesign to swf file

    I have a problem when I export a document to a swf. I have constructed ten boxes (features) with colour and text that link to pages. When I export to PDF they all work fine and dandy, but as soon as I try it as an SWF, with page turning, at least three of the hyperlinks stop. I have tried deleting and restarting and have even rebuilt the button. After that the hyperlinks have worked, but two or three of the others stop working. Is there a limit on the number of links per page?
    Regards
    David     

    Hi there, can you help me I can't get my hyperlinks to work when exporting a swf file. Do you know the code to get a button or a text to go to a webapge. I have used the get URL in the interactive menu and it doesn't work. I have then put in a get URL script which works but does point at the desired web page but into the route folder of my flip book.  Any tips please  Kind regards  Ian

Maybe you are looking for

  • Why does my card reader not work on my iPad since upgrade?

    I use my iPad mini to download photos from my camera when I'm on the road. In the summer I bought the "3 in 1 Card Reader Adapter Cable Camera Connection Kit, 3 Port Card Reader for iPad 4 and iPad Mini by Eurekka" and it worked wonderfully. I was ab

  • Setting value for attribute  'PO_NUMBER_SOLD'  using setter method

    Hi Experts, I need to set the value of a screen field according to some condition. I am using setter method of this attribute to set the value but it is not getting changed. I have written following code in DO_PREPARE_OUTPUT method of implementation

  • Dynamic context, ALV, no data - but everything seems to be in place!

    I've created a component for displaying data in an ALV, with the intention of using it in other components. The component controller has two methods: SET_DATA_STRUCTURE (parameter I_attributes IMPORTING type WDR_CONTEXT_ATTR_INFO_MAP). SET_CONTENTS (

  • How to get the Sales A/R Gross Profit to equal the G/L Gross Profit

    Should the sales ledger (S/L) GP base price be set to 'Std Cost List' (SCL) or 'Item cost'? If so, the General Ledger (G/L) uses the 'item cost' and the S/L uses the SCL - two different costs. If the SCL and item cost are different (for the same item

  • Using a varchar field as number on ui

    Hello In one of the requirements we got to use a varchar field in db to store as number in UI. The user may specify + or - in the begining and it can be number up to 2 decimal places. So, how to achieve this? We are using jdev 11.1.1.6.2