How to address a symbol created with sym.createChildSymbol

Hello

I want to create a symbol (such as a MovieClip) when I click on a button and I want to load a Composition of edge in this symbol.

This is my code:

pageContent var = sym.createChildSymbol ("content", "Stage");

EC.loadComposition ("cvcontact.html", sym.getSymbol ("pageContent"));

That's how I FOUND on the edge to try work as I would with Flash, loading of the different rulers.

It does not work.

The console gives me this error:

    1. [ERROR |] EdgeCommons | Core] error in loadComposition(). 'Src' and 'sym' arguments are not optional. EdgeCommons.js:3
      1. b.Error

Please, do you have any direction to give me where to look?

Thank you very much

Sergio

Use

"EC.loadComposition ("page1.html", pageContent);"

Tags: Edge Animate

Similar Questions

  • How to see the tablespaces created with DBCA

    Dear,
    I have my db created with dbca, how can I see my table space and temporary table space should I use to install my apex.

    THX adavance.
    Celio

    Hello

    If you have created your default database without any specification with DBCA you probably
    have the tablespaces after (if you're 10g or 11g):

    SYSTEM
    SYSAUX
    UNDOTBS1
    USERS
    TEMP

    TEMP is normally your Temporary Tablespace and USER a Tablespace to use for your data.

    You can check with the query given in the previous post (select tablespace_name dba_tablespaces ;) or)
    using DBConsole EM.

    Anyway, you can add your own Tablespace by executing the CREATE TABLESPACE statement.

    You can get more details on the following link:

    --> http://download.oracle.com/docs/cd/B28359_01/server.111/b28301.pdf

    Best regards
    Jean Valentine

  • How long 'free' iPad apps created with creative cloud last?

    Make unlimited free iPad applications created with DPS with a subscription to creative cloud last (in the Apple App store) for all, or should I they get removed at some point?

    I can't seem to find anything on this anywhere.

    Thank you

    Ryan.

    Adobe has only host your. Folio so you have an multi-Folio simple editing app

    are Self contain applications that are hosted by Apple. If interrupt your CC

    membership to your unique editing application would still be available on the app

    keep as long as you keep an Apple Developer account.

    The game, October 23, 2014 at 11:39, direct mail design

  • How to bind an application created with Dps Appbuilder and Google Adwords?

    Hello

    I find if it is possible to bind an application created with Dps Appbuilder and Google Adwords?
    I want to create a campaign, but I have to add an Sdk with xcode and add code to follow the app...

    I think that it is not possible to do...

    does anyone have a solution? I have to use the marketing cloud,...?

    Thank you for your answers

    It is not possible to link in the SDK from Google Adwords.

    Neil

  • How to extrude a path created with the tool pen

    Hi all

    I created a path with the tool pen (part Brown) and now I want to extrude, but output is the set containing the block (see image below)

    Now, I have tried everything, from the grouping of transparent traces, etc., but nothing works.

    How to extrude my way?

    Thank you

    Illustrator_Extrude.PNG

    It is because you applied an effect hatched the path before extrusion it. You are effectively 'extrusion' the raster image, which is a rectangle.

    Don't, don't. Apply the frame effect to a rectangle and store that as a symbol. Give the desired path to extrude a simple filling and extrude. Then use the veneering of 3D effect feature to map the symbol to the desired surface.

    JET

  • How change a PDF file created with Acrobat Pro XI after signatures have been applied (as I can in 7, 8.0

    I have a major problem that I need to resolve before we can buy Acrobat Pro XI:


    Currently, with Acrobat Pro 8.1, after all signatories sign a document, we add an effective Date (we add it after they sign since we do not know when the last signature is acquired and we cannot have an effective Date that is prior to the date of the last signatory, moreover, it would be effective before they signed, which is not possible). I am also authorized the latitude (as described in our Documentation control procedure) to make spelling corrections, hyperlink updates and minor formatting changes (using the typewriter and, also, by replacing a page which is NOT signed so page change shows how to repaginate the document or the amendment of a hyperlink that has changed).


    In all versions previous Acrobat we used (7 Pro, Pro 8 and 8.1 Pro), this was easily possible and any changes would be listed on the Signatures tab, which is exactly what we want, is traceability.


    I now use the trial version of Acrobat Pro XI but get the message "this document is signed and cannot be displayed." If I bring the same PDF created from Word 2003 & 2013 using Acrobat Pro XI in Pro 8.1, however, I CAN add the date, use the typewriter and replace unsigned pages, register and leave without compensation or lose any signature.


    My question is this: How can I do this in Acrobat Pro XI, as Pro XI (in the Signature pane) lists also changes made to the document, when it was edited using Pro 8.1? (It's OK that the changes made to the PDF and then mark signatures as "invalid", as the reason why they were invalidated is also listed in the pane of the Signature, for example "form field added," which is usually the Date of effect applied).


    Thanks for any help!

    Thank you, Zildjian, and isakten. You me headed in the right direction. What I ended up doing was just a form text (for entry into force) field, then the required signature fields. After everyone has signed, I can the Effective Date of entry, then save the document and I don't have to sign myself or apply any type of certification. I just have to remember to put the text before form field I have forward the documents. It's the right answer, at least for my situation.

    Thanks again!

  • How can I fix problems created with Windows Installer Cleanup?

    I had some problems installing a software on my Windows XP and had to run the software Windows Installer Cleanup before the program installs. I was stupid and didn't choose carefully what programs should perform the Windows Installer Cleanup. So now my automatic updates for my XP will not be installed.

    Here is the message I get when trying to install the automatic updates:

    Initializing installation... done!
    Install the update of security Microsoft .NET Framework 2.0 Service Pack 2 for Windows 2000, Windows Server 2003 and Windows XP (KB974417) (update 1 of 1)...

    Here is the result:

    Some updates not can be installed.
    The following updates have not can be installed:
    A security update Microsoft .NET Framework 2.0 Service Pack 2 for Windows 2000, Windows Server 2003 and Windows XP (KB974417)

    This is the only notification I receive the updates failed. I think it's because the link to the installer of windows has been removed by the software Windows Installer Cleanup.

    How can I correct this situation?

    Kind regards

    Red Cloud

    Red Cloud,
    If you look at the history of the update, which is the error code for the update failed?  Go through the steps of KB923100 and post back with the results.

    Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • How to move a container created with QML to a C++ method

    I defined a QML container:

    attachedObjects: [
            ComponentDefinition {
                id: entryContainerDefinition
                Container {
                    ...
                }
            }
    ]
    

    Then, I create the container in QML and call a utility C++ method, which should add the context menu actions based on other parameters dynamically:

    var entryContainer = entryContainerDefinition.createObject(this);
    dsUtil.addActionsToContainer(entryContainer, [other params...]);
    

    But when I run it, I get only the following error message:

    "BoxContainer.qml:45: Error: unknown method parameter type: container."

    Is it not possible to create a container in QML and pass then in C++ to dynamically change code?

    I found a working solution myself. I am now passing QObject * instead of container *:

    void dsUtil::addActionsToContainer(QObject* containerObject, [...]) {
        // Cast QObject to Button
        Container* container = dynamic_cast(containerObject);
    
        if (container) {
            ...
        }
    }
    
  • Vsan how data store can I create with esxi 3?

    VSAN datastore with esxi 3

    Simple answer: 1

    Linjo

  • How to record a video created with adobe VOICE (for ipad) in FILM format

    I made a video with the VOICE adobe for ipad app. Anyone know if it is possible to record the video in. MOV format. I see it just allows me to upload video and share it via email, FB, Twitter or message.

    You can save it to your camera as a movie

  • I am new to Dreamweaver and to modify the prior site created with XSite Pro.  How to upload my Web site?

    How to import my site created with a different web designer?

    I don't think you'll like what you see in DW.  Best advice, rebuild the site.

    Basically, there is nothing much to import. Simply open DW, click Site > new Site and say DW where you keep the files of your site on your local hard drive.

    That said, no XSite Pro features exclusive web, you used will probably not work in DW.  You may need to find replacements for them.

    Good luck!

    Nancy O.

  • How can I create a separate address book? I'm not on a mailing list but an address book where addresses are not mixed with my usual address b

    How can I create a separate address book? I'm not on a mailing list but an address book where addresses are not mixed with my address book regularly. I already have three created for me by Thunderbird address books. Add all new addresses to one of those, I'm not afraid to remove the other address books, because some of their addresses are not repeated in my address book "main". So if I delete all the names in one of the existing books, I need to create a blank book that will not mix the addresses with those of an another address book. HOW CAN I CREATE AN ADDRESS BOOK EMPTY? I want to be able to create multiple mailing LISTS using the addresses in this new book, I will eventually have an address book special with a variety of mailing lists, that I can use as I want to.

    In the address book, file | New | Address book.

    No menu showing "file"? F10 or ALT.

  • How to make a sine wave with a series of spherical objects (symbols of Yin/Yang)?

    How to make a sine wave with a series of spherical objects (symbols of Yin/Yang)?

    Do the yin/yang. Shift drag a copy some distance away. Create a blend between the two stages specified. Draw another line. Use the effect > transform > Zig - Zag with enough height and number of steps and smooth anchors. Expand the appearance of the effect. Select the mix and the wide range and the object > blend > replace Spline.

  • How can I remove a control created with NewCtrl?

    I create controls dynamically with NewCtrl(). Now, I need to remove them and create different controls.

    How delete/delete one control that I created with NewCtrl?

    DiscardCtrl (); See the "Programming with controls" section in the help

  • How can I change my e-mail address that is associated with Windows 8?

    How can I change my e-mail address that is associated with Windows 8?

    Hi Sand,

    I suggest you refer to the suggestions provided by sirot S V on 8 November 2012 and check if this may help.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_8-security/change-primary-account-Windows-8/f1d5b2a3-7f5c-4DE3-9535-61b1dac28b3f

    It will be useful.

Maybe you are looking for

  • Pavilion dv7-4270: Hp pavilion dv7-4270us hangs after flashing the bios

    After taking advice from the hp support helper, I downloaded and updated the drivers from the hp website. I left the bios flash to last after you restart the system. I started to windows 7 and everything worked well, then, I went on the hp support si

  • Dequeue problem

    I wish to fill a table with data recevied the dequeue operation. Here's what's happening at the minute... Connecting the array function to build the corresponding element rewrites table for each wait operation leaving me with an array of 1 element, t

  • DAQmx wait failed 100ms

  • 626

    everytime I try to shut down my computer he keeps trying to install updates, but they do not

  • I get a warning sound without showing anything. just the sound. How will I know what it is?

    XP... been said that it is something in the settings maybe I changed? Hear even on my main screen when I turn on the computer also. That is to say, Facebook too. Need HELP Please, it's driving me crazy.  Thank you. JM