Images showing up outside artboard...

I'm using Flash 5.0 (AS3)
I have a large graphic of a map which moves around to highlight different sectioins.  The map is larger than the size of the artboard, but instead of everything being invisible thats off the artboard, it still shows up. is there a way to ONLY show graphics/symbols that are ON the artboard in your swf?
-= Sondax =-

The .swf will not be displayed as a Web page of and by itself. It will be display on a Web page inside an <object> which has certain dimensions.... as you can see from the code below 728 x 90.
The "pathing" to the Flash .swf will vary, depending on where the .swf is in relationship to the Web page it is displayed on.
If you are submitting this to someone else to put on their Web site, you'll can send them both the HTML and and .swf file. Hopefully they understand how to path Flash <object>s.
The only code they really need will be this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="728" height="90" id="BrandWebAd_90x728_Flash_Maker" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="BrandWebAd_90x728_Flash_Maker.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="BrandWebAd_90x728_Flash_Maker.swf" quality="high" bgcolor="#ffffff" width="728" height="90" name="BrandWebAd_90x728_Flash_Maker" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" />
</object>
.... the Flash <object> code.... or they will already have code they use for Flash <objects>s
these lines tells the Web page where to find the .swf:
<param name="movie" value="BrandWebAd_90x728_Flash_Maker.swf" />
and
<embed src="BrandWebAd_90x728_Flash_Maker.swf"
Those two lines will need to be edited for their folder structure, so the Web page can find the .swf.
Best wishes,
Adninjastrator

Similar Messages

  • Dynamic image showing default image instead of requested image

    I'm using CR4E v2.0 to incorporate reports into my application which is built into an ear file and deployed with Jboss 4.2.2 at the moment. I have an image in my report that I am trying to set dynamically from a URL in a database,  but when the report is run only the default image shows up. The URL in the database for the logo is http://localhost:8087/module_Reporting/Logo.gif and I verified that exact string is being returned to the report, but the image is not changing from the default placeholder.
    The formula for the graphic location is:
    HdrPictureLogoClient : Graphic Location
    // Return values: Any string value.
    If Not IsNull({REPORT_PARAMETER_FACT.LOGO_URL_PATH})
    Then {REPORT_PARAMETER_FACT.LOGO_URL_PATH}
    Else "";
    I'm using a com.crystaldecisions.report.web.viewer.CrystalReportViewer in my jsp page to display the report and this is the part of the page that handles the viewer
    CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();
    // If the report is not saved in the session you just keep getting prompted for parameters
    Object reportSource = session.getAttribute("ReportSource");
    if (reportSource == null)
         reportSource = clientDoc.getReportSource();
         session.setAttribute("ReportSource", reportSource);
    //     set the reportsource property of the viewer
    crystalReportPageViewer.setReportSource(reportSource);
    // setting the optoins in the Crystal Report toolbar
    crystalReportPageViewer.setDisplayGroupTree(false);
    crystalReportPageViewer.setHasToggleGroupTreeButton(false);
    crystalReportPageViewer.setHasSearchButton(false);
    crystalReportPageViewer.setHasRefreshButton(false); 
    crystalReportPageViewer.processHttpRequest(request, response, application, null);
    The viewer is contained in an iFrame and is disposed of in the containing jsp.
    Am I missing something? Any help would be greatly appreciated!

    Thank you very much for your reply, but I am not trying to add an image into the report at run time, I am trying to change the source of the image. There is an image in the report as a place holder (called HdrPictureLogoClient) and the code that handles the source of the image is in the .rpt file also as this formula:
    HdrPictureLogoClient : Graphic Location
    // Return values: Any string value.
    If Not IsNull({REPORT_PARAMETER_FACT.LOGO_URL_PATH})
    Then {REPORT_PARAMETER_FACT.LOGO_URL_PATH}
    Else "";
    {/code}
    I have discovered that it works just fine with a file path name like C:\logo.png in the database but it does not work with my web URL.
    I just find it extra interesting because when the report was originally created in a Crystal Reports Project in myEclipse and deployed as an expanded war directly to jboss running in myEclipse it worked fine, but now that it is being incorporated into an EJB project which is built into an ear file that is deployed in a jboss service running outside of myEclipse it no longer works.

  • Images show up on Firefox but not IE after upgrade from 8.1 to 9.2

    Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1 Application to 9.2. The images on the login page can be properly displayed on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

    Agnes,
              I think you should distinguish whether it is a behavior difference between
              two browsers or it is an issue of WLS server.
              You can copy suspicious html codes into a dependent html file, then check
              how is is rendered by different browsers.
              If you have further issues, please add commnets here.
              Regards
              Leon
              <Agnes Chen> wrote in message news:[email protected]...
              Hello,
              <p>
              We are encountering a strange situation: we upgrade our Weblogic 8.1
              Application to 9.2. The images on the login page can be properly displayed
              on Firefox, but not in IE.
              <p>
              In order to make the images show up on IE, we have to modify the image path
              by adding extra two "//". For example:
              <p>
              We have to change
              <p>
              < img src="/resources/images/logo.gif" .../>
              <p>
              into
              <p>
              < img src="///resources/images/logo.gif" .../>
              <p>
              to make it works in IE, however, in that case, the Firework won't work.
              <p>
              We do notice that the file structure has been changed by the upgrade:
              <p>
              File structure of Weblogic 8.1 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * jsps folders
              <p>
              * resources
              <p>
              >> resources/images
              <p>
              >> resources/jsps
              <p>
              * WEB-INF
              <p>
              File structure of Weblogic 9.2 Application Web Module "golWeb"
              <p>
              <p>
              golWeb
              <p>
              * WebContent
              <p>
              -- jsps folders
              <p>
              -- resources
              <p>
              >>> resources/images
              <p>
              >>> resources/jsps
              <p>
              -- WEB-INF
              <p>
              <p>
              It seems that only the first login page has such issue. Could anyone help us
              with this issue? We totally have no clues now.
              <p>
              Thanks for the help!
              <p>
              Agnes

  • Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still c

    Trying to load a Dreamweaver CS5 extension called Image Show Pro to mac operating system 10.9.2. Trial version worked fine, but when I try to load full version, Adobe Extension Manager crashes.  I have downloaded new Extension Manager for CS5. and still crashes. Anybody else experience this? email:[email protected]

    Hi bigd_bud,
    Can you see if the solutions in this post help?
    Re: Adobe Extension Manager crashes on mac 10.8
    Thanks,
    Preran

  • Edges of images show up in PDF

    I have had this problem on and off, and I cannot make sense of it. I have several GIF images that were created in Illustrator and/or Photoshop and then imported (linked) into an anchored frame. When I generate a PDF, some of these images show a light or dark grey boundary line on the right side. Resizing the images in Photoshop sometimes works, sometimes it doesn't. When regenerating the PDF with a couple of images changed, some of these are OK but others are not and sometimes images that were OK previously show the grey boundary line. Always to the right and not consistent throughout the document.
    I am using High Quality print settings for the PDF. I am working in structured FM, but I guess this 'feature' has nothing to do with structured vs. unstructured. Maybe it is a bug in FM's handling of GIFs, although I do recall having similar problems with EPS files earlier. Can anyone tell me what causes the lines, and how to keep them from messing up my PDFs ?

    Found the answer to this in the framers digest mailout (framers Digest, Vol 71, Issue 9). Hopefully it wll help you too.
    I am not sure about the Illustrator files, but for Photoshop, resize your images so that the last number is an even number. (example: change 3.25 to 3.24)
    This worked for me! I couldn't believe it!
    If you don't receive these emails, below is the link to subscribe...they are really helpful. I hope that is the correct link, it has been a while since I signed up.
    http://lists.frameusers.com/mailman/listinfo/framers

  • When inserting a .pdf of a document with a standard white paper color the test and images show up, but the white background is transparent. How do you also make the white paper color show up?

    When inserting a .pdf of a document into a Keynote template with a standard white paper color the text and images show up, but the white background is transparent. How do you also make the white paper color show up?

    Use the color fill option - select the inserted .pdf and assign a fill color of white to it using the Color Fill Menu on the Toolbar or the Color Picker Palette.
    Good Luck.

  • Images show up only as blue question marks

    I just purchased a new Macbook Pro approximately one week ago, and concitering it's BRAND NEW I don't understand why I have this problem. On sites like www.deviantart.com and also www.weheartit.com images show up as blue question marks... I have downloaded both chrome and firefox to check if they were any different, but the same images wont load there either. I've read some about this, but no one seems to have any other advice than to "check preferences" and set it to "show images" or something, as far as i can see there is nothing wrong with the preferences. I have also downloaded and updated to the latest versions of both java and flash, but nothing seems to work. This is getting really frustrating, and I am desperate for help! I greatly appreciate ANY advice. Thanks in advance

    this is what I get on deviantart
    and well, basically this is weheartit
    Thanks!

  • JavaMail - HTML with images - Images show up as both inline and attachment

    Hi,
    I am writing a program to send email which have
    1. HTML template which references images via the content-id mechanism
    2. A PDF document
    The mails are being rendered properly in Outlook, Gmail and Yahoo (the images show as inline and the PDF as attachment), however in hotmail the images are showing up as both inline and as attachment.
    When creating the email using JavaMail I am using the following structure
    ...multipart/mixed
    ......multipart/related
    ..........HTML Code
    ..........Images
    ......PDF file (as a MimeBodyPart)
    Is there something which I missed here or do I need to live with the way hotmail renders the email.
    Thanks.

    Yes the disposition is being setup correctly .. here is the dump of the mail (without the base64 encoded data)
    MIME-Version: 1.0
    Content-Type: multipart/mixed;
         boundary="----=_Part_0_17459938.1279571019577"
    ------=_Part_0_17459938.1279571019577
    Content-Type: multipart/related;
         boundary="----=_Part_1_13205705.1279571019612"
    ------=_Part_1_13205705.1279571019612
    Content-Type: text/html; charset='iso-8859-1'
    Content-Transfer-Encoding: 7bit
    HTML code here..
    ------=_Part_1_13205705.1279571019612
    Content-Type: image/jpeg
    Content-Transfer-Encoding: base64
    Content-Disposition: inline; filename=Img01.jpg
    Content-ID: <Img01>
    base64 dump here..
    ------=_Part_1_13205705.1279571019612
    Content-Type: image/jpeg
    Content-Transfer-Encoding: base64
    Content-Disposition: inline; filename=Img02.jpg
    Content-ID: <Img02>
    base64 dump here..
    ------=_Part_0_17459938.1279571019577
    MIME-Version: 1.0
    Content-Type: application/pdf; charset=ISO-8859-1; name="Test.pdf"
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename="Test.pdf"
    base64 dump here..
    ------=_Part_0_17459938.1279571019577--

  • Images Showing Up In Posts?

    i know this isnt java but its about the forum :). how do i make an image show up in my post instead of giving a link to it? thnx thnx

    > how do i make an image show up in my post instead of
    giving a link to it? thnx thnx
    There is no official facility for doing so. There have been unofficial means, but those have been removed for the most part, due to some people's propensity to post offensive content.
    ~

  • Why are my slideshow images showing as low res?

    I'm creating a site that will show a housing development in the works, and with each lot number that's clicked on the home page, the link goes to a page with a slideshow (My Albums) and when that is clicked you're taken to a new page with separate slideshow.
    I've got two questions:
    1. Why do the images show up as low res on the My Albums page, but are the preferred higher res on the slideshow page?
    2. I'd like to just have a slideshow on the first page without having to click on the image to link to a whole other page for the slideshow. The confusing part is, while working in iWeb, the slideshow does exactly what I'd like it to do, but when published I get the ghastly low res images and I have to click on that to get to the "real" slideshow! Is there a setting I'm missing?

    What's the URL of your site so we can examine it first hand? Do you have iWeb's preferences set to optimize images when imported?
    Click to view full size
    To get rid of the album page and leave the photo pages just move the photo pages out of the album page.
    OT

  • Ghost copy of a bitmap image showing up in the corner of my game

    Hi, I have a solitaire game.  There's a bug that only shows up in Windows, not Mac. When a player moves a card from one pile to another, a copy of the card image shows up in the left corner and stays there until the player moves another card.  When the player moves the mouse over the image the image erases.
    here is the game: http://www.tnt.tv/games/charmedspellcaster/
    Thanks!

    Hey DJ, I've seen this before on mac when using drags,
    I would assume 1 of two things, if your using global to Local i would suggest using a difference reference to get the area to draw the card's point to.
    That or you are not disposing of the image and its refusing to be cleared.
    I would suspect the first one being that you said it only happens on pc.

  • Agent detail report shows calls outside the time range

    Hi all,
    I have an UCCX 7.0 SR5 call center. My problem is that the agent detail report is showing calls outside the defined time range on the historical reporting client.
    Those calls start slightly after the end time difined in the HR client.
    Is there any explanation for this behaviour?
    Best Regards,

    Hello Hatem,
    I think that might be expected. In the Agent Detail Report the call start time is the time the call rang at the agent's extension and not necessarily the actual time the call started. So the report will show the call was really received within the time range but it rang the agent slightly after that time.
    HTH
    Pablo

  • Old images show up in the content boxes after renumbering

    I am using Bridge CS5 on a mac. I'm a wedding photographer.  This problem happens often. When a rename files after organizing them in the desired order (two photographers)  but before retouching them..... Old wedding images show up in the viewer or preview / content area. I can;t see what editing need to be made because it's all old photos. When I open the image in Camera Raw it is the correct image.

    Go to the Tools menu in Bridge and run Cache > "Purge Cache for folder xxxx" on each offending folder.

  • No images showing in LR2.6

    I am running LR2.6 on a Dell XPS435T 64b W7.  I downloaded LR2.6, and it seemed to work ok for a while.  Now when I open my catalog there are no images, only gray squares.  The correct metatata shows on the side bar, as do the rating stars on each gray image.  If I doubleclick on the image frame, it will open in CS4 Photoshop.  It seems to be working ok on my laptop.  The only change I can think of that I made in the system was to install Spyder3plus monitor calibration software, and then calibate the monitor with the Spyder3 sensor.

    LR boots pretty quickly.  My catalog has just under 39000 DNG images in it.  The device manager shows 8 processors, [email protected].  I have 12gb of installed RAM, and an ATI Radeon HD 4800 Series display adapter.  I am not too savvy about all these specs, but I gather it is supposed to be pretty capable.  The machine came with Vista ultimate installed, but I installed W7 beta shortly after I got it, and was so impressed that I upgraded immediately after W7ultimate came out.  I only just now got around to reinstalling the Spyder3plus, but downloaded the 3.1.3 software software just in the last few days.  The Datacolor page just shows "win" for capability, so I don't know if it has been tested for w7.  If I am reading the system details correctly, it is in fact using the Spyder3 profile.
    I really appreciate your inputs--as you can tell, I am not too swift with technical details.  many thanks!  RB
    Date: Sun, 17 Jan 2010 13:19:03 -0700
    From: [email protected]
    To: [email protected]
    Subject: no images showing in LR2.6
    Maybe the Spyder profile didn't get seen by LR initially.  Presumably you shut everything down and have rebooted between the time of using the Spyder and then LR.  Is it possible to tell for sure that the Spyder profile is being used.  Maybe Win7 has reverted back to its own internal profile and that is why it is working.  Do you know if the Spyder software has been updated since Win7 came out?  If not there could be some incompatibility with Win 7.  Win7 has its own simple monitor calibration process, now, much like Adobe Gamma used to do, so it may be wrestling control back from the Spyder profile loader unless the Spyder software has been written specifically to work with Win7.
    Not responding messages can be a result of other processing hogging the CPU or memory causing LR to wait or the machine, itself, not having the horsepower to run a program like LR.  I have a single core machine and typically wait for several minutes after starting up LR before I have control with my keyboard and mouse, so there are some things that a new machine would help with.  Thankfully my machine does have 4GB of memory.  When used LR on a 1GB machine, LR was mostly operating on virtual memory which can cause big slowdowns.
    >

  • Why don't my library images show up in the develop mode?  There is a big blue space with an X through it.

    Why don't my library images show up in the develop module?  There is a big blue space with an X through it.

    Disable GPU acceleration in your Lightroom preferences.

Maybe you are looking for

  • How to create a loop?

    I have this function: private function setUpHeaders():void { sLabel1 = xmlData.step1.ing..title+" - "+xmlData.step1..amt+":"; sLabel2 = xmlData.step2.ing..title+" - "+xmlData.step2..amt+":"; sLabel3 = xmlData.step3.ing..title+" - "+xmlData.step3..amt

  • Desktop Calender not Sync with handheld

    I cannot get my Desktop calender to sync with my palm.  I read previous posts on this problem and found one that would help but cannot follow his instructions.  My handheld is using Outlook , my information is in Desktop calender.  How do I change th

  • Dynamic parameter with unlinked table

    Post Author: martinh CA Forum: Data Connectivity and SQL Hello, I have 2 tables in my database. One table (table A) is for selecting the data (all kind of fields) The other table (table B) is only to be used to have a parameter selection (table with

  • Why decimal Places are allowed during goods issue and Goods receipt for mat

    Why decimal Places are allowed during goods issue and Goods receipt for material with unit of measure PCS. MY config allows consumption in decimal places. How to restrict this? Prem Nivas

  • Text is overlapping and unreadable

    Hi. Some webpages I attempt to view have text that overlaps and is unreadable. I have tried fooling around with the preferences (fonts and whatnot) but the problem still exists. This is not on all webpages, just some. Any solutions?