Flash trouble

Here is what I need to do:
I am trying to program next and a back buttons to navigate
through a slide show. I have done this many times in older Flash
versions but in the new cs3 Flash I am unable to do what I usually
did. Can someone please give me the proper actions to apply to a
back button and a next button? I know, it's probably simple. :)
Thanks.
Also, my old preloader doesn't work so if I could get help on
the programming for that it would be a bonus!
Here is what I got:
WARNING: Text field variable names are not supported in
ActionScript 3.0. The variable 'percentageOutput' used for an
unnamed text field will not be exported.
WARNING: Actions on button or MovieClip instances are not
supported in ActionScript 3.0. All scripts on object instances will
be ignored.

tjc yeah,
> I have done this many times in older Flash versions but
> in the new cs3 Flash I am unable to do what I usually
did.
By default, Flash CS3 creates FLAs based on ActionScript
3.0, and it's
the language (not Flash CS3 itself) that is (probably)
causing your
headaches. Configure your Publish Settings for ActionScript
2.0, and you'll
be back in familiar territory.
> WARNING: Text field variable names are not supported
> in ActionScript 3.0.
Bingo! You might just want to switch back to ActionScript
2.0 for the
time being. That will keep you productive while you find
spare time to
learn ActionScript 3.0.
That said, text field variable names are a very old way --
Flash 4 era,
I think -- of displaying text in text fields. Even in
ActionScript 2.0, you
can forego the the var field of the Property inspector and,
instead, give
the text field an instace name, then refer to that instance
name in your
code. The instance name is what allows ActionScript to speak
directly to
your text field (or any object, really, including movie
clips).
Now that you can address your object -- in this case, a text
field --
how do you know what to tell it? What language does it speak?
Fortunately,
everything is laid out for you in the ActionScript 2.0 (or
3.0) Language
Reference. Since you're dealing with a text field, you'll
want to look up
the TextField class. Classes define objects, so they're
effectively mini
Owner's Manuals for the object at hand.
You'll generally fine one or more of the following three
categories in
class entries: properties (characteristics), methods (things
the object can
do), and events (things the object can react to). In the case
of TextField,
you'll find the TextField.text property. That allows you to
set the textual
content of a given text field. To use this feature, you'll
refer to a
particular TextField instance -- meaning, whatever instance
name you chose,
such as myTextField -- then put a dot, then the desired
property:
myTextField.text = "Here's my message.";
That's instead of setting a string variable and associating
that
variable with a text field. Just a different approach.
ActionScript 2.0
lets you do it either way, which makes AS2 a nice transition
ground toward
the new language.
> WARNING: Actions on button or MovieClip instances
> are not supported in ActionScript 3.0.
Bingo again. :) Maybe change your publish settings for now,
then make
time to get used to the new paradigm. Here a a few articles
that may get
you started:
http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
http://www.quip.net/blog/2007/flash/making-buttons-work-in-flash-cs3
David Stiller
Co-author, Foundation Flash CS3 for Designers
http://tinyurl.com/2k29mj
"Luck is the residue of good design."

Similar Messages

  • Flash trouble with IE

    On the development version of a site, I have created a flash
    movie that uses an XML file that refers to the filenames of images
    and their respective captions that are then loaded into the flash
    movie.
    The images are loaded 2 at a time, into movie containers
    within the movie, and then the movies containing the images cycle
    through the images one at a time, one movie container fading out
    revealing the next image below it, etc. etc.
    Basically, I have used this on the site for many photo
    galleries. Each one uses the same flash file (in its own folder on
    the server, with its respective "images" subdirectory) coupled with
    an XML file (all in the same folder on the server) that tells the
    flash file where the images are, and in what order, and their
    related captions.
    There are 9 photo galleries, therefore 9 folders on the
    server, each with their own flash and XML and JPEG image files. For
    3 specific galleries, the flash file does not load images on some
    computers using IE. On the same computers, all other galleries work
    fine.
    Can anyone even guess what could be causing this??
    Many thanks in advance,
    Armo
    Mark this message as the answer.

    There is more than one version of the Flash Player, you need to double-check that you have installed the version of Flash Player that Firefox uses. Firefox and IE use different versions of the Flash Player, and Chrome has its own version of the Flash Player built in.
    A quick way to find out if you have the version used by Firefox is to visit the following link using Firefox - http://www.adobe.com/software/flash/about/
    If it shows that Flash is not installed, using Firefox you can install it from http://get.adobe.com/flashplayer/ or use the manual installers, for details see http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • More flash trouble

    :confused
    I have navigation flash buttons on my webpage and at one
    point they previewed fine but now they no longer preview and when
    uploaded to site they are gone. I uploaded the Ac Scripts and .swf
    files and per dreamweaver don't have any broken links but it does
    state that i have several external links, links to pages outside of
    site. These are all AC Scripts and
    download/macromedia/pub/shockwave links. Now my confusion is
    dreamweaver shows my AC Scripts within my site, but the external
    link under results shows file:///C|/Documents and
    Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
    Text
    Thanks for any help

    If you want to use Flash for navigation, consider this -
    1. Some people don't have Flash installed - what do they do?
    2. Search engines don't parse Flash links - your site will
    not be spidered
    if you do not also have redundant HTML navigation.
    3. Screen assistive devices don't parse Flash links - what
    will those users
    do?
    4. DW cannot maintain links within a Flash movie, so if you
    move or rename
    a linked file, your navigation will break - what will you do?
    You will have
    to remake those buttons.
    It's usually a very bad idea for these reasons - and for
    these reasons,
    Adobe has removed Flash buttons and Flash text from the next
    version of
    Dreamweaver.
    > the external link under results shows
    > file:///C|/Documents and
    > Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
    DW thinks that this path leads to a file outside your local
    root folder. Is
    it?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "affliction7" <[email protected]> wrote in
    message
    news:ghghgb$d11$[email protected]..
    > :confused
    > I have navigation flash buttons on my webpage and at one
    point they
    > previewed
    > fine but now they no longer preview and when uploaded to
    site they are
    > gone. I
    > uploaded the Ac Scripts and .swf files and per
    dreamweaver don't have any
    > broken links but it does state that i have several
    external links, links
    > to
    > pages outside of site. These are all AC Scripts and
    > download/macromedia/pub/shockwave links. Now my
    confusion is dreamweaver
    > shows
    > my AC Scripts within my site, but the external link
    under results shows
    > file:///C|/Documents and
    > Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
    http://bouncybouncyss.com
    > Thanks for any help
    >
    >

  • Flash troubles.

    Well, you fix one problem, and another pops up.
    I was told by Youtube to update my Adobe Flash Player to 10. It seemed awkward, because I had just run software update, but I went ahead and downloaded it. Now my flash won't work AT ALL. I've reset Safari, uninstalled and reinstalled the latest player version. Nothing.
    I've determined that it's a system problem, though, because Firefox won't load flash, either. Same story, reinstall, etc.
    Suggestions? D:

    What you need to do is head over to Adobe's site and find the uninstaller for the version of Flash you have. Run that uninstaller, then try updating again.
    Adobe's products don't always upgrade well--they tend to leave bits of the previous version behind, which can cause conflicts like what you're seeing.
    ~Lyssa

  • MSI H61MA-E35 bios flashing troubles

    Hi!
    I buy this MOBO and i want to flash it to v2.0 or v2.1 bios. But all the versions downloaded from msi support site are corrupted or something. Both v2 and v2.1 are nonflashable via M-flash and when I tried to flash from DOS via afude238 it says that ROM file ROMID is not compatible with existing BIOS ROMID.
    Excuse me, but msi?

    Quote
    And i can`t use forum usb flasher because of it must be run at mb that flashes
    nope you can prepare the USB stick in some PC,
    then to move the USB stick to the board which you gonna flash and flash it

  • MSI Radio module firmware flashing troubles

    Help!!
    I've just tried to flash the radio module with the latest software and possibly beacuse the radio was on at the time, the flashing failed and I'm left with a dead radio.   There's no display, backlight or clock and none of the buttons work. I suspect it's just erased the flash.
    I've tried to reflash from the file I downloaded but it just fails each time.
    Let this be a lesson to you all. Don't upgrade the radio firmware when it's on!!!!  
    Does anyone have any ideas how to solve this?? Is there a jumper link inside to reset the flash???
    Any help is much appreciated!!
    Many thanks,
    Cybermush

    Hi ya,
    same happened to me!
    Here's what I did:
    - Clear the CMOS as described in the manual (Power Off, unplug power, J2 set to 2-3, set to 1-2 again)
    - Power on and do BIOS and radio flash upgrade
    It works again!!

  • Photoshop fonts not listed in flash

    Hey, I've designed the graphical interface for a website in
    photoshop and now i'm trying to create animated buttons in flash.
    trouble is, the font i have used to design the site in PS is not
    listed in the flash font list. This is the case for lots of
    different fonts in PS. The original font was TTF so i converted it
    to OT1 and i've dropped a copy into all the adobe font folders I
    can find but its still not picking it up. Does flash load its fonts
    from a specific folder and if so, does anyone know which? I cant
    figure out why both TTF and OT1 versions of this font are listed in
    one CS3 app and aren't listed in the other. I've also tried image
    drag and drop from PS to flash but it just imports the text as a
    gray box. i'm really stuck here, if anyone has any advice i'd be
    really grateful. thanks.

    In my own experience, Flash takes it fonts from your system
    fonts. So you probably need to install the fonts in your system
    (Windows) as opposed to installing them in specific applications.
    I'm uncertain on this one, so if someone else has better
    information to offer, please do.

  • 16,0,0,240 PROBLEMS???? ADOBE PLEASE RESPOND

    I have the latest Flash Player version. However, when I go to my multiplayer golf site, I am no longer able to see my log in information. The site owners advise me to check that I am using the latest Flash Player...which I am. So, why can't I see all the information I am supposed to on my Windows 7 desktop, using Opera browser? It works fine on Maxthon and on IE. It was working on Opera but not any longer. The Flash trouble shooter states that I am ok and that there are no problems with my installation. So what's the problem?

    Hi Paul,
    The latest version of Flash Player is supported on Opera. Which version of Opera do you have?  I'm not familiar with this game and need to investigate.  When you say 'some of the information is now missing' what is missing?  Please provide steps to reproduce, including expected behaviour and actual behaviour will help in researching the issue.
    Also, using Opera browser, please go to Flash Player Help and click on 'Check Now'.  What version of Flash Player is detected as being installed?
    Maria

  • Heat fan and video problem

    Recently my MacBook has been running hot (80C) and the fan running at 6200rpm. I think this must be related to video (especially flash) getting very choppy and then unwatchable. I have checked the activity monitor and the are no process running over 20% (the highest being Firefox). Is this a hardware issue or is there something I can do to stop the processor running hot?
    Many thanks.

    If you're having Flash troubles, here's some suggestions:
    1) Upgrade your version of Flash--or go back to an older one, if you have the latest. Make sure you uninstall the current version before installing another
    2) Try another browser
    3) Update your version of the Shockwave plugin.
    As JoeyR said, Flash just doesn't play nice on OS X. Your fan is going to rev up, and the temperature will probably increase as well. There's nothing you can do about it.
    Which MacBook do you have--when did you buy it?
    ~Lyss

  • I am having trouble viewing iStore. It appears as if its a Flash issue, as several minutes after logging in to iStore I get a non-flash page of iStore in my iTunes window. I have re-installed everything and tried opening all ports in router....any ideas?

    I am having trouble viewing iStore. It appears as if its a Flash issue, as several minutes after logging in to iStore I get a non-flash page of iStore in my iTunes window. I have re-installed everything and tried opening all ports in router, and used msconfig to bring up each service individually to see if there is an effect.Flash and iTunes have been re-installed  ...any ideas?

    I agree. I don't rely on iCloud as a backup, that is what I have my portable hard drive for. Its 500 GB so I can hold my entire iTunes library several times over on it. I have all my movies on my hard drive, but somehow "The Mist" got deleted off of my hard drive, so I figured "Well, the option to redownload an already purchased movie is available through iCloud, I'll just do that!"
    And permissions and download availability have nothing to do with it, the movie's still there, it still allows me to redownload it. The only problem is when I click download, I get that message.
    And nobody else uses my computer, but I do have multiple accounts authorized on it. Even still though, I am attepmpting to download it through the account I purchased it under. :/

  • When I am on an Internet site, the iPad will suddenly flash a grey screen and then go to the home page". I then have to go back to safari and reopen my page. Anyone else have this trouble?

    When I am on an Internet site, my iPad will suddenly flash a grey screen and then go back to the home screen where I have to start Safari again and reopen my page. It does it frequently sometimes 3 times within 5 minutes. Anyone else have this trouble?  It is driving me crazy!

    Safari crash regularly
    https://discussions.apple.com/thread/2460899?tstart=30

  • Is anyone having trouble installing Adobe flash player on a MacBook Pro?

    Is anyone having trouble installing Adobe flash player on a MacBook Pro with OSX 10.7.5?

    Thanks for your help here is what I did so far!
    I have uninstalled Adobe and reinstalled it, I've tried restarting my browser, then my MacBook Pro without any success!
    When I click on the Apple in the upper left hand corner and open System Preferences I can see Adobe Flash Player on the bottom under the Other section.
    If I open Adobe up and check the version it tells me that I have the most recent version!
    I even uninstalled Adobe and installed the newest Beta version, but Adobe is still not working! If I check for the latest version it tells me that I do have the latest beta version, but it still doesn't work!
    If the person who made the video used any other video player it works!
    Their player, plays the video without a problem!

  • I am having trouble with my MacBook Pro. I get a blank screen with a flashing document file with a question mark in it, yes I have tried to install Mac OS X with the original disk but I get no choices of where I wish to install Mac OS X. Please help ;(

    I am having some trouble with my computer, what happened was: I was playing on a game, I played with a magnet, it started to go slower and slower, I pressed F9 then it went slower and then it went to a blank screen with a flashing document with a question mark on it. I tried the original OS X installation disk but when it came to choosing the area of which I save it, it showed no areas.

    Startup your Mac while holding down the Option key. That should prompt the Startup Manager window where you can select the startup disk then click Restart.
    If the startup disk is not available from that window, you may be able to repair the disk.
    Help here >  A flashing question mark appears when you start your Mac

  • My Mac has stopped playing you tube asking me to update flash player trouble is it is asking me for a password and I don't ever recall setting a password for this mac -!!!!!

    My Mac has stopped playing you tube asking me to update flash player trouble is it is asking me for a password and I don't ever recall setting a password for this mac …!!!!

    When the Mac was setup you had to create an administrative password.and account.  Yo have to sign into that account to install apps/plug-ins like Flash. To reset that password.
    Forgot Mac Password? How to Reset Your Mac Password (with or without CD)
    Change the Admin Password with Mac OS X Single User Mode
    Reset mac mini admin password: Apple Support Communities

  • Trouble with site in flash should be visualized FULL  screen some people report to have seen very small

    REF.: trouble with site in flash that should be visualized in
    FULL screen as width/height parameters are set
    'width','100%','height','100%' - however some people report to have
    seen it very small as a “miniature”
    I simply cannot explain why some people report to see the
    flash site very small with Internet Explorer as I visualize it here
    in full screen.
    To be honest with Firefox 2 the same happens here , it does
    not open in full screen.
    I´ve pasted bellow the html source code employed ; The
    script is Adobe´s AC_RunActiveContent.js //v1.0
    Could someone please help me out ?
    Thank you
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title> </title>
    <META NAME="description" CONTENT="">
    <META NAME="keywords" CONTENT="">
    <meta http-equiv="Content-Type" content="text/html;">
    <script src="scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href
    ="giovannirocco_css/giovannirocco.css" />
    </head>
    <body>
    <div align="center">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','100%','height','100%','src','flash/giovannirocco_0','quality','high','pluginspage','h ttp://www.macromedia.com/go/getflashplayer','movie','flash/giovannirocco_0'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="100%" height="100%">
    <param name="movie" value="flash/giovannirocco_0.swf"
    />
    <param name="quality" value="high" />
    <embed src="flash/giovannirocco_0.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="100%" height="100%">
    </embed>
    </object>
    </noscript>
    </div>
    </body>
    </html>

    Hey ! anyone to help me please ?

Maybe you are looking for