Buttons in Flash Cs3

I know a user can revert to actionscript 2.0 in Flash CS3,
but Is there anyway to revert back to the old way of entering the
action script of a button by clicking on it, on the stage?

Unfortunately you cannot add scripts to symbols in AS3. It
has always been considered bad practice to do this, even is
AS1/2.

Similar Messages

  • PLEASE HELP ASAP! Button in Flash CS3 not working

    I need help desperately. As soon as possible. I only know the
    VERY basic's of flash, so I need it to be simple!! I am using Flash
    CS3, but the only coding I know is from Flash 8.
    1.I simply want to just be able to type out text that will be
    my button. (I clearly know how to do this)
    2.Convert that text to a button. (I know how to do this as
    well)
    3. Apply an action to the button. (I keep getting the error
    "actions cannot be applied to the current selection")
    4. Have that button go to a specific place in the timeline
    that I have named (It has the red flag next so I know where to send
    the button to)
    5. This is the ONLY code I know is even close to what I need
    to have it be at:
    on (release) {
    //Movieclip GotoAndStop Behavior
    this.gotoAndStop("graphic");
    //End Behavior
    Is there a way to upload the flash files? If so I will
    upload, because I know this sounds simple enough, but it wont work.
    Thanks
    Ashlee

    You are trying to use AS1 in your movie, and the movie's
    Publish settings are set to use AS3. You can use your current code
    by opening the Publish Settings, going to the Flash tab and then
    selecting AS1-AS2 in the Actionscript option.
    A better, long term solution, would be to read through the
    tutorials that come with Flash CS3 to learn the proper coding
    techniques to use with AS3.

  • Why can't a button have 'actions applied to it' in Flash CS3?

    Why can't a button have 'actions applied to it' in Flash CS3?
    I'm used to working with buttons in Flash MX and Flash 8 but
    after creating a button in Flash CS3, I'm getting text that reads
    'Current Selection Cannot Have Actions Applied To It' and so the
    actions menus are greyed out.
    What's the problem?

    There is nothing stopping you from producing files in the old
    ways. Go to the publish settings and select to publish as AS2. You
    can then use the techniques you are familiar with.
    However as dzedward points out, Actionscript has come a long
    way. The technique of putting the code directly on instances really
    went out with Flash MX in 2001 and for a long time now that wasn't
    the best way to do it. See this article by the very excellent David
    Stiller about it:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    So even if you aren't ready to take the plunge into AS3, I
    would recommend learning this style for all your AS2/1
    needs.

  • Flash CS3 Linking

    Hi,
    I am extremely new to creating websites, I knew nothing three
    weeks ago. The site I have built is www.alecq.com the problem I am
    having is that after much trouble I managed to create a button in
    flash CS3 and export it to Dreamweaver CS3. The links work, however
    when pressed they open in a new window. How can I do this so that
    when a link is pressed it opens in the same window.
    I hope this makes sense. Below is the code I used in Flash
    for one of the buttons:
    import flash.events.MouseEvent;
    var getportfolio:URLRequest = new URLRequest("Untitled
    Document");
    addEventListener(MouseEvent.CLICK,pclick);
    function pclick(event:MouseEvent):void{
    navigateToURL(getportfolio);
    I will now show the relevant code from dreamweaver:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/s...rsion=9,0,28,0"
    width="62" height="27" title="About Alec Quinton Male Model
    Bristol">
    <param name="movie" value="Buttons/About.swf" />
    <param name="allowScriptAccess" value="always">
    <param name="quality" value="high" />
    <embed src="Buttons/About.swf" quality="high"
    pluginspage="
    http://www.adobe.com/shockwave/downl...ShockwaveFlash"
    type="application/x-shockwave-flash" width="62" height="27"
    allowScriptAccess="always"></embed>
    </object>
    I would be so very grateful of some help, please keep it
    simple though, my knowledge is minimal! Many thanks in
    advance.

    See this cool mp3 xml player with visualization, playlist and
    skins. Fully customisable. Vector.
    http://flashden.net/item/mp3-xml-strongplayerstrong-with-visualization-and-skins-vectorise d/11851

  • Flash CS3 - Odd button problem

    Hello, Ive upgraded to Flash CS3 and I'm having a problem
    with buttons.
    When I open up my site, the old buttons work fine to navigate
    the site and open up URL links. I have the actions on their own
    layer instead of having an onRelease on each button.
    However, when I create new buttons, they don't work.
    I've even tried copying the existing working buttons,
    applying the exact same actionscript to figure out what's going on,
    but that also doesn't work, those buttons won't open up the URLs.
    Am I perhaps using the wrong publish settings/flash player
    choice?
    Thanks

    The answer is "skins" just search under "Creating skins for
    some instances" in the Flash CS3 help file.

  • Flash CS3, Having Problems Creating Button Animation

       I am relatively new to Flash CS3, and don't use action script... I am creating an animation with sound using the button graphic option so it is a clickable button. I have the animation finished, and the sound embeded, and everything is working great, except when I publish it, I have to click and hold over the graphic for the animation to happen... If I click and release, the animation and sound clips stop... What am I doing wrong and how on Earth can I fix it??? Thank you in advance for any suggestions!!

    Yup, that is how it works. You can't control which state a button is in. So when you click on it, it will go to the down state and when you let go it will go back to over (or up if you release outside).
    Not sure exactly what the "fix" is. It depends upon what you are trying to do. Generally you would need to use MovieClips instead of buttons with event handlers to tell you "button" what to do. Very few people I know actually use buttons.

  • How to make email link with a button with AC2 in flash cs3?

    How to make email link with a button with AC2 in flash cs3?
    I wrote this, but it does not work:
    btn_emailinfo.on (release) {
    getURL("mailto:"[email protected]");
    }

    I am guessing you put that on a frame?
    If so, the syntax is as follows:
    btn_emailinfo.onRelease = function(){
    getURL("mailto:[email protected]");
    Though, if you are placing it directly on the button itself,
    the syntax is:
    on(release){
    getURL("mailto:[email protected]");
    }

  • Flash CS3: Buttons and Button issues

    Hello,
    I am currently using flash CS3, and going at my 1st attempt at making a flash website for my screenprinting business. I am using action script 2. I created the buttons (Button Symbols) in flash and am having difficulty with them. When I go to test the movie I get this error message "Mouse events are permitted only for button instances". Once again, I have created these buttons as button sumbols in flash and they are all not working properly as I have a error message for each button symbol. What might be going on, and what can I do to resolve it?
    5 button instances
    Location is scene 1
    Sourse is On Press
    This is how I am coding the buttons
    on (press) {
    gotoAndStop(1);
    6 page flash site

    What you should do is take a different approach and not use code that gets attached to objects--it's an old practice that unfortunately couldn't be dropped due to the need to support old designs.
    Give each button on the stage a unqiue instance name and assign code for them using their names.  So if you have a button that you assign the instance name "btn1", then you can assign its code in the timeline using...
    btn1.onRelease = function(){ // recommend using onRelease over onPress
        gotoAndStop(1);

  • How to create a comment form in Flash CS3

    I am trying to create an add comment form in Flash cs3. I
    have the background design and the text input areas and sub mit
    buttons. But how do I get the submit button to add the comment to a
    different area in the same flash file? My inputs and buttons are on
    the left side of the stage and my display comments is on the right
    side of the stage. How do I connect the two?

    The user types something into a text input space and when the
    user then uses the submit button, you want that same, user entered,
    text to display in another, different, text area? If that's the
    case then make that second text area a dynamic textfield and set
    its text property to the text property of the input text
    space.

  • 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

  • Flash CS3 hard crash on Debug Movie

    I've logged this bug but wanted to post it to the boards in
    case anyone else is having this same problem. It's been going on
    since I purchased Flash CS3 pro and has been really crippling my
    development workflow because I can only get the debugger to work
    maybe 1 in 4 times.
    I also tried reinstalling the latest Java hoping that might
    help as the bug referenced Java.
    ******BUG******
    Concise problem statement:
    Steps to reproduce bug:
    1. Debug Movie (Flash CS3 IDE) with licensed off-the-shelf
    Flash CS3 Pro.
    Notes: "About Flash" shows version as: 9.0
    C:\Program Files\Adobe\Adobe Flash CS3\Flash.exe properties
    shows version as 9.0.0.494
    http://www.adobe.com/support/flash/downloads.html
    "Adobe Flash Player Update for Flash CS3 Professional (9.0.2)"
    never seems to "take" no matter how many times I apply it and
    restart.
    Results: Immediate crash of Flash IDE
    And unable to re-open Flash IDE by clicking on an FLA file or
    Flash Shortcut, which give the message "Windows cannot find
    '[filename]' Make sure you typed the name correctly, and then try
    again. To search for a file, click the Start button, and then click
    Search." Must restart or logout in order to be able to open Flash
    again.
    Expected results:
    No crash, debugger should work.
    Below is text from generated error log:
    # An unexpected error has been detected by HotSpot Virtual
    Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0xc483ffff,
    pid=544, tid=3152
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b01 mixed
    mode)
    # Problematic frame:
    # C 0xc483ffff
    --------------- T H R E A D ---------------
    Current thread (0x1515a7a8): JavaThread "FdbThread"
    [_thread_in_native, id=3152]
    siginfo: ExceptionCode=0xc0000005, reading address 0xc483ffff
    Registers:
    EAX=0xc483ffff, EBX=0x1e9af99c, ECX=0x015af42c,
    EDX=0x00710073
    ESP=0x1e9af918, EBP=0x0000000a, ESI=0x10b3011c,
    EDI=0x1513bd78
    EIP=0xc483ffff, EFLAGS=0x00010246
    Top of Stack: (sp=0x1e9af918)
    0x1e9af918: 0071bc58 108a6b68 524852f7 1515a868
    0x1e9af928: 108a6b78 1e9afbe4 010e5c48 ffffffff
    0x1e9af938: 0071edf5 1513bd78 1e9af91c 00000000
    0x1e9af948: 1515a7a8 1a7099a0 1e9af988 1a7099a0
    0x1e9af958: 1266832f 1515a868 1e9af9a0 1e9af99c
    0x1e9af968: 00000000 1e9af96c 00000000 1e9af9a0
    0x1e9af978: 1a70d938 00000000 1a7099a0 1e9af998
    0x1e9af988: 1e9af9c0 126629e3 00000000 12666509
    Instructions: (pc=0xc483ffff)
    0xc483ffef:
    [error occurred during error reporting, step 100, id
    0xc0000005]
    Stack: [0x1e8b0000,0x1e9b0000), sp=0x1e9af918, free
    space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM
    code, C=native code)
    C 0xc483ffff
    [error occurred during error reporting, step 120, id
    0xc0000005]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM
    code)
    j com.adobe.authoring.debug.AuthDebugMgr.nativeNotify([BI)V+0
    j
    com.adobe.authoring.debug.AuthDebugMgr.notify(Ljava/lang/String;I)V+10
    j
    com.adobe.authoring.debug.AuthDebugMgr.notifyTraceEvent(Lflash/tools/debugger/events/Trac eEvent;)V+6
    j
    com.adobe.authoring.debug.model.AuthDebugTarget$FdbThread.handleTraceEvent(Lflash/tools/d ebugger/events/TraceEvent;)V+4
    j
    com.adobe.authoring.debug.model.AuthDebugTarget$FdbThread.processEvents()V+45
    j
    com.adobe.authoring.debug.model.AuthDebugTarget$FdbThread.runInner()V+28
    j
    com.adobe.authoring.debug.model.AuthDebugTarget$FdbThread.eventLoop()V+1
    j
    com.adobe.authoring.debug.model.AuthDebugTarget$FdbThread.run()V+1
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x1515a7a8 JavaThread "FdbThread" [_thread_in_native,
    id=3152]
    0x14e92680 JavaThread "SWF/SWD reader" daemon
    [_thread_blocked, id=1920]
    0x15116088 JavaThread "DJAPI message listener" daemon
    [_thread_in_native, id=3376]
    0x14f7d5b0 JavaThread "DJAPI StreamListener" daemon
    [_thread_in_native, id=3276]
    0x151435d8 JavaThread "DJAPI StreamListener" daemon
    [_thread_in_native, id=2812]
    0x06a37560 JavaThread "Low Memory Detector" daemon
    [_thread_blocked, id=920]
    0x06a36300 JavaThread "CompilerThread0" daemon
    [_thread_blocked, id=1976]
    0x06a35710 JavaThread "Signal Dispatcher" daemon
    [_thread_blocked, id=2784]
    0x06a2bad8 JavaThread "Finalizer" daemon [_thread_blocked,
    id=652]
    0x06a2b050 JavaThread "Reference Handler" daemon
    [_thread_blocked, id=672]
    0x06963dd8 JavaThread "main" [_thread_in_native, id=3056]
    Other Threads:
    0x069e1dc8 VMThread [id=3388]
    0x06a354e0 WatcherThread [id=3104]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1088K, used 204K [0x160a0000,
    0x161c0000, 0x16580000)
    eden space 1024K, 13% used [0x160a0000, 0x160c3298,
    0x161a0000)
    from space 64K, 100% used [0x161a0000, 0x161b0000,
    0x161b0000)
    to space 64K, 0% used [0x161b0000, 0x161b0000, 0x161c0000)
    tenured generation total 13224K, used 8156K [0x16580000,
    0x1726a000, 0x1a0a0000)
    the space 13224K, 61% used [0x16580000, 0x16d77190,
    0x16d77200, 0x1726a000)
    compacting perm gen total 8192K, used 7267K [0x1a0a0000,
    0x1a8a0000, 0x1e0a0000)
    the space 8192K, 88% used [0x1a0a0000, 0x1a7b8f40,
    0x1a7b9000, 0x1a8a0000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0177d000 C:\PROGRA~1\Adobe\ADOBEF~2\Flash.exe
    0x7c900000 - 0x7c9b0000 C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c8f5000 C:\WINDOWS\system32\kernel32.dll
    0x77dd0000 - 0x77e6b000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77e70000 - 0x77f01000 C:\WINDOWS\system32\RPCRT4.dll
    0x77f10000 - 0x77f57000 C:\WINDOWS\system32\GDI32.dll
    0x7e410000 - 0x7e4a0000 C:\WINDOWS\system32\USER32.dll
    0x7c9c0000 - 0x7d1d7000 C:\WINDOWS\system32\SHELL32.dll
    0x77c10000 - 0x77c68000 C:\WINDOWS\system32\msvcrt.dll
    0x77f60000 - 0x77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
    0x763b0000 - 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
    0x773d0000 - 0x774d3000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x- ww_ac3f9c03\COMCTL32.dll
    0x77c00000 - 0x77c08000 C:\WINDOWS\system32\VERSION.dll
    0x76b40000 - 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
    0x73b50000 - 0x73b67000 C:\WINDOWS\system32\AVIFIL32.dll
    0x774e0000 - 0x7761d000 C:\WINDOWS\system32\ole32.dll
    0x77be0000 - 0x77bf5000 C:\WINDOWS\system32\MSACM32.dll
    0x75a70000 - 0x75a91000 C:\WINDOWS\system32\MSVFW32.dll
    0x76bf0000 - 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
    0x76390000 - 0x763ad000 C:\WINDOWS\system32\IMM32.dll
    0x71ab0000 - 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
    0x71aa0000 - 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
    0x42c10000 - 0x42cdf000 C:\WINDOWS\system32\WININET.dll
    0x00340000 - 0x00349000 C:\WINDOWS\system32\Normaliz.dll
    0x42990000 - 0x429d5000 C:\WINDOWS\system32\iertutil.dll
    0x71ad0000 - 0x71ad9000 C:\WINDOWS\system32\WSOCK32.dll
    0x10000000 - 0x103b0000 C:\PROGRA~1\Adobe\ADOBEF~2\Flash
    Video Extension.dll
    0x76380000 - 0x76385000 C:\WINDOWS\system32\MSIMG32.dll
    0x73000000 - 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
    0x77120000 - 0x771ab000 C:\WINDOWS\system32\OLEAUT32.dll
    0x12000000 - 0x121ca000
    C:\PROGRA~1\Adobe\ADOBEF~2\xerces-c_2_6.dll
    0x78130000 - 0x781cb000
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSV CR80.dll
    0x7df70000 - 0x7df92000 C:\WINDOWS\system32\oledlg.dll
    0x4ec50000 - 0x4edf3000
    C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.2180_x-ww_522f9 f82\gdiplus.dll
    0x5b860000 - 0x5b8b4000 C:\WINDOWS\system32\NETAPI32.dll
    0x01780000 - 0x01851000
    C:\PROGRA~1\Adobe\ADOBEF~2\LIBEAY32.dll
    0x00370000 - 0x00397000
    C:\PROGRA~1\Adobe\ADOBEF~2\SSLEAY32.dll
    0x5ad70000 - 0x5ada8000 C:\WINDOWS\system32\uxtheme.dll
    0x021c0000 - 0x0287b000
    C:\PROGRA~1\Adobe\ADOBEF~2\en\Configuration\FlashResources.dll
    0x74c80000 - 0x74cac000 C:\WINDOWS\system32\OLEACC.dll
    0x76080000 - 0x760e5000 C:\WINDOWS\system32\MSVCP60.dll
    0x74720000 - 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
    0x77b40000 - 0x77b62000 C:\WINDOWS\system32\apphelp.dll
    0x755c0000 - 0x755ee000 C:\WINDOWS\system32\msctfime.ime
    0x02a00000 - 0x02a37000
    C:\PROGRA~1\Adobe\ADOBEF~2\adobe_caps.dll
    0x7c420000 - 0x7c4a7000
    C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSV CP80.dll
    0x77920000 - 0x77a13000 C:\WINDOWS\system32\SETUPAPI.dll
    <snip>
    0x6d4c0000 - 0x6d4d3000 C:\Program Files\Adobe\Adobe Flash
    CS3\JVM\bin\net.dll
    VM Arguments:
    jvm_args:
    -Djava.library.path=C:\PROGRA~1\Adobe\ADOBEF~2\JVM\bin
    -Djava.Home=C:\PROGRA~1\Adobe\ADOBEF~2\JVM
    -Xbootclasspath/a:;.;C:\Program
    Files\Java\jre1.6.0_01\lib\ext\QTJava.zip
    java_command: <unknown>
    Launcher Type: generic
    Environment Variables:
    CLASSPATH=.;C:\Program
    Files\Java\jre1.6.0_01\lib\ext\QTJava.zip
    PATH=C:\Program Files\Macromedia\Flash
    8\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\IDM Computer Solutions\UltraEdit-32;C:\Program Files\Common
    Files\Adobe\AGL;C:\Program Files\Unifier;C:\Program
    Files\QuickTime\QTSystem\
    USERNAME=jason
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 Stepping 6,
    GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 2 (cores per cpu 2, threads per core 1) family 6
    model 15 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2097151k(1814488k free), swap
    3952772k(3364372k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_09-b01) for
    windows-x86, built on Sep 7 2006 13:59:31 by "java_re" with MS VC++
    6.0

    It's been a year since, still not solution!?
    I am having similar problem for the last 6 months!!

  • Error publishing Air in Flash CS3

    Hi All
    On the Adobe Air Flash CS3 wiki page
    http://labs.adobe.com/wiki/index.php/AIR:Flash_CS3_Professional_Update:Getting_Started_wit h_AIR_for_Flash_CS3_Professional)
    I found a simlpe tutorial "Creating an Adobe AIR application
    in Flash"
    I thought well this can't be hard can it?
    However when I use the Publish Air File button in the 'AIR -
    Applications and Installer Settings' window I will get the
    following error:
    "namespace is invalid in the application descriptor file"
    Now I have tried to look into the XML file but I cannot see
    any problems.
    I also tried to use the descriptor-template.xml which came
    with the Air - SDK
    However also that will not work.
    Has anyone got an idea why I get this error?

    Hi FragFood!
    I received the same error "Namespace is invalid in the
    application descriptor file" repeatedly on many computers
    (XP/Vista) and here is how i repeatedly worked around it.
    I made a step-by-step sheet explaining exactly how to install
    Flash CS3 (9.0) with the Latest Flash Player (v9.0.124), and with
    Adobe AIR (1.0) as of today (3/May/2008).
    If you have already installed Flash CS3
    Uninstall Flash CS3
    Goto all the "Program Data" folders, RENAME/DELETE the "en"
    folder
    Goto "Program Files" folder, RENAME/DELETE the "en" folder
    Now to get the latest version of Flash CS3 installed!
    Please follow these steps exactly; each one is extremely
    important.
    Installing Adobe Flash CS3
    #1. Install Flash CS3
    #2. Open Flash, Close it
    Installing Adobe AIR Runtime
    #3. Download & Install "AdobeAIRInstaller.exe"
    --->
    Adobe AIR Download Center
    Installing Adobe Flash Player Update for Flash CS3 Professional
    (9.0.2) -- 12/12/2007
    #4. Download & Install "flash9-en_US_9_0_2_Update.exe"
    --->
    English/Windows,
    English/Macintosh,
    Other
    Languages
    Installing Adobe AIR Update for Flash CS3 Professional --
    2/25/2008
    #5. Download & Install "flash9-en_US_9_0_3_Update.exe"
    --->
    English/Windows,
    English/Macintosh,
    Other
    Languages
    Installing Adobe AIR update beta 3 for Flash CS3 Professional
    – Updated 12/14/07
    #6. Download & Install
    "flashcs3_air_extension_p3_en_121407.exe"
    --->
    Multi-lingual/Windows,
    Multi-lingual/Macintosh,
    Other
    Languages
    #7. Open Flash, Close it
    Installing Adobe AIR Update for Flash CS3 Professional --
    2/25/2008
    #8. Install "flash9-en_US_9_0_3_Update.exe" again
    ---> see #5
    #9. Open Flash, Close it
    Installing Adobe Flash Player Update for Flash CS3 Professional
    -- 04/17/2008
    #10. Browse to "C:\Program Files\Adobe\Adobe Flash CS3",
    DELETE the "Players" folder
    #11. Download "flash_player_update6_flash9.zip"
    --->
    Multi-lingual/Windows/Macintosh
    #12. Copy the "Players" folder from
    "flash_player_update6_flash9.zip"
    #13. Paste into "C:\Program Files\Adobe\Adobe Flash CS3"
    To test your Flash Player installation... (Optional)
    Open Flash
    Create New > Flash File (AS 3)
    File > Publish Settings
    Checkmark "Windows Projector .exe", OK
    File > Save, Save it someplace with any name
    File > Publish
    Now browse to the folder you saved the FLA File
    Look at your EXE File
    You should see a "Red colored square" icon instead of the
    usual "Blue colored circle" one
    To test your AIR installation... (Optional)
    Open Flash
    Create New > Flash File (AIR)
    Click OK on the message that appears
    File > Save, Save it someplace with any name
    Commands > "AIR - Create AIR file"
    Then on the dialog that appears asking you for a Digital
    Certificate:
    Press Create...
    Type some info, and a password, and save it into the same
    folder you saved the FLA File
    Now type the same password again, Press OK
    If you see an error "Unable to contact timestamping server",
    press "Continue without timestamping"
    You should see a message "AIR File has been created" !!!
    Enjoy Flash CS3 with the Latest Flash Player (v9.0.124), and
    with Adobe AIR (1.0) !!
    Faithfully,
    Robin.

  • Can I use AS2 in Flash CS3 ?

    Is it possible to use in Flash Cs3 the AS2 and not just AS3 ?
    I am only trying to do a web link from a button to some web
    site.....
    I wrote
    on (release) {
    getURL ("
    http://www.yahoo.com", "_blank");
    and nothing happen....some women here asked same question a
    month ago...people told her it is different from the AS2.....still
    I cant used AS2 in falsh cs3 ?
    or can I ?

    you can mix as1 and as2 in an swf created in flash cs3 or you
    can use as3 in a swf created in flash cs3. but you cannot mix as3
    with either of the other two languages.
    use the publish settings to choose which language you want to
    use in your swf.

  • Flash CS3-Instant Demo

    Hello,
    I am trying to import a .swf file that was created in Instant Demo. I am using Flash CS3.  The .swf animation works correctly before I import it into Flash.  After I publish the animation in Flash, buttons no longer work.  Any suggestions?
    Thank you for your help,
    J

    Go to adobe's web page and download and install the latest update.

  • Audio from Flash CS3 Video overlapping

    audio from Flash CS3 Video overlapping
    help stopping the FLVPlayback instance (which has an instance
    name of theVideo) when another button is clicked!
    How do I stop flv playback when user clicks a navigation
    button ...
    Excuse me in advance for asking about a topic that may be
    very popular!
    I'm using the attached code to go from the main stage to one
    subset of .swf files (loaded movies) and I apparently have no
    problems with overlapping. Hell, the files even seem to unload
    themselves correctly. Then, when I go to my second subset of .swf
    files (with the exact same AS3 structure), which has a Flash Video
    file (made by the FLV Playback component), I get into an
    overlapping problem associated with the audio.
    How can I stop, cancel, or unload the audio when the file is
    clicked away from (the user selects another button on the main
    stage)?
    Code attached. Please let me know if anything else is needed.
    Yours Sincerely,
    Jntspecialty

    I have tried to clean up code and do this right.
    I need help referencing (storing the value in the variable
    "stopsoundoverlapReq") the "flvplayback instance AFTER theVideo is
    instantiated (ie, the frame that contains theVideo has rendered)"
    correctly.
    Also, now I need help with the name of my nav bar button's
    method followed by parentheses, which should include the
    appropriate method parameter.
    On my main timeline, I tried to clean up the code and use:
    var stopsoundoverlapReq:FLVPlayback =
    stop("videopage.swf/MovieClip(ldr.content).theVideo");
    Then for my nav bar button on this same timeline use:
    any_btn.addEventListener(MouseEvent.CLICK, stopsoundoverlap);
    function stopsoundoverlap(event:MouseEvent):void
    stopsoundoverlap.stop(stopsoundoverlapReq);
    The 3 errors I get now are :
    1046: Type was not found or was not a compile-time constant:
    FLVPlayback. var stopsoundoverlapReq:FLVPlayback =
    stop("videopage.swf/MovieClip(ldr.content).theVideo");
    1061: Call to a possibly undefined method stop through a
    reference with static type Function.
    stopsoundoverlap.stop(stopsoundoverlapReq);
    1137: Incorrect number of arguments. Expected no more than 0.
    var stopsoundoverlapReq:FLVPlayback =
    stop("videopage.swf/MovieClip(ldr.content).theVideo");

Maybe you are looking for

  • Memory leak?

    We are sending JMS messages over a http streaming channel to our flex client but have problems with the old generation in the java heap getting full in about a week. Analyzing a hprof heap dump shows that when we don't have any clients connected we h

  • Db adapter setup  with SOA Suite 10.1.3.1  on SLES 9

    Unable to deploy any database adapters to BPEL Process Manager on SOA SUITE 10.1.3.1. Components not using a DB Adapter appear to be working ok. SOA Suite 10.1.3.1 is deployed on SuSe Linux Enterprise Server 9 Intel 64 bit with Jdeveloper 10.1.3.1 on

  • How do I get a refund?

    I bought a movie and checked the box to watch it on my ipad.  It won't stay on my ipad.  When ever I unplug myipad from my mac the movie disappears, even though I check the box to put I on my ipad.  I bought the movie to watch while in travel, but co

  • Data Package 1 ( 0 Data Records ) at DTP with Status RED

    Hi All,    For 0 records at DTP level it is showing Overall status & Technical status as RED and yellow beside Data Package 1 ( 0 Data Records ).  There is no short dump no error message. At PSA level in status tab the message displayed is Status 8 w

  • QM Notification

    Hi, In QA32 I am doing defect recording after that I want special approval for that defects; so I raised A3 type notification from that screen itself, I recorded respective data and released that , now when I send that notification for approval the a