MONITOR ISSUE WITH FLASH CS3 (again)

Hello, me again with the same issue..still
Just to recap
After publishing my files, my site appears Ok on large monitors like 23 inch. Everything just work fine. The main window is 1024/728 pixels.
But, the top of the site gets  chopped up on laptops. about 10 cm from the top. No way to redraw the window. There are scrolling  bar on the right hand side but they do not allow you scroll up or down enough.. As all the navigation buttons are at the top, you are stuck with nowhere to go.
I have added a line of code
stage.align = StageAlign.TOP; but it does not help.
I have also tried reducing the percentage in the publishing window by 50% just to see.
It makes no difference on laptops.
Hope someone  can help before I have to redo the site
Regards
Michel

if you want it to open in the same window you need to have it reference "self"
unction fl_ClickToGoToWebPage_7() {
  window.open("http://www.apple.com", "_self");

Similar Messages

  • Color management issues with Flash CS3, please help?

    Hello everyone.
    I am having issues with color from a Jpeg image produced in Photoshop CS4
    after importing onto the stage in Flash CS3. The color in Flash changes the image to a lighter less saturated state. Yuk.
    Here is a link to a screen capture to show you what's happening (for a bigger view):
    http://www.rudytorres.com/color/weirdcolor.png
    As you can see the front image is the Photoshop image showing the sRGB color profile embedded but Flash (behind) changes that color.
    This client is quite picky and she will notice this difference.
    If any one can help, please.
    - Rudy
    P.S. It's a button somewhere, Right?

    Dougfly,
    Only an hour wasted? Lucky you. Color is an incredibly complex subject. First, forget matching anything to the small LCD on the back of your camera. That's there as a basic guide and is affected by the internal jpg algorithm of your camera.
    2nd, you're not really takeing a color photo with your digital camera, but three separate B&W images in a mosaic pattern, exposed thru separate red, green and blue filters. Actual color doesn't happen until that matrix is demosaiced in either your raw converter, or the in-camera processor (which relies heavily on camera settings, saturation, contrast, mode, etc.)
    Having said the above, you can still get very good, predictable results in your workflow. I have a few color management articles on my website that you might find very helpful. Check out the Introduction to Color Management and Monitor and Printer Profiling. In my opinion, a monitor calibration device is the minimum entry fee if you want decent color.
    http://www.dinagraphics.com/color_management.php
    Lou

  • Issues with Flash Pro CS5 on Mac

    Hi,
    I recently bought a MacBookPro 15", 2.4 GHz Intel Core i5, 4GB 1067 MHz DDR3 and CS5 Creative Suite. Built in Intel HD Graphics and NVIDIA GeForce GT 330M.
    Hi have some issues with Flash Pro:
    - when objects on the stage are quite big (for example a 800x3000 movie clip), it start showing strange colors and wrong position, however when double clicking the movie clip to edit it, it looks correct. Also no problem when publishing. See images attached, the first one is correct, the second one shows the problem, when editing the mc in the 2nd image i get the third image that is correct.
    Correct:
    Wrong:
    After entering editing mode:
    - after a while, when making a change in the stage or in the time line (deleting frames for example), it doesn't show it immediately, but i need to refresh the page. This happens more when opening many fla in the same time. Closing and restarting Flash fixes it, for a while.
    - after a while it doesn't show when selecting an object, the object looks like is not selected, however i can see that it is in the properties panel.  This happens more when opening many fla in the same time.  Closing and restarting Flash fixes it, for a while.
    Hi have been using CS3 and CS4 with less powerful computers before (always mac) and i never encountered these issues.
    Removing preferences and Application support files didn't help. I also updated Flash  to v. 11.0.1, but no joy.
    Does anyone know what's the problem?
    Thanks a lot.
    Mike

    Based on some searching and testing, it seems that if you redirect ~/Library/Application Support/Adobe/Flash CS5 to a location on the local hard drive, rather than the network account storage, the problem ceases.
    I hope this helps anyone else who may run into this problem.
    Take care,
    Branden

  • Colour Management Issue with PS CS3 and Leopard 10.5.2

    Hi Everyone,
    Since I have installed Leopard I am having colour management issues with Photoshop CS3 and my Canon i9950 printer.
    My screen is calibrated with a Spyder and I used to ask Photoshop (in 10.4.11) to manage colour when printing and used the Spyder profile. Everything came out as I saw it on screen.
    Now in leopard when I do the same thing everything comes out too yellow on the print. If I ask Photoshop to let the printer manage the colour it is too red. If I use the default colour management (photoshop managing the colour and it choosing the colour space it is better, but still too yellow).
    Photoshop gives the hint to turn off colour management in the printer but there is no option for this and it also said the same thing before of course (when it worked in 10.4.11).
    Any ideas?
    Thanks.

    >It was working perfectly in Tiger with the monitor profile.
    You were lucky.
    the monitor profile is so Photoshop can display your images correctly.
    the working space is Adobe RGB, sRGB, BruceRGB, ect... these are all known color spaces so when the file goes to another computer there is a consistent color space for reference. If you use your monitor profile as a working space then nobody else knows what is going on with your file.
    when you print you need to use the printer profile for the type of paper you are printing on this is supplied by the printer manufacturer. you can also have custom profiles made.
    you need to read up on color management:
    http://www.gballard.net/psd.html
    http://digitaldog.net/

  • Having Major Issues with Flash Player

    Using IE 8,  64 bit, flash player 11.4.402.287
    Having major issue with flash player! can not play a lot of games on FB. Games tell me that i need to update my Flash Player, PC says I have the latest version installed already.Ok, thought i would uninstall/reinstall...no go. Will not uninstall, says I need to close IE...which none are open.  This issue has been going on for weeks now.  I have done everything the help said to do and still not working.  I need HELP!

    im using the recent adobe flash player
    windows XP, internet explorer, 10.045.2, 32bit
    im not sure how this works, but im sure all that is correct:)
    if you need additional infomation, just let me know

  • Comunication and events: Flex Builder 2 with Flash CS3

    Hey hello...well, my question is: how can i comunicate Flex
    Builder 2 with Flash CS3?
    this is my code on Flex Builder 2:
    <mx:Script>
    <![CDATA[
    import mx.controls.*;
    import mx.events.*;
    public function CargaCompleta(e:Event):void
    try
    e.target.content.objeto_salida.addEventListener(Event.COMPLETE,uno);
    catch(er:Error) { Alert.show(er.message,"Error"); }
    public function uno(e:Event):void
    try
    s1.content["objeto_salida"].removeEventListener(MouseEvent.CLICK,s1.content["Finaliza"]);
    s1.source = null;
    s1.source = "recursos/reactivos/208M-1R.swf";
    catch(er:Error) { Alert.show(er.message,"Error"); }
    ]]>
    </mx:Script>
    <mx:SWFLoader id="s1" width="278" height="251"
    complete="CargaCompleta(event)"
    source="recursos/interactivos/208M-1I.swf">
    </mx:SWFLoader>
    and when it change from one file to another, on the event
    "Complete" for the SWFLodar, an error happend
    TypeError: Error #1009: No se puede acceder a una propiedad o
    a un método de una referencia a un objeto nulo.
    at 208M_fla::MainTimeline/frame1()
    Hope somebody can help me...for your time thanks...

    "Jorge EdOardo" <[email protected]> wrote in
    message
    news:gfcfcr$9s2$[email protected]..
    > Hey hello...well, my question is: how can i comunicate
    Flex Builder 2 with
    > Flash CS3?
    >
    > this is my code on Flex Builder 2:
    > <mx:Script>
    > <![CDATA[
    > import mx.controls.*;
    > import mx.events.*;
    > public function CargaCompleta(e:Event):void
    > {
    > try
    > {
    >
    e.target.content.objeto_salida.addEventListener(Event.COMPLETE,uno);
    > }
    > catch(er:Error) { Alert.show(er.message,"Error"); }
    > }
    > public function uno(e:Event):void
    > {
    > try
    > {
    >
    >
    s1.content["objeto_salida"].removeEventListener(MouseEvent.CLICK,s1.content["Fin
    > aliza"]);
    > s1.source = null;
    > s1.source = "recursos/reactivos/208M-1R.swf";
    > }
    > catch(er:Error) { Alert.show(er.message,"Error"); }
    > }
    > ]]>
    > </mx:Script>
    > <mx:SWFLoader id="s1" width="278" height="251"
    > complete="CargaCompleta(event)"
    > source="recursos/interactivos/208M-1I.swf">
    > </mx:SWFLoader>
    >
    > and when it change from one file to another, on the
    event "Complete" for
    > the
    > SWFLodar, an error happend
    >
    > TypeError: Error #1009: No se puede acceder a una
    propiedad o a un m?todo
    > de
    > una referencia a un objeto nulo.
    > at 208M_fla::MainTimeline/frame1()
    >
    > Hope somebody can help me...for your time thanks...
    http://weblogs.macromedia.com/pent/archives/2007/04/using_actionscr_1.html

  • Adobe AIR updater applicationupdater_ui.swc with Flash CS3 not working

    Hello AIR geeks,
    I have a project which is running in Flash CS3 with AIR.
    I would like to incorporate the functionalities which are available in applicationupdater_ui.swc
    Can any one please help me to make it available for flash cs3
    got a very nice code sinppet also
    http://www.fmajakovskij.info/air-updater-made-easy-with-scheduling/
    but Its not working with Flash CS3
    Thanks a lot
    Regards,
    Srinivas

    Use the Flex/Flash Component Kit to wrap your symbols for use in Flex
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • After the recent update I am having issues with Flash based games freezing and not responding.

    After the recent update I am having issues with flash based programs not running or loading correctly.  The programs will not load or take an extremely long time to load compared to jsut a few days ago.  This happens across the board on anything flash based.  Also, once they do load they will freeze, stop responding or need to be constantly refreshed to come back alive which is short lived at best.  I went thru the help and did all the file deleting, cache clearing, disabling hardware acceleration, removing then reinstalling flash, and even removing and reinstalling my browsers.  None of this has helped at all.  I am using Chrome and it is up to date and I checked my Flash player and it is up to date.  I am running windows 7 64bit.

    Here's what you're up against guys,
    Adobe writes the base code for Flash Player, and then hands it off to Google, who adapt it to a PPAPI plug-in (it's NPAPI when Adobe writes it). It's then "PepperFlash" and Google embeds it in their Chrome browser. While Google is pushing a "webwide" move to PPAPI Flash Content, a reinvention of the wheel so to speak, not everyone "got the memo", and Google is slowly making it so that PepperFlash will block NPAPI Flash content from running properly, and you have to disable PepperFlash to force the NPAPI plug-in to work, which sometimes fixes it, sometimes not. I have a feeling this is only going to get worse. HTML5 will eventually resolve the video end but game developers need to come up with something that won't require a plug-in.
    And to the first post:  Since PepperFlash is embedded in Chrome by Google, you can uninstall and reinstall Flash Player from here until your hard drive literally seizes up.... guess what? It has NO EFFECT at all on the PepperFlash plug-in in Chrome because it's a separate file in a separate folder and the uninstaller & installers don't have anything to do with it.

  • Issue with Fireworks CS3

    I'm experiencing an annoying issue with Fireworks CS3.
    Immediate use of the application is not available after its opened.
    Meaning, clicking on the application menu more than once returns a
    message in the title bar, &quot;Adobe Fireworks CS3 (Not
    Responding)&quot;, and it hangs there at least 30 seconds or so
    until it's ready to be used. And this is even having Windows Aero
    disabled.
    I recently formatted my computer and have minimal programs
    installed. Here's an overview:
    Windows Vista Business x64
    Intel Core2 Quad CPU @2.40 GHz, 2400 MHz, 4 Cores
    8 GB Memory - DDR2
    500G 8M 7200 SATA II Hard Drives (x2)
    GeForce 8600GT 256M video card
    Office 2007 Ultimate (complete install)
    CS3 Web Standard (less Contribute and Version Cue)
    Acrobat Pro 8.1.1
    iTunes 7.6
    QuickTime 7
    If anyone has an idea why this may be happening, please let
    me know.
    Thanks,
    Mike

    ~Michael wrote:
    > I disabled Windows Firewall and nothing changed. Prior
    to formatting I did have
    > Norton AV 2008 installed, and still experienced the same
    issue with Fireworks.
    > And yes, I'm the administrator on the computer and UAC
    is off. I forgot to
    > mention, I'm only experiencing this issue with
    Fireworks. Everything else opens
    > blazingly fast. Michael
    Clutching at straws here but my last bit of advice would be
    to make sure
    you have the latest NVidia drivers for your graphics card.
    Other than
    that I don't know what else to tell you except that Fireworks
    works
    great for me which of course doesn't help. Maybe a call to
    support would
    get you some more pointed advice are you certainly don't seem
    to be
    alone with this issue although it doesn't affect every Vista
    user.
    FWIW, before I got this machine last July (2007) I ran CS3 on
    an aging
    2001 AMD Athlon 1 GHz machine with 1 GB or Ram (running XP
    Pro). While
    no CS3 (or any other) application was blazingly fast,
    Fireworks was no
    worse than any other. The worst offender for me was
    Illustrator.
    There has to be a combination of hardware, drivers or memory
    resident
    apps that makes it worse for Fireworks somehow but these
    kinds of issues
    are the hadest to troubleshoot. That's why I think getting a
    hold of
    Adobe's official support may help as I hope they are
    gathering data on
    this to hopefully pinpoint a cause for the problem and may
    have some
    more meaningful advice than I or other users here may be able
    to give.
    Stéphane Bergeron
    reach : connect : communicate
    http://www.webfocusdesign.com
    blog : tutorials : articles : gallery
    http://www.pixelyzed.com

  • Previous computer crashed without my Adobe CS3 Design Standard for Macintosh application being uninstalled, I'm having issues with the CS3 on my new Macintosh laptop. Please help!

    Since the previous computer crashed without my Adobe CS3 Design Standard for Macintosh applications being uninstalled, I'm having issues with the CS3 on my new Macintosh laptop. Please help, I've tried using the online "contact us" with no success, unable to get in contact with a tech support agent that can assist me.

    CS3 is too old to run on a new Macintosh laptop, sorry. You'll have to purchase CS6 or a Creative Cloud subscription.

  • Issues with Flash player in CC

    Hi,
    I am facing this issue with Flash in CC. We have recently upgraded our Adobe suite from CS6 Master Collection to Adobe Creative Cloud ENT.
    The video playback in the software(Flash in CC) is incredibly slow and choppy, which makes it difficult for students to work on their animation.
    This is happening with all PCs using Flash CC, there are few students who have Flash CS6 on their PCs and they aren’t having this problem.
    Thanks,
    Ram

    Hi Mohan,
    Thanx for the response. below are my specs:
    Specs:
    Windows 7 Pro, Service pack 1, build 7601
    Intel Core i5 760 2.8Ghz
    5 GB RAM
    Nivdia Gefore GT 220
    Just tried your recommendations.
    The performance issue exists for both the stage/timeline playback as well as test movie. I tried the suggestion to close the timeline and it doesn’t seem to make any difference.
    When playing back footage, the FPS display on the timeline can be seen to fluctuate.
    I’ve also tried another thing: Closing Flash CC and opening the test movie SWF file, which opens in Flash Player 11 and it plays perfectly fine.
    Tanx.. Ram

  • Interface freeze issue with Flash Projector

    I am facing an interface freeze issue with Flash Projector running a flex state based application. A Flash Projector exe was generated from a standalone flash player ver 10.2. The target machine on which the problem occuresd has 10.3.
    Basically "screen freeze" means that the user interface is running as usual on Flash Player, but it's not responding to any user input (like button presses). But if we alt-tab to another application, the state changes in the Flash player. There is display with buttons on the screen, but touching the buttons or doing anything else - it did not respond.  Rebooting the computer fixes the problem.
    Can you suggest why this is happening? Is there any known bug in Flash Player.
    The problem is this is being hard to reproduce on the developer workstation as it doesn't happen always. But it happens quite often on the target machine running an Intel Atom N270. What debugging steps can you suggest?
    Problem Description : http://www.youtube.com/watch?v=z25oV9QWRyk

    First, thanks for the video.  Having this always makes it much easier to understand the problem.  A couple of recommendations.  First, if you feel like this might be a player bug, please add a new bug report over at bugbase.adobe.com and if possible please include any sample code or swf's that can help us reproduce the problem internally.  Linking the video would also be great.  In addition, would you mind reposting this question over on the Flash Professional forums?  This forum is primarily for end users, the Pro forums will get you in touch with a wider developer audience who might have additional feedback.
    Thanks,
    Chris

  • Problem with compression with flash cs3

    our web developper says that she was unable to compress image
    with flash cs3 any idea why and what i can do for her ?
    Thanks

    Mark,
    > I have set my publish settings to Flash Player 9.0 and
    Actionscript
    > 3.0, but keep getting an error as follows:
    >
    > "WARNING: The component 'FLVPlayback' requires
    ActionScript 2.0."
    Gotcha. You must have started the document in AS2, then
    changed the
    publish settings. Each version of the language has its own
    version of the
    FLVPlayback Component (written in the relevant language).
    Start over and
    compare two compleley new FLA documents: make one for AS3 and
    one for AS2.
    Open the Components panel and note the differences between
    the two. There
    are a different set of Components depending on the language
    chosen for the
    document. Drag the FLVPlayback Component from the Components
    panel in an
    AS3 document, and you'll have the AS3 version.
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • Sollution to Firefox 3.6.8 issues with Flash 10.1.53.64 !!

    Sollution to Firefox 3.6.8 issues with Flash 10.1.53.64 !!
    Had the well known problem after upgrading to 3.6.8.
    Found that many people had the same problem also.
    After investigating A LOT about this one i've found that if you set, in about:config, the parameter " dom.ipc.plugins.enabled.npswf32.dll " to FALSE it solves the problem !!
    So...
    dom.ipc.plugins.enabled.npswf32.dll == false

    While I have not contacted Adobe, I am sure the answer will be don't use Firefox 3.6.8. ( The compliment to the answer you gave. It not Firefox that has the problem but Adobe.)
    Since the only solution that I have seen is to disable the key reason to use Firefox 3.6.8 (crash protection) then the problem would appear to be in how Firefox as done the crash protection.

  • Secondary monitor issues with iMac after 10.6.5 upgrade

    After the upgrade to 10.6.5 yesterday, my second monitor on my iMac has been turning to snow, and then coming right back to normal about every 10 seconds.
    I've tried rebooting with and without the monitor connected, and I'm still getting the same problem.
    Anyone one else having this issue?

    Tried the Time Machine restore with no luck. The second monitor was still flashing away. Also tried Disk Utility to verify the disk then applied the Combo update. Again no luck.
    The only way I was able to fix it was by wiping and reinstalling Snow Leopard from the installation disk. The monitor worked fine until I installed the 10.6.5. update and it went back to the same thing.
    I wiped everything again and did the combo update back to 10.6.4. Now everything's working just as it should.
    Sounds to me like it's a driver issue... Is there a way to feed back to Apple my model numbers and the problems I'm having? (other than sitting on the phone for hours)

Maybe you are looking for