Dynamically loading the interface from a remote source implementation class

Hello guys,.

I'm kind new to AS3, please bear with me.

I'm working on a project were I want to implement some sort of MVC. The idea is this: have an application Viewer that connects to a database and reads the object to display (based on some ID); have an app Setter that connects to the database and sets the object to display for a particular ID.

What I'm trying to do is to have an interface that declares the common methods for the object class (like the draw, etc.) and have implementations of this interface be dynamically loaded from the database in the Viewer.

Is this possible? I still think about it in the right way?

I'd appreciate any suggestions really.
Thank you

If you check the book by peldi et al., u would have found what you're talking about. The principle u want to talk is easy to do. This might get u started (it is FMS but the idea is the same): http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/flashmediaserver_3.5_sslr.pdf - p.28 - application.registerClass () method.

Tags: Adobe Animate

Similar Questions

  • Generic procedure to load the data from the source to the table target

    Hi all

    I want to create a generic procedure to load data of X number of the source table to X number of the target table.

    such as:

    Source1-> Target1

    Source2-> Target2

    -> Target3 Source3

    Each target table has the same structure as the source table.

    The indexes are same as well. Constraint are not predefined in the source or target tables.there is no involved in loading the data from the business logic.

    It would simply add.

    This procedure will be scheduled during off hours and probably only once in a month.

    I created a procedure that does this, and not like:

    (1) make a contribution to the procedure as Source and target table.

    (2) find the index in the target table.

    (3) get the metadata of the target table indexes and pick up.

    (4) delete the index above.

    (5) load the data from the source to the target (Append).

    (6) Re-create the indexes on the target table by using the collection of meta data.

    (7) delete the records in the source table.

    sample proc as: (logging of errors is missing)

    CREATE or REPLACE PROCEDURE PP_LOAD_SOURCE_TARGET (p_source_table IN VARCHAR2,

    p_target_table IN VARCHAR2)

    IS

    V_varchar_tbl. ARRAY TYPE IS VARCHAR2 (32);

    l_varchar_tbl v_varchar_tbl;

    TYPE v_clob_tbl_ind IS TABLE OF VARCHAR2 (32767) INDEX OF PLS_INTEGER;

    l_clob_tbl_ind v_clob_tbl_ind;

    g_owner CONSTANT VARCHAR2 (10): = 'STG '.

    CONSTANT VARCHAR2 G_OBJECT (6): = 'INDEX ';

    BEGIN

    SELECT DISTINCT INDEX_NAME BULK COLLECT

    IN l_varchar_tbl

    OF ALL_INDEXES

    WHERE table_name = p_target_table

    AND the OWNER = g_owner;

    FOR k IN l_varchar_tbl. FIRST... l_varchar_tbl. LAST LOOP

    SELECT DBMS_METADATA. GET_DDL (g_object,

    l_varchar_tbl (k),

    g_owner)

    IN l_clob_tbl_ind (k)

    FROM DUAL;

    END LOOP;

    BECAUSE me IN l_varchar_tbl. FIRST... l_varchar_tbl. LAST LOOP

    RUN IMMEDIATELY "DROP INDEX ' |" l_varchar_tbl (i);

    DBMS_OUTPUT. PUT_LINE (' INDEXED DROPED AS :'|| l_varchar_tbl (i));

    END LOOP;

    RUN IMMEDIATELY ' INSERT / * + APPEND * / INTO ' | p_target_table |

    ' SELECT * FROM ' | '. p_source_table;

    COMMIT;

    FOR s IN l_clob_tbl_ind. FIRST... l_clob_tbl_ind LAST LOOP.

    EXECUTE IMMEDIATE l_clob_tbl_ind (s);

    END LOOP;

    RUN IMMEDIATELY 'TRUNCATE TABLE ' | p_source_table;

    END PP_LOAD_SOURCE_TARGET;

    I want to know:

    1 has anyone put up a similar solution if yes what kind of challenges have to face.

    2. it is a good approach.

    3. How can I minimize the failure of the data load.

    Why not just

    create table to check-in as

    Select "SOURCE1" source, targets "TARGET1", 'Y' union flag double all the

    Select "SOURCE2', 'TARGET2', 'Y' in all the double union

    Select "SOURCE3', 'Target3', 'Y' in all the double union

    Select "SOURCE4', 'TARGET4', 'Y' in all the double union

    Select 'Source.5', 'TARGET5', 'Y' in double

    SOURCE TARGET FLAG
    SOURCE1 TARGET1 THERE
    SOURCE2 TARGET2 THERE
    SOURCE3 TARGET3 THERE
    SOURCE4 TARGET4 THERE
    SOURCE.5 TARGET5 THERE

    declare

    the_command varchar2 (1000);

    Start

    for r in (select source, target of the archiving of the pavilion where = 'Y')

    loop

    the_command: = "insert / * + append * / into ' |" r.Target | ' Select * from ' | '. r.source;

    dbms_output.put_line (the_command);

    -execution immediate the_command;

    the_command: = 'truncate table ' | r.source | "drop storage."

    dbms_output.put_line (the_command);

    -execution immediate the_command;

    dbms_output.put_line(r.source ||) 'table transformed');

    end loop;

    end;

    Insert / * + append * / into select destination1 * source1

    truncate table SOURCE1 drop storage

    Treated SOURCE1 table

    Insert / * + append * / to select TARGET2 * in SOURCE2

    truncate table SOURCE2 drop storage

    Treated SOURCE2 table

    Insert / * + append * / into select target3 * of SOURCE3

    truncate table SOURCE3 drop storage

    Treated SOURCE3 table

    Insert / * + append * / into TARGET4 select * from SOURCE4

    truncate table SOURCE4 drop storage

    Table treated SOURCE4

    Insert / * + append * / into TARGET5 select * from source.5

    truncate table source.5 drop storage

    Treated source.5 table

    Concerning

    Etbin

  • Dynamically loading the file location

    Hi all

    Please give me an idea on dynamic locations. At present iam using the localization file it works fine locally, but is new scenario: I need to download the file location on the server side and dynamically change the value.

    Please help me if anyone has any idea on this?

    Thank you

    I'm not saying it's impossible, but I really don't see a way to use the built-in location facility and have the ability to dynamically load the additional locations.

    My only suggestion is to establish a similar device yourself.

    If you are looking for something on the basis of this, in addition to the Blackberry application, I was looking at the Android application that uses XML "translation."  Using this approach, you would be able to download a new XML file to get a new translation.

  • Load the data from a text file into a table using pl/sql

    Hi Experts,

    I want to load the data from a text file (sample1.txt) to a table using pl/sql

    I used the pl/sql code below

    ***********************************
    declare
    f utl_file.file_type;
    s varchar2 (200);
    c number: = 0;
    Start
    f: = utl_file.fopen('TRY','sample1.txt','R');
    loop
    UTL_FILE.get_line (f, s);
    insert into sampletable (a, b, c) values (s, s, s);
    c: = c + 1;
    end loop;
    exception
    When NO_DATA_FOUND then
    UTL_FILE.fclose (f);
    dbms_output.put_line('No. deles de lignes insérées: ' || c);
    end;

    ***************************************

    and my sample1.txt file looks like

    ***************************************
    1
    2
    3
    ***************************************

    Gets the data inserted, with way below

    Select * from sampletable;

    A, B AND C

    1-1-1
    2-2-2
    3 3 3

    I want that data to get inserted as

    A, B AND C

    1 2 3

    The text file I have is to have three lines, and the first value of each line should go to each column

    Help, please...

    Thank you
    declare
    f utl_file.file_type;
    s1 varchar2(200);
    s2 varchar2(200);
    s3 varchar2(200);
    c number := 0;
    begin
    f := utl_file.fopen('TRY','sample1.txt','R');
    utl_file.get_line(f,s1);
    utl_file.get_line(f,s2);
    utl_file.get_line(f,s3);
    insert into sampletable (a,b,c) values (s1,s2,s3);
    c := c + 1;
    utl_file.fclose(f);
    exception
    when NO_DATA_FOUND then
    if utl_file.is_open(f) then utl_file.fclose(f); ens if;
    dbms_output.put_line('No. of rows inserted : ' || c);
    end;
    

    SY.

  • Cannot ping sub interface from my remote site VPN gateways

    I can't ping my gateways to interface my remote vpn connection sub

    I can ping 192.6.1.0 network, but can't ping network 192.6.2.0 or 192.6.3.0

    When I remote desktop in 192.6.1.20 I can ping all the networks, including gateways to interface sub.

    I think that something in my asa is misconfigured or not added

    ASA NAT rules:

    Exempt NAT Interface: inside

    Source 192.6.0.0/16

    Destination 192.6.10.96/27

    Static NAT interface: inside (it's for the local NAT of E0/0 out)

    Source 192.6.1.1/16

    Interface translated outside the Destination: 172.35.221.200

    Dynamic NAT interface: inside

    Source: no

    Destination: outside

    ASA access rules:

    Permit outside

    Source: no

    Destination: out

    Services: udp, tcp, tcp/http

    Static routes:

    Interface: Outside > network: all outdoors DSL (shows no DSL in the graph)

    Some incorrect configuration:

    On the ASA:

    (1) directions are incorrect, the default should point to the next hop route, that is to say: the internet router: 172.35.221.x, as follows:

    Route outside 0.0.0.0 0.0.0.0 172.35.221.x

    ---> where x must be the router internet ip address.

    existing routes need to be removed:

    No route outside 0.0.0.0 0.0.0.0 192.298.47.182 255

    No route outside 0.0.0.0 0.0.0.0 172.35.209.81 in tunnel

    (2) the following declaration of the static NAT is incorrect too and should be removed:

    static (inside, outside) USSLTA01_External USSLTA01 netmask 255.255.255.255

    --> You can not NAT interface on the SAA itself.

    (3) for the SAA within the interface's subnet mask should be 255.255.255.0, no 255.255.0.0. It should be the same as the router interface subnet mask:

    interface Ethernet0/1

    nameif inside

    security-level 100

    IP 192.6.1.254 255.255.255.0

    (4) on the way to access these sub interfaces subnet on the SAA as follows:

    Route inside 192.6.2.0 255.255.255.0 192.6.1.235

    Route inside 192.6.3.0 255.255.255.0 192.6.1.235

    Route inside 192.6.4.0 255.255.255.0 192.6.1.235

    On the router, configure it by default route as follows:

    IP route 0.0.0.0 0.0.0.0 192.6.1.254

  • What is the fastest way bulk load the data from ACE / 400 to Oracle?

    Asked me to move data from the AS / 400 to Oracle11gR2 as fast that ODI may eventually. Quinte just no mapping, no transformation, no membership.

    An ODI11g agent is started on the computer of Oracle target, but being new ODI, I don't know how to use SQL for Oracle LKM loading in a scene and then updated incremental Oracle IKM layout from staging to the target table.

    It took 50 minutes to move recorded about 4 million. I need to get this in about 10 minutes. So guys, if there is a best practice to do this, please let me know, but now I'll try any suggestion you might think.

    Thank you in advance.

    Means the faster is to use a combination of ODI interface and ODI tool named OdiSqlUnload.
    N ° 1). Use the ODI OdiSqlUnload tool to export the data from the AS / 400 files in a flat file of the BONES.
    Step 2.) Use this flat file as source and LKM file for Oracle (SQLLDR) and Oracle IKM incremental update to load Oracle data.

    Your current path is slow because it operates on a row by row basis.

  • Not able to ping inside the interface from outside

    Hello

    I'm trying to stimulate a new network like the diagram of the topology below:

    Topology

    However, I have a problem:

    ASA:

    I can ping to:

    192.168.200.1 (Site_RTR IP, int fa0/1)

    192.168.200.2 (ASA vlan interface IP, outside interface)

    10.133.95.12 (DC_RTR, int fa0/1)

    10.133.200.1 (ASA vlan interface IP, inside the interface)

    10.133.200.23 (machine)

    The RTR website, I can do a ping to:

    10.133.95.12

    192.168.200.1

    192.168.200.2

    10.133.200.23 (machine)

    but not

    10.133.200.1 (ASA vlan interface IP, inside the interface)

    Question 1:

    It is possible to access / ping back to this address within the IP Interface from outside?

    Question 2:

    As all subnets 10.0.0.0/8 will go through the interface on the outside, however for the internet traffic, out thru interfacera outside 2.

    I haven't set up any nat, is correct to nat all out for outside2?

    NAT (inside outside2) source Dynamics one interface

    Configuration

    Thanks for the help.

    JJ

    Hi JJ,

    If you plan doing a ping within the IP address of the interface, while the traffic is coming from any interface other than inside, you won't able to ping inside the IP address of the interface.

    This is by design, and you cannot change it by any ACL or other settings.

    Thank you
    Ishan
    Please do not forget to select a correct answer and rate useful posts

  • dynamically load the Options in a drop-down list in C++

    Hey guys,.

    I'm trying to dynamically load items Option in a drop-down list by using C++.  I have a function in my class of WorkManager file that does the trick:

    QStringList WorkManager::getListOfItems() {
        int i = 0;
        QStringList taskNames;  // used for debugging mainly, so i can print the list out to debug
        QList  myObjects = m_model->toListOfObjects();
        DropDown * dpList = bb::cascades::Application::instance()->scene()->findChild("scriptListDropDown");
        if (dpList != 0 ) {
            dpList->setSelectedOption(0);
            dpList->removeAll();
            for (i = 0; i < myObjects.size(); i++) {
                Task * myTask = (Task *) myObjects[i];
                taskNames.append(myTask->taskName());
                dpList->add(Option::create().text(myTask->taskName()).value(myTask->command()));
    //          delete myTask;  // do I need to delete the task object?
            }
    //      qDebug() << "WorkManager::getLIstOfItems(), ---> list of tasks is : " << taskNames;
            return taskNames;
        } else  {
            qDebug() << "WorkManager::getListOfItems(), ---> dpList was 0";
            return taskNames;  // empty list
        }
    }
    

    I also found this thread:http://supportforums.blackberry.com/t5/Native-Development/Adding-options-to-a-DropDown-from-c/m-p/21... that helped me get the filled drop-down list when the application starts.

    However, I need to re - fill list from time to time, when the list (a GroupDataModel) changes.  calling the function above a second time anywhere in my application appears to hang the application immediately.

    I think / thought it might have something to do with the slot for the onSelectedValueChanged, but I can't understand it.

    It seems down right when I do dpList-> removeAll().

    I also can't seem to find the right place to call this function to an object of type in my class.  I think it's because the drop-down list is not ready yet as the dpList * is always 0 unless what I call after the line:

    app->setScene(root);
    

    in the applicationui.cpp file.  Calling it works on start-up, but trying to update the list later (by removeAll() and recreate) causes the app crashing.

    is there a better way to do it?  .. and make it safer?  I can't understand how to do this.

    Thank you!

    J

    First, drop the:

    dpList->setSelectedOption(0);
    

    Not only if it is not necessary, but it will explode your application if the function is called when there is already no options in the menu dropdown.

    Also, do NOT delete the task, because it is still owned by the datamodel. I also see that you use type casting C, which just blindly accepts your cast, even if it's a mistake. Instead, if you know for sure what kind it will be this way instead:

    Task* myTask = static_cast(myObjects[i]);
    

    If you are not sure if the type you are casting the is the type you need, use the dynamic_cast instead:

    Task* myTask = dynamic_cast(myObjects[i]);
    

    The advantage of this more static_cast , is that if you try to perform a type cast is not compatible, then myTask will be set to NULL.

    Alternatively, Qt offers a replacement for dynamic_cast which works on platforms where is not regular C++ casts.

    Task* myTask = qobject_cast(myObjects[i]);
    

    It is functionally equivalent to dynamic_cast, but as I said, it works on all platforms that Qt exists, whereas dynamic_cast cannot.

    Once you did get back to us.

    oddboy wrote:

    Hey guys,.

    I'm trying to dynamically load items Option in a drop-down list by using C++.  I have a function in my class of WorkManager file that does the trick:

    QStringList WorkManager::getListOfItems() {
        int i = 0;
        QStringList taskNames;  // used for debugging mainly, so i can print the list out to debug
        QList  myObjects = m_model->toListOfObjects();
        DropDown * dpList = bb::cascades::Application::instance()->scene()->findChild("scriptListDropDown");
        if (dpList != 0 ) {
            dpList->setSelectedOption(0);
            dpList->removeAll();
            for (i = 0; i < myObjects.size(); i++) {
                Task * myTask = (Task *) myObjects[i];
                taskNames.append(myTask->taskName());
                dpList->add(Option::create().text(myTask->taskName()).value(myTask->command()));
    //          delete myTask;  // do I need to delete the task object?
            }
    //      qDebug() << "WorkManager::getLIstOfItems(), ---> list of tasks is : " << taskNames;
            return taskNames;
        } else  {
            qDebug() << "WorkManager::getListOfItems(), ---> dpList was 0";
            return taskNames;  // empty list
        }
    }
    

    I also found this thread:http://supportforums.blackberry.com/t5/Native-Development/Adding-options-to-a-DropDown-from-c/m-p/21... that helped me get the filled drop-down list when the application starts.

    However, I need to re - fill list from time to time, when the list (a GroupDataModel) changes.  calling the function above a second time anywhere in my application appears to hang the application immediately.

    I think / thought it might have something to do with the slot for the onSelectedValueChanged, but I can't understand it.

    It seems down right when I do dpList-> removeAll().

    I also can't seem to find the right place to call this function to an object of type in my class.  I think it's because the drop-down list is not ready yet as the dpList * is always 0 unless what I call after the line:

    app->setScene(root);
    

    in the applicationui.cpp file.  Calling it works on start-up, but trying to update the list later (by removeAll() and recreate) causes the app crashing.

    is there a better way to do it?  .. and make it safer?  I can't understand how to do this.

    Thank you!

    J

  • Could not load the interface Web VMware Server 2

    Hello

    It seems that there have been a number of users has a problem similar to mine. Unfortunately so far it seems not be an easy fix. A few weeks ago, I downloaded VMware Server 2.0.2 and installed on my Ubuntu 8.04 Server. Surprisingly, it worked very well and I set up a virtual machine via the web interface. It took 3 weeks later I started having problems. Or, when I tried to access the web interface through the browser page just came not upward or it came I have connected, but then was then put on the door.

    Initially, I have done the following but doesn't seem to help.

    -Reboot the system

    -Restart all vmware services

    -Delete all cookies and cache.

    Then I thought that this question had to do with the process of webaccess. It seems that the process was not because for a very short period of time, the connection appeared and I was able to connect. But after a short period of time, it displays an error and then the connection was unreachable again.

    I checked the port 8308 below:

    netstat - LNP | grep: 8308

    TCP 0 0 0.0.0.0:8308 0.0.0.0: * LISTEN 5754/webAccess

    Here is the response from audit ipv6:

    netstat - LNP | grep tcp6

    ping6-c1 localhost

    Unknown host

    I disabled it by changing of ipv6 on off in the etc/modprobe.d/aliases.

    My hosts file resembles the following:

    127.0.0.1 localhost

    127.0.1.1 web web.cinci.rr.com

    The following lines are desirable for the hosts with IPv6 support

    : 1 localhost ip6 ip6-loopback

    FE00::0 ip6-localnet

    FF00::0 ip6-mcastprefix

    FF02::1 ip6-allnodes

    FF02::2 ip6-allrouters

    FF02::3 ip6-allhosts

    I have attached the file proxy.log. I saw a few exceptions so don't know if this has to do with the problem.

    Also, I've included the hostd.log (it's in a zip archive because there are a few files of newspapers spend). I have

    Finally, I checked all the active internet connections and sockets. The results are below:

    Connections Internet active (only servers)

    Name of Proto Recv-Q Send-Q address foreign address State PID/program Local

    TCP 0 0 127.0.0.1:8005 0.0.0.0: * LISTEN 6910/webAccess

    TCP 0 0 0.0.0.0:902 0.0.0.0: * LISTEN 6888/vmware-authdla

    TCP 0 0 0.0.0.0:8009 0.0.0.0: * LISTEN 6910/webAccess

    TCP 0 0 0.0.0.0:8333 0.0.0.0: * LISTEN 6994/vmware-pass

    TCP 0 0 0.0.0.0:80 0.0.0.0: * LISTEN 4917/apache2

    TCP 0 0 127.0.0.1:8307 0.0.0.0: * LISTEN 6994/vmware-pass

    TCP 0 0 0.0.0.0:8308 0.0.0.0: * LISTEN 6910/webAccess

    TCP 0 0 0.0.0.0:23 0.0.0.0: * LISTEN 4421/sshd

    TCP 0 0 0.0.0.0:443 0.0.0.0: * LISTEN 4917/apache2

    TCP 0 0 0.0.0.0:8222 0.0.0.0: * LISTEN 6994/vmware-pass

    UDP 0 0 0.0.0.0:68 0.0.0.0: * 4393/dhclient3

    brute 0 0 0.0.0.0:1 0.0.0.0: * 7 6634/vmnet-natd(8)

    UNIX domain sockets active (only servers)

    Proto RefCnt flags Type State I-node PID/name path of the program

    UNIX 2 BDRM STREAM LISTEN 16158 6994/vmware-pass/var/run/vmware/root_0/1267514173386057_6994/ha-nfc-fd

    UNIX 2 BDRM STREAM LISTEN 16165 6994/vmware-pass/var/run/vmware/root_0/1267514173386057_6994/ha-nfcssl-fd

    UNIX 2 BDRM STREAM LISTEN 16167 6994/vmware-pass/var/run/vmware/proxy-Web server

    UNIX 2 BDRM STREAM LISTEN 16189 6994/vmware-pass/var/run/vmware/root_0/1267514173386057_6994/hostd-vmdb-fd

    UNIX 2 BDRM STREAM LISTEN 16191 6994/vmware-pass/var/run/vmware/proxy-mob

    UNIX 2 BDRM STREAM LISTEN 15714 6634/vmnet-natd(8) /var/run/vmnat.6634

    UNIX 2 BDRM STREAM LISTEN 11895 4940/python /var/run/fail2ban/fail2ban.sock

    Finally, just to try to "start over". I removed VMware Server system and reinstalled. Since the virtual machine is in a separate Directory I thought I had nothing to lose. Removal and resettlement seem to succeed. After a reboot and an attempt to access the interface web it STILL didn't work. I'm really at a loss right now. Any help would be much appreciated.

    Thank you

    Aaron

    Hello

    Welcome to

    Don't forget to give my answer. It is the way to give users of vmware communities who helps others.

    Best wishes / Saludos.

    Pablo

    Please consider providing any useful answer. Thank you!! - Por favor considered premiar las useful responses. ¡¡MUCHAS gracias!

    Virtually noob blog

  • Load the rules from database?

    Hello

    I understand that I can load rules from the file system by using the following code:


    Configuration EngineConfiguration = new EngineConfiguration();
    configuration.setRulebaseDirectory (rulebasePath);
    InterviewEngine engine = InterviewEngineFactory.createInstance (setting);


    But in my case I want to store and load the database rules. How can I achieve this?

    GBTW,

    I guess you want to load from a database of rulebases determinations Web. The explanation of how to do this in: Oracle policy Automation Developer Help in the section create a Service modules

    You will find a tutorial by searching: DerbyRulebaseService using the developer.

  • Loader will load the images from another server, but then we get error on Bitmap operation

    I develop an application that currently uses Loader to get the images to another server.  This should not work now because we are still waiting for the owner of that server to put a crossdomain in place file.  However, it works - sort of .

    Charger can load the images very well, without error.  But then the application has a feature that we are a great duplicate of the image to display in a sidebar, we do this in this way:

    var myBitmap:Bitmap = Bitmap (loader.content);

    and when will we get a Flash player 2122 security error, violation of sandbox.

    So although I hope that all this will fix itself when the crossdomain.xml file is set up, I am confused as to why we get only the sandbox error when we do a bitmap image, and not when we try to initially retrieve the image.

    (By the way: is there a better way to make a "copy" of an image loaded by a loader and change its width and height to display simultaneously in another part of the scene?)  "I have need to change its real dimensions - I just need to change its display width and height).

    Thank you!

    The sandbox allows you to view, not not editing from another server without a cross-domain.

    Therefore, when you try to load up, it loads, it 'read only' and gives you an error when you try to "change" by a new Bitmap out of it.

    This should resolve itself once crossdomain is in place.

    || EDIT |

    I just realized that I have to clarify my statement a bit more.

    When you load images from another server without a crossdomain, it only allows the load for display.  When you try to load data, it will fail.  It is because that data XML, or another type of data is editable by default, and the images are only visible by default.  As a result, the image fails when you try to convert it to an editable form.

  • Load the clip from the library in target on stage

    Hello. Don't bother anyone with this but have been at it for hours and am at max of frustration level. I am using Flash CS3. I want to flip a button on the stage which will load a clip from my library in a clip that is currently sitting on the stage.

    The desired effect would be comperable using the loadmovie command and by loading an external .swf into a target on the stage. Except in my case I want to load a clip in my library in the target, rather than having to load an external swf file. Make sense? The goal of making this way is I want the loaded clip to stand on the stage, while the cursor mills. But when the cursor rolls over another button, I would like a different clip in the library to replace the already loaded by the first button.

    Any suggestions would be greatly appreciated. Be precise because I tend to get lost easily with this stuff. Thank you in advance.

    If you want to replace what has already been placed with something new, and then specify a depth rather than using... target.getNextHighestDepth (...) which always goes to the top depth value

    If the target is not a wild animal that would put you in danger, just use... 1 (I think). In all cases, you can find the best value before setting this value in stone using... trace (target.getNextHighestDepth ()); before fixing anything.

    on {(overview)
    target.attachMovie ("Area1Web1", "anyName", 1);
    }

    Shit!... I forgot if that simply pushes the element formerly loaded at a different depth, is probably with my luck. If so, use target.removeMovieClip (); before attaching a new. The bottom line, I always try to offer... look in the files to help... they are your friend (once you get familiar with them).

    Cool!... I spent some time with this friend, I just mentioned and found this diamond in the rough... "If you create or join a new clip on a depth has already a clip, the clip again or attached replaces existing content."

  • dynamically loading the sounds she draws to a .swf

    Is this possible in Actionscript 3 to have a bunch of sounds in the library of your .swf you can dynamically load? The sound.load() seems to be something external to the url. I would like to ask you a whole collections of sounds in the libarary a fund sovereign and then dynamically chosen one I want to play when running.

    :

  • prolific usb-to-serial com port driver problem. I can't load the driver from propper for her. What should I do?

    prolific usb-to-serial com port driver problem. I can't load the driver appropriate for that. What should I do?

    Hello edmcski,

    This thread has been created in the Feedback forum. the Microsoft moderation team has moved this thread on the forums of hardware and drivers.

  • Problems loading the pictures from the camera

    all drivers, etc.updated/Canon tech said my Windows Imaging acquisition {program, file?} does not work / is my canon Camera Access Library which supposedly feeds off the coast of the previous / he said also that my SSDP Discovery is not runnig/how can I get these re-run?

    This problem started a few days ago / until then, everything was good / did not have any other situation w / this questions until then since I downloaded IE 8 as my browser & updated all drivers pertaing to this problem

    Hi W.Auld,

    Method 1

    I suggest that scan you SFC on the computer that will search the corrupted system files and try again later start services.

    The analysis may take some time, so be patient. Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows XP installation CD.

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

    Method 2

    Temporarily disable the security software on the computer and try to start the services.

    Important: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 3

    If the previous step fails then I would suggest that you uninstall all driver software related to the camera from Canon to the computer and reinstall the latest version of the software driver from the Canon website.

    http://www.Canon.com/support/

Maybe you are looking for