Flash CS3 and FLVPlayback

Hello.
Is there a way to dynamically instantiate a FLVPlayback with
ActionScript 3?
I imported fl.video.FLVPlayback and Flash accused not knowing
this class...
Thanks,
Ian L.

Ian,
> Is there a way to dynamically instantiate a FLVPlayback
with
> ActionScript 3?
Sure thing.
> I imported fl.video.FLVPlayback and Flash accused not
knowing
> this class...
Just make sure to drag the FLVPlayback component from the
Components
panel into your Library. After that, the following four lines
(just for
example) will do it:
import fl.video.FLVPlayback;
var player:FLVPlayback = new FLVPlayback();
player.source = "
http://www.helpexamples.com/flash/video/caption_video.flv";
addChild(player);
David Stiller
Co-author, Foundation Flash CS3 for Designers
http://tinyurl.com/2k29mj
"Luck is the residue of good design."

Similar Messages

  • Help!! Flash CS3 and CS4 "Test Movie" very slow on OS X

    This is a problem that, having read many forums, affects a
    very large amount of people, though Adobe doesn't care at all. It
    only affects OS X users. I know that it has been addressed many
    times in different forums, but I never actually stumbled across
    anyone having found a solution.
    When I use Flash CS3, and I make any animation, even the
    simplest tween, and I preview it with Test Movie, the result I get
    is an extremely slow playback. Something like half the FPS it
    should be.
    However, when I export the SWF and preview it in the external
    Flash Player or in a browser, it's just fine and fast.
    Another interesting thing is that in CS3, when I open the
    Help panel, the problem with Test Movie only happens like 20% of
    the time. In that case, it only gets solved if I restart or Log Out
    at least. I have no idea why the Help panel being open solves the
    problem, this only shows that this is probably a little graphic
    user interface bug, or something similar, that could be solved very
    very easily.
    In Flash CS4, there is no Help panel, so there is no solution
    to the problem.
    It would be nice to be able to press Cmd + Enter to see the
    movie, and not have to do File > Export > bla bla bla, open
    Finder, Find the SWF, double click it, wait for the browser to
    open... etc...
    I have a brand new 2.5 GHz MacBook Pro, and Test Movie runs
    faster on my 900MHz Pentium III PC!! Funny...
    Here are some links I found about this problem:
    http://bugs.adobe.com/jira/browse/FP-878
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407896
    http://www.kirupa.com/forum/archive/index.php/t-258991.html
    This is quite ridiculous, and on Adobe's Support page, the
    solution is "Do not use Test Movie."
    And the funny thing is that they didn't even bother to fix
    this in CS4...
    So basically if something doesn't work, Adobe's solution is
    "Don't use it."
    I guess they're right!
    Please, tell me if anyone has or does not have this problem
    or knows anything about it!
    Thanks,
    Mate

    This is a problem that, having read many forums, affects a
    very large amount of people, though Adobe doesn't care at all. It
    only affects OS X users. I know that it has been addressed many
    times in different forums, but I never actually stumbled across
    anyone having found a solution.
    When I use Flash CS3, and I make any animation, even the
    simplest tween, and I preview it with Test Movie, the result I get
    is an extremely slow playback. Something like half the FPS it
    should be.
    However, when I export the SWF and preview it in the external
    Flash Player or in a browser, it's just fine and fast.
    Another interesting thing is that in CS3, when I open the
    Help panel, the problem with Test Movie only happens like 20% of
    the time. In that case, it only gets solved if I restart or Log Out
    at least. I have no idea why the Help panel being open solves the
    problem, this only shows that this is probably a little graphic
    user interface bug, or something similar, that could be solved very
    very easily.
    In Flash CS4, there is no Help panel, so there is no solution
    to the problem.
    It would be nice to be able to press Cmd + Enter to see the
    movie, and not have to do File > Export > bla bla bla, open
    Finder, Find the SWF, double click it, wait for the browser to
    open... etc...
    I have a brand new 2.5 GHz MacBook Pro, and Test Movie runs
    faster on my 900MHz Pentium III PC!! Funny...
    Here are some links I found about this problem:
    http://bugs.adobe.com/jira/browse/FP-878
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407896
    http://www.kirupa.com/forum/archive/index.php/t-258991.html
    This is quite ridiculous, and on Adobe's Support page, the
    solution is "Do not use Test Movie."
    And the funny thing is that they didn't even bother to fix
    this in CS4...
    So basically if something doesn't work, Adobe's solution is
    "Don't use it."
    I guess they're right!
    Please, tell me if anyone has or does not have this problem
    or knows anything about it!
    Thanks,
    Mate

  • Creating metadata in Flash CS3 and reading it in AS3

    Is there a way to store metadata in a library symbol in Flash
    CS3, and then read it in AS3? For example, I want to have the
    following code run:
    m_Metadata = 'You're cool!'
    I need this data before I can play the movie clip. Is there a
    way to store this? I've been trying to find a solution, but it
    looks like I'm just going to have to load in a separate XML file
    with the data.
    Thanks!

    Unfortunately there's no simple way to add instance level
    code in Flash CS3 or CS4 with AS3. This is a significant authoring
    tool deficiency in my opinion.
    Making a component... depending on what you want to do, there
    can be a lot of overhead. There may also be some very flaky/buggy
    behavior in Flash CS3 with custom components if your experience is
    anything like mine. However, for basic metadata, try this:
    1. Select the Symbol in the Library
    2. Right click, choose Component Definition...
    3. In the Parameters data grid you can add
    parameters/properties. Make sure you set the "Variable" field as a
    unique identifier for each parameter. These are the properties
    you'll use in AS at runtime to retrieve the values.
    4. Now on each instance on the canvas you can go to the
    Parameters tab and enter custom values for each parameter.
    5. At runtime, you should be able to access the values via
    instance_name.variable_name
    I believe that will work without actually creating a
    component class and making it functional.

  • Flash CS3 and CS4 "Test Movie" extremely slow, ridiculous.

    This is a problem that, having read many forums, affects a very large amount of people, though Adobe doesn't care at all. It only affects OS X users.
    When I use Flash CS3, and I make any animation, even the simplest tween, and I preview it with Test Movie, the result I get is an extremely slow playback. Something like half the FPS it should be.
    However, when I export the SWF and preview it in the external Flash Player or in a browser, it's just fine and fast.
    Another interesting thing is that in CS3, when I open the Help panel, the problem with Test Movie only happens like 20% of the time. In that case, it only gets solved if I restart or Log Out at least. I have no idea why the Help panel being open solves the problem, this only shows that this is probably a little graphic user interface bug, or something similar, that could be solved very very easily.
    In Flash CS4, there is no Help panel, so there is no solution to the problem.
    It would be nice to be able to press Cmd + Enter to see the movie, and not have to do File > Export > bla bla bla, open Finder, Find the SWF, double click it, wait for the browser to open... etc...
    I have a brand new 2.5 GHz MacBook Pro, and Test Movie runs faster on my 900MHz Pentium III PC!! Funny...
    Here are some links I found about this problem:
    http://bugs.adobe.com/jira/browse/FP-878
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb407896
    http://www.kirupa.com/forum/archive/index.php/t-258991.html
    This is quite ridiculous, and on Adobe's Support page, the solution is "Do not use Test Movie."
    And the funny thing is that they didn't even bother to fix this in CS4...
    So basically if something doesn't work, Adobe's solution is "Don't use it."
    I guess they're right!
    Please, tell me if anyone has this problem or knows anything about it!
    Thanks,
    Mate

    1) Every post I see that you have made recently reflects on problems that are most likely associated with your computer that are causing problems with your software. 1st thing I would look at with your problems (and I do not mean just this one) is a conflict with another program, ei antivirus software, etc. Trying turning off programs one by one, relaunching your CS programs, and see if you can find a culprit.
    2) With that kind of attitude you are only going to receive just as friendly/helpful solutions. Just because SOMEONE ELSE doesn't solve YOUR problem does not mean that THEY are ignorant.

  • Flash CS3 and Javascript

    A couple of weeks ago, I wrote in another thread about how
    Flash CS3 (using AS3) can directly handle javascript. I must tell
    you that this direct handling is limited. You cannot call custom
    javascript functions from html this way. If you need to call
    function in your html, you must still use ExternalInterface.
    Flash CS3 has a new function called navigateToURL().
    navigateToURL() is part of the flash.net package and is
    asynchronous (does not return any kind of value).
    Let's say you want to throw a simple javascript alert message
    to a user. You need to first make a call to the URLRequest
    constructor and pass it a string value that uses javascript
    protocol. In the alert example, you'll be calling the string
    "javascript:alert('Your first AS3 javascript call');" To those
    familiar with HTML, this will look very very familiar. All put
    together, it looks something like the code below....
    This idea can be expanded on and added to custom event
    handlers in classes for buttons and other things in your projects.
    Remember though that you must call the javascript code as it
    appears in the javascript protocol. So to open a popup window,
    you'd need to use window.open( blah, blah, blah ). Personally, I
    still use ExternalInterface to call my Javascript functions (if I
    need them at all). The only reason I use navigateToURL is when the
    browser I'm using does not support ExternalInterface.
    Anyhow, the code for the above example is down below. If you
    have questions, post them here.

    k,
    my post 2+ weeks ago was adrenaline driven and premature. the
    example I just gave was the code I was talking about. Why I ever
    posted that URLLoader was capable of javascript interaction is
    beyond me. I know better. The purpose of my post was simply to
    answer questions I've been getting in my e-mail and to clarify my
    original post 2 weeks ago.
    As I stated, navigateToURL is meant for specific scenarios
    just as getURL was in AS1 and 2 which was replaced by navigateToURL
    in AS3. This would be more for the Linux users and the a-typical
    O/S users where ExternalInterface is not supported by the browsers
    on those operating systems. I do not condone using navigateToURL or
    getURL. I will always recommend external javascript files and
    ExternalInterface. My apologies for leading anyone on with my
    premature run-off of the typing finger.

  • Flash cs3 and PDFs

    Did Adobe come up with a way to load PDF files into an SWF in
    Flash CS3? If not .... they need to do that for the next version,
    because that would be wonderful.

    I'm using Flash Paper for this and the results are excellent.
    It wasn't included in CS3 but still installs ok from the Studio 8
    disc.

  • Flash CS3 and Snow Leopard

    Hi, i am experiencing a strange and unpleasant situation.
    I am using CS3 and upgraded to Snow Leopard 10.6.2 last night, along downloading the latest Flash Player for browsers.
    Problem is that now all of my text block arent displaying the same line height that before i updated?????
    I compared the same exact SWF made under Tiger and those made under Snow Leopard and the two arent identical, lines are misaligned regarding line height!
    What gives? Flash or OSX interpreting fonts differently?
    Thanks!

    I dont know whats up with this... but all of a sudden today, in my flash cs4 (mac and PC versions) When i go to open a fla in flash to work on it, i select a text box... in the properties window under position and size --- HIEGHT-(selection hieght) value is grayed out... I opened fla's that i had don before but this also now affects them as well. I tried opening on my PC .. now it does the same thing. Every file i open now.. when i got to the properties of a text box ... the height values are grayed out. I am using Palatino roman font... in a simple text box.
    Position and size:
    x:20       y:15
    w:264     H:335.2 <-------- grayed out!!!
    I have opened these files in cs3... and that now is also experiencing this......
    PLEASE HELP... Im in the middle of a project --- with extreme deadlines...
    PLEASE PLEASE PLEASE
    my post....
    saw yours.. wondering if this is related.. Im running Snow Leopard now to.. just started. Then the Height variable became grayed out. In your properties windows, are you experiencing the same??
    It's killing me...Im an animator that does books... I am unable to adjust this value, and when i sent the fla to someone else... they say they see everything fine, but when i view it.. the Text spacing in multiline text box is different than discribed back to me... My line height is much larger than what he is seeing.
    Please let me know if you find anything.
    Regards
    Phantom Lady

  • Embed fonts in Flash CS3 and load in Flex at runtime

    Hi,
    I want to embed fonts in the library of Flash CS3, compile it into a SWF and load it in my flex up at runtime and register the embedded font.
    I'm able to get the linked class in Flex but the font doesn't show.
    The FLA has a font called Viner Hand embedded as a library item, with linkage VinerHand and baseclass as flash.text.Font
    Here's the code in flex to register the font -
    var FontLibrary:Class = ApplicationDomain((event.target as LoaderInfo).applicationDomain).getDefinition('VinerHand') as Class;
    Font.registerFont(FontLibrary);
    When I do Font.enumerateFonts after this, I see [Font VinerHand] in the array but the textField doesn't show the font embedded.
    Nishant

    Hi there,
    Try taking a look at the following links:
    http://www.trajiklyhip.com/blog/index.cfm/2007/7/18/Embedding-Fonts-in-Flex
    http://blog.flexexamples.com/2007/10/25/embedding-fonts-from-a-flash-swf-file-into-a-flex- application/
    Hope it helps.
    With best regards,
    Barna Biro

  • Flash CS3 and Photoshop CS Integration

    Hello,
    I have a situation in my company were I may need to use
    Photoshop CS with Flash CS3. My question is can you import older CS
    photoshop document into the New Flash CS3 with similar results as
    Photoshop CS3. If so please let me know the pro's and con's of
    doing this.
    Thank You, Jacob

    No, PSE 3 and PS CS3 are totally different programs. Elements is a reduced version of photoshop for consumer use, with many of the pro features from photoshop simplified or left out.
    PSE 3 is quite an old version (it's up to PSE 8 now). You might want to check your local library for books on it. It's highly unlikely that you would find books on PSE 3 in stock in any bookstore, even in a large city, since it's five years old. You can still get a few books from amazon, I think.

  • I can't install flash cs3 AND got error my addRemovePrograms

    after i downloaded flash cs3 trial yesterday . when trying to
    install it, the setup aborted with no reason.
    and when i open the add remove prog in control panel the
    softtware name is in there. and been trying to remove it but its no
    use, when i clicked the remove button i recieved errors.
    i wonder why it wont install in my system, and why is it i
    can see it in my add remove programs?
    my system specs
    80GB HD
    1GB memory
    AMD Sempron 3000+, MMX, 3DNow
    Direct X9.0c
    ECS-761GX-M mobo
    Windows XP Pro SP2
    software currently installed
    MS OFFICE 07
    MS SQL 2005
    MYSQL 5.0
    MS Visual Studio 2005
    Is there anything i can do to uninstall this? and install the
    sotware properly?
    pls let me know thanks in advance.

    Try using the offline installer http://download.macromedia.com/pub/flashplayer/current/support/install_flash_player.exe

  • Flash cs3 and php problem (system error)

    Hi All,
    Been checking out a free utility, called Tell A Friend - followed the instructions to a t but still getting system error.
    Here is the php code:
    <?php
    $to = ($_POST['friend']);
    $link = ($_POST['link']);
    $subject = "Tell a friend";
    $message = "Your friend ";
    $message .= $_POST['name'] . " wants advice you the following link: ".$link;
    $headers = "My WebSite Name";
    if(@mail($to, $subject, $message, $headers))
    echo "answer=ok";
    else
    echo "answer=error";
    ?>
    The main swf has a main.as attached:
    * Flash Tell A Friend
    * http://www.FlepStudio.org        
    * Author: Filippo Lughi          
    * version 1.0                      
    package
    import flash.display.*;
    import flash.events.*;
    import flash.utils.*;
    import flash.external.*;
    import flash.net.*;
    public class main extends MovieClip
      private const PHP_URL:String="sendMail.php";
      private var checker:CheckEmail;
      private var timer:Timer;
      public function main()
       addEventListener(Event.ADDED_TO_STAGE,init);
      private function init(evt:Event):void
       removeEventListener(Event.ADDED_TO_STAGE,init);
       stage.frameRate=31;
       checker= new CheckEmail();
       addInputListener();
       addSendListener();
      private function addInputListener():void
       clip_mc.name_txt.background=true;
       clip_mc.name_txt.backgroundColor=0x999999;
       clip_mc.name_txt.addEventListener(FocusEvent.FOCUS_IN,onFocusIn);
       clip_mc.name_txt.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut);
       clip_mc.email_txt.background=true;
       clip_mc.email_txt.backgroundColor=0x999999;
       clip_mc.email_txt.addEventListener(FocusEvent.FOCUS_IN,onFocusIn);
       clip_mc.email_txt.addEventListener(FocusEvent.FOCUS_OUT,onFocusOut);
      private function onFocusIn(evt:Event):void
       evt.target.background=true;
       evt.target.backgroundColor=0xFFFFFF;
      private function onFocusOut(evt:Event):void
       evt.target.backgroundColor=0x999999;
      private function addSendListener():void
       clip_mc.send_mc.mouseChildren=false;
       clip_mc.send_mc.buttonMode=true;
       clip_mc.send_mc.addEventListener(MouseEvent.MOUSE_DOWN,onSendDown);
      private function onSendDown(evt:MouseEvent):void
       if(clip_mc.name_txt.text!="")
        if(checker.initCheck(clip_mc.email_txt.text))
         sendEmail();
        else
         displayPhrase("Invalid Email");
       else
        displayPhrase("Invalid name");
      private function sendEmail():void
       clip_mc.send_mc.mouseEnabled=false;
       var variables:URLVariables=new URLVariables();
       variables.name=clip_mc.name_txt.text;
       variables.friend=clip_mc.email_txt.text;
       variables.link=ExternalInterface.call('window.location.href.toString');
       var request:URLRequest=new URLRequest();
       request.url=PHP_URL;
       request.method=URLRequestMethod.POST;
       request.data=variables;
       var loader:URLLoader=new URLLoader();
       loader.dataFormat=URLLoaderDataFormat.VARIABLES;
       loader.addEventListener(Event.COMPLETE,onMessageSent);
       try
        loader.load(request);
       catch (error:Error)
        trace('Unable to load the document.');
      private function onMessageSent(evt:Event):void
       var vars:URLVariables=new URLVariables(evt.target.data);
       if(vars.answer=='ok')
        displayPhrase("Message Sent!");
       else
        displayPhrase("System Error!");
       clip_mc.send_mc.mouseEnabled=true;
       clip_mc.name_txt.text="";
       clip_mc.email_txt.text="";
      private function displayPhrase(s:String):void
       clip_mc.display_txt.text=s;
       resetPhrase();
      private function resetPhrase():void
       timer=new Timer(1500,1);
       timer.addEventListener(TimerEvent.TIMER,hidePhrase);
       timer.start();
      private function hidePhrase(evt:TimerEvent):void
       clip_mc.display_txt.text="";
    Any help appreciated. This is a great viral marketing tool, when it ever works
    Kind Regards,
    Boxing Boom

    Never seen such an error, but if it's in the status bar of the browser then it shouldn't be Flash problem. You can check what's happening in your swf by creating a dynamic text field and setting it's text in every major action, that is: requesting PHP and getting back response, to what's just happened.
    So, on the Flash side you can see whether the browser error stops the PHP script and immobilizes further actions.
    What I'd do is create a new Flash file and PHP file and just send 1 variable to PHP, change it somehow and send it back to Flash and print it in a text field. That way you can check whether it's the method you're using to request PHP or just PHP or something else. Step by step adding complexity and checking on which of these steps the error occurs.
    I wish you good luck.
    Ps. It's probably a very rookie problem, we just don't know the source.

  • Flash CS3 and Filter problem

    Ok. So I have a file that was originally created with Flash
    8. The file was opened in Flash 9 and published. The problem is
    that the text that I have in there is being cut off when published
    (publish preview only, The full publish works fine so far). I've
    narrowed it down to being a problem with the filters that are used.
    I'm using a basic drop shadow on the static text.
    More specifically, when I publish using Flash 7, filters are
    not supported and they are dropped out and the entire word shows.
    When I publish in Flash 8 or 9 with filters turned on, the words
    are cut off. For example the word "connection", when a filter is
    applied, all that publishes is "connecti". The o and n are gone.
    And if I change the settings on that drop shadow filter, the word
    is cut off in a different place than before, sometimes cutting a
    letter in half. When I delete the filter and publish in 8 or 9, the
    entire word shows again. Also, I can edit the blurX or Y, or the
    strength or distance and it will sometimes show the entire word.
    But when I do this to other words, it creates a problem on those
    words. If I then go and edit the settings back or to different
    numbers, cutoff happens once again.
    This is very inconsistent and makes working with filters
    difficult since I can't preview what I've done without doing a full
    publish. I've converted the words to movie clips and so far have
    not had the same problem, however, I don't want to add movie clips.
    So this basically looks like a glitch with this new version of
    Flash. I sure hope that someone at Adobe sees this post and might
    look into the problem.
    I'm on an Intel based MacBook Pro. If anyone has run into
    this problem, please let me know if you have found there to be a
    solution rather than a work around. Thanks to Anyone who can help.
    And once again, this only appears to be a problem when I do a
    publish preview, not a full publish.
    Tobin

    Thanks; thats helpful.
    What's going on is that the filter is being reused for your
    text instances.
    Flash does automatic associations between frames to see where
    some objects
    should be instances of or related to the objects in the frame
    before it. In
    your case, since each of your frames have a single static
    text field in the
    same depth (one spot above the jump in button), and since
    they all use the
    same drop shadow filter with the same settings, Flash will
    reuse that exact
    same filter for each of the objects in consecutive frames at
    those depths
    assuming they are the same object. What this amounts to is
    the bounding box
    for the first text+filter combination being used for all
    others. You can
    see this more clearly if you move the "Love" text to be at
    the beginning of
    the sequence and then test your movie.
    What can you do? Here are a few options (though only a few
    may work in your
    situation):
    - include one frame between each text field
    - on every other text field, modify a property of the filter,
    either
    adjusting the strength by a value of 1, changing the quality,
    or something
    not visible but enough to make Flash recognize it as a
    different filter
    - in a layer under every other textfield place an invisible
    object. This
    should force every other text field to be at a higher depth
    thereby
    preventing Flash from assuming they are the same object as
    the one before
    it.
    - place each text field in a movie clip thereby separating
    the filters from
    the same timeline (or, technically, just every other text
    field would be
    necessary)
    - change your text to dynamic text. These will be treated as
    separate
    instances (or at least Flash will be wise enough not to be so
    static in its
    application of the filter). You may need to be sure to embed
    your fonts for
    anti-aliasing
    In the mean time I will officially log a bug. Though Flash is
    "technically"
    doing what it thinks is best, its not working out very well
    for this case.
    "PhoTobin" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have not scaled the text at all. We've just used font
    size. Here is the
    >link to download the FLA.
    >
    >
    http://www.3peaksintl.com/intro-filter.zip

  • Flash CS3 and Web Services (again)

    Ok, I'm sorry to be going on about this... I've seen the
    question asked before, but I am yet to find an answer.
    -I just noticed that the Web Service Connector targets only
    AS2. Along with several other components.
    I was hoping to find CS3 working BETTER with web services, as
    an example I kind of hoped that the long awaited feature of being
    able to consume a .NET dataset would be there... But instead there
    is absolutely nothing.
    So, if the Adobe plan is to say "Ok, you want to hook up to
    web services? -Get Flex!" - well then I'd appreciate knowing about
    it.
    Or, if the plan is to release hot, lovely, fresh components
    for CS3 to do this - I'd SURE like to know about that!
    Not knowing what to expect is stupid. Decisions on future
    projects need to be made. I Don't mean to scare you Adobe guys but
    ..."Silverlight"... ;-)
    So, if anyone has anything on this (CS3 data components/web
    services that is) I'd very much appreciate hearing about it.
    Thanks!

    JSON is undeniably useful. It's a great way to get data back
    and forth, but SOAP is a standard in almost all programming
    languages now and JSON isn't native in flash (not slagging it, it's
    just not native).
    <gettingonasoapbox>Webservices are one of the greatest
    tools available to web application programmers and one of the best
    innovations in web development in the past 5 years.
    </gettingonasoapbox>
    I've built a number of large scale flash applications based
    off of this ridiculously simple protocol and to make the switch to
    JSON (that's not supported natively) just to use AS3 is a fairly
    large endeavor especially since AS2 is not really "bad". Plus,
    webservices have been a constant in the past TWO versions of flash.
    It's hard to see that it would be an oversight to leave it out. It
    feels deliberate, especially without any explanation as to it's
    mysterious disappearence.
    The message this gives to us Flash developers is that Adobe
    will change it's product without warning, explanation, or even
    deprecating the class, and that you must adapt to a new product
    (Flex). However, who's to say that Flex will not be changed as
    well? AS3 has been around for a long time at this point, so I don't
    think it's a matter of time.
    The small component pack is understandable for the initial
    release with a later update, but it appears that there is not going
    to be a tree view component for AS3. In the newest version of Cold
    Fusion, they switched the tree component to an ajax control instead
    of a flash based one.
    http://www.forta.com/blog/index.cfm/2007/6/5/ColdFusion-Ajax-Tutorial-5-File-System-Browsi ng-With-The-Tree-Control
    I don't want to be a complainer or a luddite, but I just
    really realy really really really really want to use AS3 :) No
    webservice class is a total showstopper and will quickly turn flash
    into just an animation tool instead of an RIA development tool. You
    can't continue to build applications on a protocol that ceases to
    be supported.
    Then again, maybe I'm a minority in the developer group.
    Maybe if we Digg this thread and maybe Adobe will take
    notice.

  • [ANNOUNCE]  Adobe statement about Flash CS3 and future components

    All,
    Since the CS3 launch there have been many questions regarding
    components. What happened to my favorite components, for example.
    Is Adobe going to be developing any more components?
    After much discussion Richard Galvan has posted a blog
    regarding this topic. I know it's been a long time coming, and we
    appreciate the patience.
    http://blogs.adobe.com/rgalvan/
    If you have any questions please post them to Richard's
    blog.

    1) Every post I see that you have made recently reflects on problems that are most likely associated with your computer that are causing problems with your software. 1st thing I would look at with your problems (and I do not mean just this one) is a conflict with another program, ei antivirus software, etc. Trying turning off programs one by one, relaunching your CS programs, and see if you can find a culprit.
    2) With that kind of attitude you are only going to receive just as friendly/helpful solutions. Just because SOMEONE ELSE doesn't solve YOUR problem does not mean that THEY are ignorant.

  • Using web services with flash cs3 and actionscript 3.0

    Hi,
    I want to use web services under flash cs 3 and by using as
    3.0.
    It was possible with as 2.0 to do it easily thanks to the
    webservice Connector.
    But I can't find how to use web services under flash and as
    3.0.
    I thought web services took part of the many improvements
    flash cs 3.0 contain, but obviously it does not:(
    Can anybody help me to use webservices with flash cs 3 and as
    3.0?
    Thanks in advance,
    Pascal

    Dark Armor, You mentioned the book Adobe Flash CS4 Professional Classroom in a Book, which I have.  I could not find anything in there.  Did you mean to say Actionscript 3.0 for Adobe Flash CS4 Professional?  I do have that book and it looks like there is information there.  Just wanting to make sure that you meant what you said.  Thanks!

Maybe you are looking for

  • CFDocument: works in dev but not prod?

    We are using CFMX 7,0,2,142559 Standard on W2K3 servers. In our dev and qa environements, cfdocument works fine, but in production it does not, and produces the error below in the errror log. The code is all the same, the data is the same - I have si

  • ATP Check Requirement

    Hi Folks, I am working on ATP check logic my logic is based on 3 things; Safety Stock, Lead Time, Confirmed PO qty (Include Shipping Notification) I have 2 issues, one is related to Safety Stock and second one is related to Tcode Z9R2. Safety Stock :

  • Is it possible to "rent" Adobe InDesign CC for 3 months?

    Is it possible to "rent" Adobe InDesign CC for 3 months? And if thats possible, what do I have to do? Or maybe it's possible to run InDesign on 2 computers simultanious? (When you have a Creatice Cloud subscription)

  • Response.sendRedirect("abc.jsp") is not  working

    Hello, I deployed my web application(jsp with business components) on AS 902. Web cache is running on port 80. Apache is running on 7778. To pass request i use, mod_proxy.c in http.conf. and <virtual host> for my application, to get required url. It

  • Ambiguity in JSP

    Hi !!, I have a query on jsps. In my project we have an enhancement where we are trying to do the following : 1) We are having some existing users who can change their password through http://localhost/eportal/ChangePassword.jsp 2) [ENHANCEMENT] The