Flash 8 sprites stop the stage updating

Posted about this issue before but now it really is causing
me hassel. It's the fact that I have two main Flash 8 sprites on my
stage, one is an animated accordian style menu system which when
the user clicks of a menu Director jumps to the relevant frame with
both Flash sprites staying on the stage. I have also used, a couple
of times, a Flash add banner animation on the main page and found
these did not remove themselves from the stage. Answer on here was
to do the following when jumping to another frame:
sprite(1).visible=FALSE
updateStage
sprite(1).visible=TRUE
Sprite 1 is a large QuickDraw rectangle covering the whole
stage.
Problem with this is it's causing the contents of the main
area of the screen to flash on and off very quickly. As a lot of
the frames jumped too also have QuickTime video playing Direct To
Stage you get a multiple flicker as first QT loads, then the
background is turned on and off. So I tried to modify the routine
to only do this when jumping from a screen that had the flash ad
banners on but know when I jump from a page with regular text and
bitmap sprites and then the flash menu animates, it's not allowing
the screen to update when arriving at the new frame with text and
bitmaps on!
This has been a bug for many years in Director and I am
really annoyed that MM and now Adobe have never bothered to fix
this. I am producing a large corporate catalogue on DVD-ROM and the
client has complained about the flashing. So what do I do? Say, "Oh
sorry, the guys at MM & Adobe couldn't fix this bug and have
left it for years without even bothering, I know they have millions
of dollars but they couldn't spare one programmer to fix this one.
Yeah I know it says on the box that it works seamlesly with Flash
but hey that obviously isn't true!"
Any elgant solutions to this one???
Kevin

> sprite(1).visible=FALSE
> updateStage
> sprite(1).visible=TRUE
I don't know who suggested this, but more reliable is setting
the
backgroung color of the stage to itself forcing a complete
redraw of the
entire stage area (although maybe the above does much the
same thing):
the stageColor = the stageColor
As for QT flashing, this too has a simple enough work-around:
move the
sprite offstage for a frame while the QT engine initialises,
then move
it back for display - something like:
-- behavior attached to QT sprite
property spriteNum
property my
property myLoc
property _initialised
on beginSprite me
my = sprite(spriteNum)
myLoc = my.loc
my.loc = myLoc + 10000
_initialised = 0
end
on exitFrame me
if _initialised then exit
_initialised = initialised + 1
my.loc = myLoc
end

Similar Messages

  • How can I stop the software updater pop ups advising me to update to 11.0.03?

    Can anyone help with how to stop the software updater pop ups advising me to update to Reader 11.0.03? My antivirus advises the link in the pop up is unsafe, so I went to the Adobe website to update from Reader 9. The website doesn't offer X1, but did offer X, so I updated to 10.1.7.
    Why is the site not offering a download for X1?
    Even though I have updated to X I am still getting the pop ups for X1. I have attached a screen shot of the pop up - is this legitimate or some kind of scam carrying a virus?
    Thanks.

    There are literally thousands of sites with videos (linked to from yet thousands more) that will prompt you to "upgrade" or update your already updated Flash Player. This is the most common method of delivery for malware like that.
    A friend who runs a PC Repair business told me that if you've updated your Flash Player and you see a warning in a web page that you need to download an update to watch a video, it's an attack site.
    A simple gesture of holding your mouse over the warning or link, will indicate the address it points to. If it DOESN'T say Adobe anywhere in the beginning of the address (download.adobe.com, or adobe.com/downloads), it's a forgery, and you should leave that page immedaitely. If you download and install whatever they link you to, it may play the content you were looking for, but you've just been infected with something that may lay dormant for months and then suddenly take over your whole system.
    If you use your PC for work, you're really in trouble.

  • HT2404 How can I stop the Software Update madness??

    I recently bought an Epson printer to replace my broken HP printer.  I uninstalled all the HP-related software, but I still am getting prodded by Software Update to update software I no longer have!  How can I stop the Software Update madness??

    There are literally thousands of sites with videos (linked to from yet thousands more) that will prompt you to "upgrade" or update your already updated Flash Player. This is the most common method of delivery for malware like that.
    A friend who runs a PC Repair business told me that if you've updated your Flash Player and you see a warning in a web page that you need to download an update to watch a video, it's an attack site.
    A simple gesture of holding your mouse over the warning or link, will indicate the address it points to. If it DOESN'T say Adobe anywhere in the beginning of the address (download.adobe.com, or adobe.com/downloads), it's a forgery, and you should leave that page immedaitely. If you download and install whatever they link you to, it may play the content you were looking for, but you've just been infected with something that may lay dormant for months and then suddenly take over your whole system.
    If you use your PC for work, you're really in trouble.

  • How to stop the auto updater in N900 application m...

    Hey guys,
    Anyone know how to stop the auto updater in N900 application manager ?
    Coz when i connect via wifi or 3G, it always try to search for updates...Coz of that i cant search the web properly until its over.
    Specially when i connect via GPRS, i have to pay more for this extra mega bites use from app manager...
    So got any ideas for this prob...?
    (I usually use faster app manager to install apps.)
    Click the star if this helps you (",)
    If this is your answer, please do not forget to click "Accept as solution" (",)

    virajx3006 wrote:
    Hey guys,
    Anyone know how to stop the auto updater in N900 application manager ?
    Coz when i connect via wifi or 3G, it always try to search for updates...Coz of that i cant search the web properly until its over.
    Specially when i connect via GPRS, i have to pay more for this extra mega bites use from app manager...
    So got any ideas for this prob...?
    (I usually use faster app manager to install apps.)
    dude check your inbox
    Reality is wrong....dreams are for real... 2pac .
    don't forget to hit that green kudos

  • How do i move a sprite across the stage using the arrow keys on my keyboard?

    I'm a high school student and i love director. I recently have become interested in game development, and i am completely lost in how to move a sprite across the stage. I have tried toying around and google hasn't been very helpful. An example of something i found is
    on keyUp
      if (_key.keyCode = 124) then sprite(4).locH = sprite(2).locH -25
      if (_key.keyCode = 123) then sprite(4).locH = sprite(2).locH -25
    end keyUp
    I don't understand why this wont work.
    HELP

    This code moves sprite 2 to a position relative to sprite 4. If sprite 4 is not moving, then sprite 2 will always move to the same position, so it will not appear to move at all.
    Perhaps this code makes more sense:
    on keyUp
      if (_key.keyCode = 124) then sprite(2).locH = sprite(2).locH +25
      if (_key.keyCode = 123) then sprite(2).locH = sprite(2).locH -25
    end keyUp

  • How do I stop the Norton update Safari SafeWeb extension message

    How do I stop the Norton update Safari SafeWeb extension message?
    The Norton webpage does not open and the "Don't show this message again" box doesnot work.

    Norton Antivirus (made by Symantec) has a very long and illustrious reputation for mangling Mac OS X systems, sometimes to the point where a complete reinstall is necessary. Among other things, it installs kernel extensions which are known to cause kernel panics and system freezes; it contains known and documented bugs which can silently corrupt Adobe Photoshop and Adobe InDesign files, destroy a user's ability to authenticate as an administrator, and (on PPC systems) can cause Classic to stop functioning; and Symantec has on at least two occasions now released flawed .dat file updates which erroneously report certain critical Mac OS X files as "viruses." (Deleting these "viruses" causes damage to the system that in some cases renders it unbootable.)
    Norton Removal Tool (Symantec Uninstaller):
    http://www.symantec.com/business/support/index?page=content&id=TECH103489&locale =en_US

  • How can i stop the itunes update notification

    how can i stop the itunes software update notification. I have alreaady unchecked the box to automatically check for updates.

    Don't tap the install button.

  • Hp split 13 X2 does not update to windows 8.1 how do I stop the auto update

    My notebook runs with Windows 8.0 and functions well.  Unfortunately the Windows OS want so to update to Windows 8.1 and my notebook does not accept the upgrade as it will not configure the change.  Even though I have set the Windows update to require my approval before updates are initiated it continues to auto update to Windows 8.1.  When the update fails my PC automatically reinstalls Windows 8.0 and I am back working again.  This has happened 3X in the last 2 months and I am frustrated.  Does anyone have any suggestion on how to stop this cycle?

    Hi @PDaley,
    Welcome to the HP Forums!
    It is a terrific place to find answers and tips!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    How Do I Find My Model Number or Product Number?
    I understand that you are having an issue with updating your Windows 8 to 8.1. Although you have set the update to require your approval before installing the update, it does it automatically.
    When the update fails it reverts back to Windows 8 and all is well.
    Here is a link to HP PCs - Updating Windows 8 to 8.1 that may help.
    You can also go to the  Windows Compatibility Center  that may also help to determine what is required for a successful upgrade.
    This one from MIcrosoft may also help.  Update to Windows 8.1 from Windows 8.
    Good Luck!
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • How to stop the software update

    The software update of my Curve9360 has started automatically and is blocked at 9% since a very long time, while the blackberry is hot and I can't exit in any way. How can I stop the process?
    I've tried to take off the battery, but when I put it inside and start the device, the screen appears always with the software update at 9%.
    I've also tried to connect the blackberry to the PC to use the Desktop Manager, but the Desktop Manager can't connect to the Blackberry which is still at 9% of the process and is getting more and more hot!
    HELP ME

    Try this:
    force the detection of the BlackBerry smartphone using Application Loader
    http://btsc.webapps.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB10144
    Please click the Thumbs Up icon if this comment has helped you!
    If your issue is resolved, please click the solution button on the resolution!
    Every BlackBerry should have BlackBerry Protect, get it now! | Follow me on Twitter | Bring Back BBM Music!

  • When I try to update my computer, I get a box that says something is stopping the sucurity updates.

    My computer is on auto updates, when it tries to update I get a message that says something is stopping my security updates.

    This issue can be caused by the presence of leftover files in the Firefox program folder (defaults\pref) like a file all.js or firefox.js
    * Download a fresh Firefox copy and save the file to the desktop.
    * Firefox 4.0.x: http://www.mozilla.com/en-US/firefox/all.html
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Do not remove personal data if you uninstall the current version.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.
    See also:
    * [/questions/815130?page=2#answer-185385]

  • How do i stop the constant "update to FF5" reminders?

    i lost some functionality when i updated to FF4 so i'm not keen to change to FF5. also, im happy with FF4 now i dont want to learn a new layout/features etc etc i just want FF4, at least for now. but there is no option to stop the constant reminders to upgrade to FF5. IT'S DRIVING ME MAD! please help. thanks

    i've now found the answer in FF help. in case anyone else needs it:
    tools
    options
    update
    deselect FF check box.
    all the best.

  • We are trying to package our iTunes Windows and we can't stop the auto update feature.  How can we do this?

    We have consultants here packaging many of our Apps for deployment with Windows 7.  We cannot find a way to turn off the auto update feature within iTunes for Windows.  Has someone been successful in packaging iTunes for Windows and NOT do the auto update piece?

    The Apple advice revolves around the editing the registry:
    Windows OS Managed Client: How to manage iTunes control features
    ... but it's beyond my competence to advise how to work that particular registry edit into a deployment, I'm afraid.

  • I am an online professor using Blackboard 9.1. Bb only works with Firefox 3.6 so I need to prevent Firefox from automatically updating. How do I stop the harassing update popups?

    I used to regularly update but I started experiencing problems with my online classes. Blackboard tech support said that your updates are not working so I had to uninstall and reinstall 3.6 and now everything works okay but I need to stop all the popups about updating.
    I already have it set so it asks first but I do not want to be asked.
    Thank you.
    Thank you. Patrizia

    You can install the portable Firefox 3.6.x version to access websites that do not work with Firefox 5+.
    *http://portableapps.com/apps/internet/firefox_portable#legacy
    *http://portableapps.com/apps/internet/firefox_portable/localization#legacy36

  • How do i stop the auto update of Facebook albums?

    hi
    just want to find out if there is a way to stop iphoto from automatically uploading/ updating the facebook albums...
    thanks
    Wulf

    wdubya
    Welcome to the apple user to user assistance forums
    just want to find out if there is a way to stop iphoto from automatically uploading/ updating the facebook albums...
    Don't change the iPhoto album in the facebook section of the source pane - any changes made to those albums will be synced to Facebook
    LN

  • Ipod toch has froozen from me trying to stop the software update !

    i accidentally started the i0S5 .1 the last time it ened up erasing all my music and apps so i try to stop it from going through and in the process it freezed my itouch leaving a blank white screen. So my question is how long will it be before it unfreezes or is it something i can do that can help speed things up, and finally will this end up with my apps and music being deleted again?

    - Yu can try a reset:
    Reset iPod touch:  Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - And if necessary, connect to computer and restore via iTunes.
    - Next let the battery fully draon. After charging for an hour try the reset and resore again.
    If you do the update on your syncing computer and all media (apps music, synced photos etc, are on the computer/in iTunes library of tha computer then doing update will result in nothing lost.

Maybe you are looking for

  • Unable to download pdf file in windows 8.1

    After upgrading to windows 8.1, i have been unable to download pdf files sent via yahoo email, IE11 and Adobe Reader 11.  Did not have this problem before with windows 8.  I click on the pdf attachment, NOrton says that the file is safe but nothing h

  • TARIFF not showing desired Personnel Area

    Hi Experts, In Enterprise Structure 70personnel areas were maintained. Tariff feature is maintained for 10 Personnel areas for all EE groups. Now I want to maintain for one personnel area which is not maintained above. (for ex: PA'a were maintained f

  • Remove SAP Branding from Portal Logon 7.1

    Hi, does anybody know how to remove the SAP Branding image from the logon page in 7.1? Unfortunatly we are not able to export / import the logonpage from the portal (around 40 errors if we try to build the original(! just export and import) logonpage

  • Problems with zoom

    Sometimes, when I press Ctrl-+ it zooms OUT instead of in. What's wrong?

  • Still can't read Nikon D60 NEF Files with Camera RAW 4.4 updatel

    I've installed the Camera RAW 4.4 update with Elements 5.0.2, but I'm still unable to import files from the camera. Elements advises that files are damaged ...