CS4 AS3 components

I am using CS4. I have created a number of CS3 components in
the past without problems. Now I wanted to create a CS4 component,
because there are some Player 10 specific scripts. The component
works well if I don't set any parameters. However, when I try to
set parameters
1. they are not listed in the parameter panel,
2. when i place an instance of the component on the timeline,
I get a huge number of errors referring to the component as an AS2
component.
I never experienced that before. Does anybody know what is
different now?

Flash CS5:
     ActionScript 3 - 3 categories (Flex, User Interface, Video). 33 components in total.
     ActionScript 2 - 3 categories (Media, User Interface, Video). 36 components in total.
Flash CS4:
     ActionScript 3 - 2 categories (User Interface, Video) 31 components in total.
     ActionScript 2 - 4 categories (Data, Media, User Interface, Video) 25+ components in total.
Sorry that I don't know how exactly how many components are in Flash CS4 AS2. Couldn't find enough images (I don't have CS4, I use CS5).
Anyway, I think that Flash CS4 AS2 has the most components, with the most categories. However, whether you should use CS5 or CS4 and AS3 or AS2/AS1 really depends on, not how many components are available, but what you need. Chances are some components you will never touch. Also, sometimes you will need a new feature only in Flash CS5, or be asked by your future employer to write an application in the other scripting language.
So really, it depends what you think. If I were you, I would download a trial of both CS4 and CS5, and play around, see which option you like the most. Oh, and be prepared to be forced to use another option by your employer at some stage.
Hope it helps
dikuno <><

Similar Messages

  • Flash CS3/CS4 (AS3) Components

    On the gskinner blog (
    http://www.gskinner.com/blog/archives/2007/05/variable_scroll.html)
    there is a posting about an update to the new components for Flash
    CS3/CS4 which would allow the components to be skinned easier (I
    think). Can from Adobe comment on why this update has not bee
    rolled into the Flash IDE itself?
    Thanks,
    Sean

    Problem is not in your windows 7 OS, since i was working CS4 and now i m working with CS5 in windows 7 only. And i feel more comfort with this new OS. May be you hardware configuration might not be support to new technology like windows 7 and Flash CS5. Beca it is need high hardward configuration

  • Does Flash CS5 (AS3) come with more components than CS4 (AS3)?

    Hi all.
    Bit of a background to my question- I started learning AS3 around June last year (with no prior Flash experience). I was mainly interested in learning Flash for my own knowledge and personal projects I had in mind. Lately though I've been considering getting employed as a Flash developer, but most companies seem to be asking for AS2 experience, as well as AS3. So I fired up CS4 this morning and took a look at AS2. Probably the most surprising thing I found was that CS4 has a whole bunch more components for AS2 than it does for AS3, making me want to drop AS3 and work with AS2 permanently lol (the built in components make my life so much easier, and offer me more than faster execution does). I'm assuming the reason for this is because AS2 has been around for while, and Adobe has had more time to build more components for it, whereas AS3 is only relatively new.
    So to conclude, does CS5 have more AS3 components (perhaps equal to AS2), or do we only have the same components as we had in CS4?
    <3 components lol.
    Thanks guys.

    Flash CS5:
         ActionScript 3 - 3 categories (Flex, User Interface, Video). 33 components in total.
         ActionScript 2 - 3 categories (Media, User Interface, Video). 36 components in total.
    Flash CS4:
         ActionScript 3 - 2 categories (User Interface, Video) 31 components in total.
         ActionScript 2 - 4 categories (Data, Media, User Interface, Video) 25+ components in total.
    Sorry that I don't know how exactly how many components are in Flash CS4 AS2. Couldn't find enough images (I don't have CS4, I use CS5).
    Anyway, I think that Flash CS4 AS2 has the most components, with the most categories. However, whether you should use CS5 or CS4 and AS3 or AS2/AS1 really depends on, not how many components are available, but what you need. Chances are some components you will never touch. Also, sometimes you will need a new feature only in Flash CS5, or be asked by your future employer to write an application in the other scripting language.
    So really, it depends what you think. If I were you, I would download a trial of both CS4 and CS5, and play around, see which option you like the most. Oh, and be prepared to be forced to use another option by your employer at some stage.
    Hope it helps
    dikuno <><

  • (Help) Using Input text in Flash CS4 AS3

    I am trying to take a user's input (His Name) and then greet the user on the next frame using the name he previously entered. I googled for 2days and was unable to find a way to do this on flash CS4 AS3, i guess because im very new to flash (only 2-3weeks )
    Any help would be greatly appreciated, and i am sorry if this was already answered in the forums.
    thanks for reading.

    If your interested... here's some general "rules of the road" that are basically courtesies...
    Don't post the same question in different forums (crossposting).  Folks that help don't like that because they can waste their time providing the same response someone else already offered elsewhere, or their helpful info gets no attention because the OP (original poster) got wrapped up in the discussion elsewhere and never went back to the other forums.  I saw one time where the OP suffered from doing this... the first person to respond in one forum said what they wanted couldn't be done, while my response in another forum showed them how to do it... but they accepted that it couldn't be done and never returned.
    Don't post in someone else's posting unless the exact same situation applies to you and it is a current posting.  It is a bit rude to step into someone else's posting just to get attention, which some people do... some with totally unrelated problems.  Or if your problem is even slightly different, it can end up confusing matters for all involved... trying to juggle helping two people where different solutions are needed.
    If you get one problem resolved and have another you want help with that does not involve the first, start a new posting.  People search these forums so it helps to have topics match the postings, which will not apply if mutliple topics get resolved under one title.  I recently saw one person tell someone to start a new posting even though they were following up to clarify something of the solution they received... that's wrong and is more likely someone with a case of points greed... as useless as points are, it happens.

  • How can I NOT let collision happen in Flash CS4(AS3)?

    I have been playing with collisions for quite a while, but cannot seem to get it just the way i want it to be.
    I made a new rectangle into a Movie Clip, with an instance name : "block_mc"
    I made a sphere into a Movie Clip, with an instance name : "ball_mc"
    I made the sphere(ball_mc) movable with the arrow keys.(see post:http://forums.adobe.com/thread/491457?tstart=0 )
    Now I wanted to try and make the sphere(ball_mc) stop moving so it wont hit the rectangle(block_mc), so that the rectangle(block_mc) would act like a solid object.
    Meaning the sphere(ball_mc) would not be able to touch the rectangle(block_mc). It would act like a wall.
    Now my problem is I don't know if there is a way of not letting objects collide?
    I tried the ".hitTestObject()" but that did not work for me.
    ~ Thanks for Help and Advice~

    I apologize, for this confusing long question, I simply ment to ask:
    Is there a way Flash CS4(AS3.0) will not let Objects on stage collide?
    ~Thank you for any Tips, Advice and Help~

  • Need help in screen capturing for flash CS4 AS3

    Hi, i need help!!!!!!!!!!!!!!!!!!!!!! URGENT!
    I am currently doing Augmented Reality.
    I got my marker to detect my model but my problem now is how to screen capture the content that is in swf.
    (As in capture the dae model shown in the comp not from webcam.)
    & also i just want to capture the swf window not the whole desktop.
    I read online, they say its impossible?
    Or is it possible to call screen capture function in javascript to flash CS4? (LIke external data)
    (Moreover, does anyone know how to detect multiple dae models with different markers?)
    Anyone can help??? Thanks in adv!!

    My current program (Flash CS4, AS3) only can capture what the webcam sees.
    How do i change it to screen capture (something like print screen) with my .DAE models?
    In the case, when i click on the capture button, it print screen.
    Here's part of the code that capture what the webcam sees.
    private function captureImage(e:MouseEvent):void
       bmd.draw(stage);
       bmp = new Bitmap(bmd);
       bmp.x = 140;
       bmp.y = 40;
       addChild(bmp);
       capture.visible = false;
       saveButton.visible = true;
       discardButton.visible = true;
    Really really need help! URGENT!
    Thanks!

  • Preloader in CS4/AS3

    I need help.  I'm trying to create a preloader using CS4/AS3, and so far I've accomplished what I consider to be "one step forward - two steps back".  I've found plenty of guidance for creating/manipulating in AS2, but..... next to nothing for AS3. Everything that I have found tells me what to do with the .swf movie that I've created.  The problem..... creating the .swf.  Can someone guide me in the right direction. 
    So far one of the best resources (most thorough anyway) is www.gotoandlearn.com.  The problem is each tutorial that I've seen still begins with a pre-created .swf movie.
    Thanks in advance.

    Well, kind of..... and not.  The preloader appears to come up when I do a "Publish Preview", but it's instantaneous, then the movie loads.  Ironically, without the preloader, the redirect works great... with the preloader, the movie simply loops.....
    New screencaps attached...

  • Styling default AS3 components

    Is there any built in way to style portions of the AS3
    components WITHOUT using a skin Class? I want the functionality
    that I had in AS2, where I could say something like
    setStyle("disabledTrackColor",0xCCCCCC); and have the scrollTrack
    be light grey when disabled.

    Varun,
    The best way to style ADF is to look at the generated HTML page for the components you need with resource debugging turned on.
    When you see code like:
    <div id="train" class="af_train">It means it has been translated from
    af|train {/* css */}The transforming rules are quite simple to figure out and a person with good CSS knowledge should get it quickly for all components.
    Regards,
    JP

  • AS3 Components dissappear from stage when viewed in HTML but not in Flash Player app

    I'm really hoping someone can help me here. I've been working
    on a project for a while now (still very new to AS but I'm getting
    there) and am supposed to be showing an initial release tomorrow. I
    have a main app (Application.swf) that contains all the business
    logic classes. Application.swf then loads Skin.swf which contains
    all of the GUI widgets & design. The idea is that Skin.swf can
    be swapped out for Skin2.swf and customized if desired.
    Skin.swf contains 2 AS3 components: ComboBox & DataGrid
    When I test Application.swf the components appear and work
    fine. When I double click Application.swf and open it in Flash
    Player.app (standalone flash player from Adobe) the components
    appear & work fine. When I export to HTML and view
    Application.swf in a browser page the components are both
    completely missing. Not that they are present but have no data,
    they are just completely absent from the stage.
    I can't figure out how this could be the case unless maybe
    there is a security setting somewhere that's triggered by the .swf
    running in a browser.
    Any help would be HUGELY appreciated.
    Thanks,
    Cliff

    Figured it out. Change wmode to opaque. I just wasted hours
    on this retarded bug.

  • Programmed(AS3) components of swf do not display in browser

    Hi friends,
    I am new to Flash and tools, however I have searched Internet, tried various suggestions for flash embed before posting the question here. The issue is that swf plays in Flash Player but when I view html (generated by Flash Professional CC to embed swf) in a browser only Flash components that I drew on stage display. Any customization done to flash components using AS3 are lost. Other components such as seek bar coded in AS3 do not diplay and none of the functionality coded using AS3 play/work either. For example clicking on play button does nothing (I have tried about 3-4 browsers - this is not specific to a browser). The AS3 is inframe coded; there is no class file outside swf (I know this is not good but for now that is how it is).
    I have made this swf using Flash Professional CC where I also generate the html to embed the generated flash. I have tried various embed methods they had this same issue. I have a feeling that all AS3 related stuff does not work when used in a browser  for some reason while they work when used in Player. I have an older version of my swf playing well here (Flash CS4?): http://shruti.hejje.com  I have also checked all settings for weeks. I have a feeling I have missed something basic to get in to this trouble.
    I am not allowed to post the code here because of copyright issues so posting the swf which is here: http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip (I have a newer version but that has the same problem). This issue is preventing me from making new version of the app available online for users. I really appreciate any help suggestion you can provide in solving this. I will duly credit those who help me resolve this issue on the website where I want to make this available.
    Regards
    Ragu

    I will try to create a link to the problematic embed later today (Reason for not having link is that there is a working swf in the link). Here is the html for now (audio will play only when swf is played from the server so- not playing in the local html is expected): You can put this in a html file to see what is happening. To see how it should look and work locally you can download: http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip/download or simply look at screen shot: http://a.fsdn.com/con/app/proj/shrutipettige/screenshots/Shruti1.2.PNG
    html
    =========
    <div id="flashContent"> <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    id="Shruti" height="180" align="middle" width="400"> <param
    name="movie" value="http://hejje.com/shruti/Shruti.swf"> <param
    name="quality" value="high"> <param name="bgcolor"
    value="#191611"> <param name="play" value="true"> <param
    name="loop" value="true"> <param name="wmode"
    value="opaque"> <param name="scale" value="showall">
    <param name="menu" value="true"> <param
    name="devicefont" value="false"> <param name="salign"
    value=""> <param name="allowScriptAccess"
    value="sameDomain">
    <!--[if !IE]>--> <object
    type="application/x-shockwave-flash" data="http://hejje.com/shruti/Shruti.swf"
    height="220" width="400"> <param name="movie"
    value="http://hejje.com/shruti/Shruti.swf"> <param name="quality"
    value="high"> <param name="bgcolor" value="#191611">
    <param name="play" value="true"> <param name="loop"
    value="true"> <param name="wmode" value="opaque"> <param
    name="scale" value="showall"> <param name="menu"
    value="true"> <param name="devicefont"
    value="false"> <param name="salign" value=""> <param
    name="allowScriptAccess" value="sameDomain">
    <!--<![endif]-->  <a
    href="http://www.adobe.com/go/getflash"> </a>
    <!--[if !IE]>--> </object>
    <!--<![endif]--> </object> </div>
    Please note there are two swfs 1) http://sourceforge.net/projects/shrutipettige/files/Windows/ShrutiSAv1.2.zip which has audio embded and 2) p://hejje.com/shruti/Shruti.swf which is made for putting online and loads mp3 from the server shruti.hejje.com based on what is selected. I want to use the web version of the swf (2).

  • CS4 Some components wont install ..re. color profiles

    when installing CS4 on Windows 7 PC, got error message, some components of Illustrator, photoshop, etc. could not be installed.  Ran Adobe Advisor, Problem id.color profiles and permissions.  followed instrucitons from adobe help re. editing registry, deleting color profiles, and reinstalling (also disabled AntiVirus and Firewall)....same result 4 times.??

    Hi vwvr6r,
    As kglad said the logs do not show any errors.
    For troubleshooting using log files you can refer : http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html
    Also refer this Adobe document that lists installation troubleshooting steps, including the "Shared Technologies" error:
    http://kb2.adobe.com/cps/858/cpsid_85843.html

  • Cs4 as3 preloader

    Hi,
    Is there a surestarter preloader in AS3 with CS4? Meaning here, showing a progress bar or percentage value before loading the main swf, right away at the start of the  loading.
    I tried 3 different versions:
    1- I used the code from a video (and accompanying files), and simply changed the content.swf to my own swf file (rename my swf content.swf), so that the original code would load my swf instead of the original content.swf. (original content.swf was too small to see anything before loading, because my loading speed is too fast).
    Here is the code from the original preloader (loads a small swf which then loads the main swf file):
    var l:Loader = new Loader();
    l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, loop);
    l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
    l.load(new URLRequest("content.swf"));
    function loop(e:ProgressEvent):void
    var perc:Number = e.bytesLoaded / e.bytesTotal;
    percent.text = Math.ceil(perc*100).toString();
    function done(e:Event):void
    removeChildAt(0);
    percent = null;
    addChild(l);
    and here is the link to the file:
    http://www.raidcanada.com/preloader-org-test.html
    2- used the code suggested, which does the preloading directly in the main swf file:
    stop(); 
    //Import the required assets
    import flash.display.*;
    //Stop the playhead while loading occurs
    this.stop();
    //Create a listener to call the loading function as the movie loads
    this.loaderInfo.addEventListener (ProgressEvent.PROGRESS, PL_LOADING);
    /*This is the main function, basically it grabs the total and loaded bytes,
    calculates a percentage, and displays it by stretching the bar and adjusting
    the textfield display. If your bar/textbox instancenames are NOT lbar/lpc,
    you'll need to adjust this code to match your instance names*/
    function PL_LOADING(event:ProgressEvent):void {
    var pcent:Number=event.bytesLoaded/event.bytesTotal*100;
    //Stretch the bar
    lbar.scaleX=pcent/100;
    //Display the % loaded in textfield
    lpc.text=int(pcent)+"%";
    //If the movie is fully loaded, kick to the next frame on the main timeline
    //You may wish to change the gotoAndStop(2) to a gotoAndPlay(2)
    if(pcent==100){
    this.gotoAndPlay(2);
    This one doesn't work either, and if you refresh the page, you get only the bar, instead of refreshing the main swf.
    http://www.raidcanada.com/test/test-2.html
    3- use the code suggested to replace the preceding version:
    stop();
    addEventListener(Event.ENTER_FRAME,checkLoad);
    function checkLoad(e:Event):void {
    var pcent:Number=this.loaderInfo.bytesLoaded /this.loaderInfo.bytesTotal*100;
    lbar.scaleX=pcent/100;
    lpc.text=int(pcent)+"%";
    if (pcent==100) {
    removeEventListener(Event.ENTER_FRAME,checkLoad);
    this.gotoAndPlay(2);
    This one loads correctly (without the percentage or progress bar) and the refresh is OK.
    http://www.raidcanada.com/test/test-1.html
    The idea is to have this page load correctly showing a percentage sign and a progress bar until the loading is complete for this page:
    http://www.raidcanada.com/entete-multi-hiver-1-test.html
    Every time I test the swf directly in Flash CS4 with the simulated download, I get the progress bar and percentage correctly.
    I also tried with Firefox and get the same results.
    FLAs are at:
    http://www.raidcanada.com/test/test-1.fla
    http://www.raidcanada.com/test/test-2.fla
    and screenshots of FLASH (showing the progress bar in "test movie" with simulated download):
    http://www.raidcanada.com/test/screenshot-test-1.jpg
    http://www.raidcanada.com/test/screenshot-test-2.jpg
    Am I missing something?
    THank you in advance

    Hi,
    I am using Internet Explorer 8, version 8.0.7600.16385 with Windows 7 Ultimate or Firefox 3 version 3.5.9
    If I flush the cache and load the page:
    http://www.raidcanada.com/entete-multi-hiver-1-test.html
    It takes about 5 seconds with a blank screen before I get the main swf displayed.
    If I load the page: http://www.raidcanada.com/test/test-1.html
    It takes about 1 second with a blank screen before I get the main swf displayed. The main swf file is much smaller.
    I also did a lot of tests, and still the same problem. Temporarely, on the production site, I ended up installing a static Image saying "Loading", without the code, which then loads the large swf. But some customers are seeing the "Loading" for 14 sec to 24 seconds, depending of the swf file.
    I know the code suggested is probably working with CS3 and AS2, but I need to make it work with CS4 and AS3, because my other code is all in AS3, built with CS4. As I said before, if I make a simulation, the simulation is perfect.
    Thanks

  • How do I create a simple loading scene in CS4 AS3?

    Hi All,
    I have tried using the following to no effect:
    ifFrameLoaded ("Main", 80) {
    gotoAndPlay("Main", 1);
    CS4 says this has been replaced by
    flash.display.MovieClip.framesLoaded but this doesnt seem to work
    the same, i keep getting errors.
    Basically I have scene called "Loading" and I want AS3 i this
    scene to wait until my scene called "Main" has loaded before
    proceeding to it. I have an animation in the Loading scene to show
    its loading.
    I must be missing something simple but cant figure it out.
    Please help

    Ok I now have
    trace("framesLoaded:" + framesLoaded + " currentFrame:" +
    currentFrame);
    if(framesLoaded == totalFrames) {
    gotoAndPlay(2);
    } else {
    gotoAndPlay(1);
    Which appears to work, i shows my loading frame then moves
    onto Frame 2. The only problem is it hasnt finshed loading! The
    output in CS4 is "framesLoaded:1 currentFrame:1". framesLoaded
    should be 80 before it moves to the next frame. Any Ideas?

  • Using AS3-components within Linux

    Hi there,
    I'm still kind of new to the ActionScript 3 part within flash
    and never did work with any official Adobe components yet, but
    since I want to do so now I need them. I tried using FlexSDK but
    for now to no avail. There sure is the possibility of
    MXML-projects, but unfortunately not for Linux, which I'm working
    on.
    I tried different tutorials and examples on the net; didn't
    find anything working though. Most of these scripts try to import
    some fl.* classes that I don't seem to have.
    Is it possible to make a pure AS3-project with the official
    components from Adobe within Flex SDK on Linux?
    Or is there some other way I maybe could import them from
    Flash/FlexBuilder?
    Thanks in advance,
    User

    Thank you Ned for that information. I have finally got some time to get back to this project. Here is what I have found. I put a trace on those objects and they are defined as TextInputs and RadioButtons.
    And here is what my Timeline looks like. They are on the form layer and as is shown they animate upward from frame 1 - frame 10. Then in frame 20 the actionscript is called that I have listed previously, as well as a stop(); command. Then when the form is submitted the player proceeds and there is an animation to drop the form layer down and raise a Thank You prompt verifying that the form was submitted. And then in frame 50 another stop(); is called.
    I am just missing why these objects are invisible when the .fla is rendered. Any help is appreciated to get this problem solved.
    I have done preliminary testing to have the form there (no animation in) and when the form is submitted the Thank You slide covers the form. This graphically works, I have not tested the code yet. So, I may have found a round about way to fix the problem. I would still like to know though why when the textInput and RadioButton elements are placed in a graphic to be animated, they disappear.

  • Captivate CS4 - As3: Close Project problem

    I've just built a project with some As3 animations. Hence I saved the project as an As3 project. The problem is that at the end of the last slide, the project freezes rather than shuts down. I have taken care to select the "Close Project " option rather than the Stop option. But the project does not close automatically. Also the Exit button does not work (as intended).
    More details:
    Captivate CS4
    IE7 browser
    I've looked at some previous queries too on this forum but none seem to have an answer to the problem.

    Withdraw the question.
    It seems to run fine on my LMS but the issue is with IE, I guess.

Maybe you are looking for

  • Can't play songs and can't transfer songs to iPod - exclamation points

    I used to have a home built pc with windows xp and I recently got an iMac. I have an iPod nano and a bigger library than it can hold. I also have 3GB worth of songs I put onto iTunes a long time ago from Windows Media Player, but now they're listed a

  • Relational Diagram Issue

    I'm working with Oracle SQl Developer Data Modeler 3.2.20.09 on two machines (Windows XP 32 bit) with subversion support. After adding something in my model and comitting it to SVN, I can't see the new diagram objects on the other machine although I

  • Re: Sales return Process in QM

    Dear All, I am having a clients requirement where once the FG material is returned through 06 Inspection type using QM.This material goes to sales retrun.Now the requirement is to identify whether this retruned material can be reworked or needed to b

  • How to Initiate Multiple SQL*Loader Sessions

    Oracle db utilities(Chapter-Conventional and Direct Path Loads) talks of parallel data loading models for direct load. We need to execute the following commands: sqlldr USERID=scott/tiger CONTROL=load1.ctl DIRECT=TRUE PARALLEL=true sqlldr USERID=scot

  • Returning Firm Indicator

    Hi All, I'm new to Postalsoft. I'm receiving customer Full names and Business names (like Hospital Names, Surgery centers, Medical Centers, Healthcare,...) in Name field. Now I need to parse the Full Name into name parts (i.e. First, Middle and Last