Workflow using the editor external js

Hello

I'm a developer of games and news to animate and Flash. I want to use Animate installation for the game assets and then publish on html5. What I get is the html file and the .js file, where everything is initialized. Animate his own javascript editor, but I would prefer a better external tool. My question is how the workflow will look like. I should write my own html file, leave the .js initialization file, and then perform all the game logic in another script? Or how would it be?

Regards, Martin

The CreateJS of the team themselves using external editors, but I do not know their workflow. You might want to watch their community page and post a question on the CreateJS workflow using external editors:

https://plus.Google.com/communities/113475154727121541523

It would be useful if you could try the editor to animate. You get autocompletion for createjs, and there is a code snippets panel, which includes the code example. You could give your comments as to why it does not work for you.

Tags: Adobe Animate

Similar Questions

  • Do CPO dynamic media transforming workflow using the API or any other means?

    Do CPO dynamic media transforming workflow using the API or any other means?

    Could we create or update workflows when running?

    There is no workflow WSDL. But I'm not sure of the custom here. Can you describe your use case or what you try to do this will have to change a process/workflow during execution?

  • Satellite A300: Cannot switch between programs by using the card external sound

    I want to use Notepad for recording and playback for music.
    I bought the TASCAM US - 144 d/a changer / sound card and Steinbergs Cubase LE 4.
    The driver is an ASIO for the d/a TASCAM changer.

    It can be set to a substitute of ASIO called ASIO DirectX Full Duplex Driver.

    It is not possible for me to change between the different programs, for example Windows Media Player 11, Cubase 4 or Audacity.
    The Mediaplayer Te gives the following information:
    "Ist Beim beaches der Datei in Windows Media Player ein problem aufgetreten. Klicken Sie auf "Webhilfe", um weitere zu receive support. »
    It is not possible to switch the output of the TASCAM external sound card.

    Drivers for Cubase, TASCAM and Media Player are the most recent.

    What I've done wrong? Someone at - it an idea?

    Thank you

    Hello

    Please don't be crazy about me but what I do not understand what your problem with Toshiba?
    If you use external third party product, please contact the support of manufacturers and clarify this issue.

    I mean, you'll be really lucky if anyone here uses the same wheels. Before you wait here contact manufacturer. They have the best experience with own products.

    Good luck!

  • Run the workflow using the SOAP API with PHP

    Hello

    I'm trying to integrate workflow from code PHP using the SOAP API to Orchestrator.

    <? PHP

    Try

    {

    $parameters = array (username = > "username", password = > "passwd");

    $client = new SoapClient ('https://vcoserver:8281 / vco/vmware-vmo-webcontrol/webservice?) WSDL "); "

    $result = $client-> getAllWorkflows ($parameters);

    foreach ($result as $item)

    {

    foreach ($item as $work)

    {

    echo $work-> name;

    echo "< br >".

    echo "id";

    echo $work-> id;

    echo "< br / > ';

    }

    }

    }

    catch (Exception $e)

    {

    echo $e;

    }

    ? >

    I do not see errors/exceptions, but don't see any output as well.

    Am I missing something?

    Could you use

    print curl_error($curl);
    

    After curl_exec to check if there are errors?

    If there is an error in SSL certificate, as ' SSL certificate problem: unable to get local issuer certificate ", you can either install certificates roots (Google it for more information how to do), or disable checking of certificates by peers in CURL with something like:"

    curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, 0);
    
  • Runtime error in workflow using the API Web service with a VC:VirtualMachine parameter

    Hello

    I took the example for the execution of a workflow using powershell via the site Web of Joerg Lew Web service API and changed to pass an input parameter to the name of the Virtual Machine.

    I have no error in powershell, but when I check the events for the workflow in Orchestrator I see it failed with the error "Validation error for the parameter"vm". It's using out of the box "Start virtual machine and wait" stream  Is a problem with a virtual machine name is paid as a string? I tried to use the full name of the virtual machines and the ID.  I have provided the code below.  Can someone help with how to get this working?

    $vcoWS = new-WebServiceProxy-VCO, VCO - Namespace - Uri of the class http://192.168.1.65:8280 / vmware-vmo-webcontrol/webservice? WSDL
    $workflows = $vcoWS.getWorkflowsWithName ("Start the virtual machine and wait", "vcoadmin", "vcoadmin")
    $workflow = $workflows [0]
    # print the input parameters
    $workflow.inParameters
    # generates the table with input parameters (WorkflowTokenAttribute - objects)
    $inparams = @)
    # fill in the table, an entry for each input parameter
    $inparams += new-Object - TypeName VCO. WorkflowTokenAttribute
    $inparams [0] .name = "VM".
    $inparams [0] .Guy = "VC:VirtualMachine."
    $inparams [0] .value = "vm-113.
    #... turns on and off (use $null on $inparams if the workflow has no input parameter
    #... und implement
    $workflowToken = $vcoWS.executeWorkflow ($workflow.id, $inparams, "vcoadmin", "vcoadmin")

    Thank you

    David

    Hi David,

    > game $inparams [0] = "VC:VirtualMachine".

    This means that the type of entry for this workflow is an object of type 'VC:VirtualMachine '. So, passing the name of the virtual machine would not work. The expected value for such an entry is the string representation of an object which, in the case of the vCO is a unique object identifier. The object id unique vCO looks like this:

    dunes://service.dunes.ch/CustomSDKObject?ID= "15.23.34.34/vm-590'&dunesName='VC:VirtualMachine".

    but you don't need to know this (technically, if you know the ip address of the vCenter and the id of the virtual machine can be built but is not a recommended practice).

    The right way to find the string representation of the object "VC:VirtualMachine" with the name you need to do a few more things. I'll do the example in java and it should be easy to turn into powershell.

    QueryResult result = vcoWS.find ("VC:VirtualMachine", "xpath:name = \" vm-113\ "", username, password);

    String stringObjectRepresentation = null;

    If (result.getTotalCount () > 0) {}

    FinderResult = result.getElements () FinderResult [0];

    stringObjectRepresentation = finderResult.getDunesUri ();

    }

    Thus, the stringValue should be attributed to the line:

    $inparams [0] .value = stringObjectRepresentation

    Hope it will help.

    Without doubt, Joerg would be able to illustrate this solution with powershell later ;-)

  • Use the editor HTML JavaBean in Forms

    Hello

    Currently I'm trying to implement a JavaBean (Sferyx) HTML editor in our forms 10 g environment. The product works, however I leave how to manage the content of this Publisher. The content from the Publisher may be much more then 4000 characters, so I created a CLOB field in the database to store. The field used in forms is the LONG data type and I set the maximum length to 65534 property (the maximum).

    If I want to put the contents of the editor, I put the contents of the LONG field in a FBean.ArgList, which is then read by the editor. If I try to add a CLOB field in the arglist argument, this works if the CLOB has a smaller length then 6000 characters. If the length is great, it gives ORA-06502. When I look at the specifications of FBean.Add_Arg I see that it only accepts VARCHAR2, NUMBER, and BOOLEAN. So the so of seems strange to me. Another experiment was to add the contents of the field ALONG directly to the arglist argument. I was surprised to see that even though 30000 characters were present in the field LONG it could still be added to the arglist argument. The LONG field shows the ORA-01403 when the CLOB uses to much space, which in this case was more characters then 30000. A little strange, because of competition from 65534.

    My goal here is to make it possible to display the database CLOB field in the editor JavaBean. But before I post this, the CLOB value is changed by a function (which also returns a CLOB) of the database.

    Maybe I mix things here. So my questions are:
    1 why FBean.ArgList accepts a CLOB if he is small enough (because it implicitly converted to a VARCHAR2)?
    2. How is it possible that up to 30000 characters in a field of LONG forms can be put in an arglist, is it more then the maximum VARCHAR2?
    3. is there a way to add a large CLOB field to a FBean.ArgList (or a workaround to achieve the same thing)?

    Thanks for the replies!

    Best regards, Weis

    It does not accept a clob, as you've seen fbean.add_arg accepts number, boolean, and varchar2. If you switch to something else, an implicit type conversion is made.
    take into account:

    SQL> create or replace procedure some_procedure(ivVal in varchar2) is
      2  begin
      3  null;
      4  end;
      5  /
    
    Procedure created.
    
    SQL> r
      1  declare
      2    clob1 clob;
      3  begin
      4    DBMS_LOB.CREATETEMPORARY(clob1,TRUE, DBMS_LOB.SESSION);
      5    for i in 1..32767 loop
      6      dbms_lob.write(clob1, 1, i, 'a');
      7    end loop;
      8    some_procedure(clob1);
      9* end;
    
    PL/SQL procedure successfully completed.
    
    SQL> r
      1  declare
      2    clob1 clob;
      3  begin
      4    DBMS_LOB.CREATETEMPORARY(clob1,TRUE, DBMS_LOB.SESSION);
      5    for i in 1..500000 loop
      6      dbms_lob.write(clob1, 1, i, 'a');
      7    end loop;
      8    some_procedure(clob1);
      9* end;
    declare
    *
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error
    ORA-06512: at line 8
    

    The maximum varchar2 in PL/SQL is 32767 byte:

    SQL> r
      1  declare
      2  vDummy varchar2(32768);
      3  begin
      4  for i in 1..32768 loop
      5  vDummy := vDummy || 'a';
      6  end loop;
      7* end;
    vDummy varchar2(32768);
                    *
    ERROR at line 2:
    ORA-06550: line 2, column 17:
    PLS-00215: String length constraints must be in range (1 .. 32767)
    

    So, if you pass a longer than 32767 clob to a procedure that accepts conversion of type varchar2 will cause the digital error or value above that you exceed the maximum of 32767.

    One possibility would be to split the clob into several pieces of 32767 byte and pass those to your java bean.

    see you soon

  • No matter what a description on how to use the editor of text used for this Forum?

    I am very frustrated trying to use the text editing functions (without the use of HTML code, I don't have them) that can be used to create messages in this Forum.

    Can someone point me to a good description of the text editor used to enter/edit the messages in this Forum? Thank you very much in advance.

    You may be more likely to get a response if you asked it question in the comments of the http://forums.adobe.com/community/general/forum_comments Forum

  • Workflow using the iPad in the field?

    I am a wildlife photographer and usually bring my MBP and Thunder drive with me in Africa. I try to lighten my load and bring an ipad instead. But I need to keep 2 backups as well as cards. To my knowledge, I was not able to find any solutions from third-party storage to EXPORT photos to (lots of solutions to store and disseminate on the ipad). I have no internet so no clouds of access. Anyone know, or better yet, found a solution? Other than transporting a photo hyperspace for a second player, also isolated the backup.

    Also, if I use the connector of the camera and the ipad and download my RAW for pictures files, it will display jpeg. No problem. But when I go home and connect to my iMac, how do I get the RAW files for import into Aperture?

    Appreciate ideas.

    Thank you

    Which version of iOS you encounter on your iPad?

    Do you still have iOS 7 and iPhoto on the iPad, or the most recent iOS and only Photos?

    With the new iOS and Photos, you will not be able to add subtitles or tags for photos on the iPad. It would be preferable to bring your MBP.

    But when I go home and connect to my iMac, how do I get the RAW files for import into Aperture?

    When you connect iPad to a USB port and start the opening, it will import the RAW files of the iPad. Just make sure that RAW files are not excluded in the import settings in the import Panel.

    I have no internet so no clouds of access. Anyone know, or better yet, found a solution? Other than transporting a photo hyperspace for a second player, also isolated the backup.

    I did a backup drive and copied the card in the backup drive, whenever I could borrow a PC in a hotel or lodge. But it works well in many remote locations where I can't even be sure to have access to a power supply. I tried only once to travel without a Mac laptop and never again. Only, I replaced the model 17 "by a model 15" that is not so heavy. A MacBook Air at least will be much more convenient than the iPad.

    Added: How much storage is on your phone?  My Panasonic camera can stream photos to both my iPad and my iPhone. It is o.k. for a few days as a backup, but not for long journey.

  • No display on Toshiba Satellite L455D-S5976 after using the screen external moniter

    Trying to adjust the properties of display on the laptop, I accidentally found projection screen. Laptop screen went black, so I connected on the screen external moniter (desktop computer). Cannot display internal display at the external moniter disconnect now.

    Hello

    1. what operating system is installed on your computer?

    Check if it was shortened to change or switch between monitors on your laptop.

    I would recommend that you follow these steps and check if the problem persists.

    Step 1:

    Update of your display drivers and check if the problem persists.

    Step 2:

    Perform a System Restore to the point that it was operating normally.

  • Workflow using the ' specific 'email ' not when triggered emails

    I put a workflow on the subject of revenue 'when a changed record is saved. I would like an email to send to the owner of the income when the record is modified. So I put in place the action to trigger an email and in the field 'To' I chose ' specific 'email ' and for its value, I chose '[< owner >]' in the pop-up "fx".

    Emails are not getting triggered when a product of income record is changed. What I am doing wrong?
    I added deliberately not any workflow conditions. Please advice.

    Hello. You can try the following: JoinFieldValue ('', [], '')

    [] is just the name of the owner of the record. You need get the e-mail address of the owner of the record.

    Good luck! Cheers, Damian.

  • Portege Z30 - problems of USB - error Code 10 using the disk external HARD - SOLUTION

    Hello

    I wanted to just connect a problem and the solution I just got/found. It's about a Z30 with an installation of Windows 7 32 bit and a 1 TB mSATA SSD.

    I was unable to get any USB 2.0 drive Flash or any (if USB or USB 3.0) external HARD drive to work. They would try to install but I'd end up with a yellow warning triangle in Device Manager.

    After various attempts of a workaround - I spotted alongside the driver.sys and usb.sys load - there was a mysterious driver which I finally tracked down the wizard of related software.

    After uninstalling the magician - all USB keys and external HARD drive worked perfectly.

    Do not have this problem with an other Toshiba with a standard SSD EVO and magician - so not quite sure that the installation is triggered it.

    However problem now * solved.*

    Thanks for sharing!

  • Workflow / using the procedure

    Newbie trying to get a good reliable workflow without bad habits. My current method of calculation was to design an entire page in photoshop, export to image ready, add my rollover effects, optimize for the web slices to export the image file and create an html file.
    I would be open in dreamweaver and edit as needed. For example, the text box for now I would like to remove the bracket, insert a table and paste the text in.

    I was told im trying now to replace photoshop and image ready with fires of artifice, but the Forum of fireworks, I have a bad habit that needs breaking.
    My thought or understanding is slicing and cutting the entire page design and exporting to dreamweaver would be more effective and more time consuming to create each piece and export to DW individually.
    So my question, is there any validity to what Im doing or am I a bad procedure usual and workflow.
    I'd appreciate it really any advice on a good workflowto make the most out of the capabilities of such software.
    I can't code by hand, so a guide step by step would be a great help. Thanks in advance and I apologize for the very basic questions and the long explanation.

    I suggest to do the layout as you now - then watch it
    will need to structure of the page, then copy and paste sections of it in a new
    Fireworks document. Break the page layout in components, such as the
    the page/nav header/footer area. This way you do not have a single large table with
    overly complex rowspans and colspans.

    --
    Alan
    Adobe Community Expert, dreamweaver

    http://www.Adobe.com/communities/experts/

  • Problem with copy paste function (for images) using the TinyMCE editor

    Can not copy paste images (a document - text Copies OK) to the tinyMCE editor in Windows 8. Seems to be the specific question of operating system.

    Use the tinyMCE editor for info on the download Web site. Copy-paste function works very well on a Windows7 machine

    Hi Anand,

    I would be grateful if you can help me with the following information related to the TinyMCE editor:

    1. What is the Web browser that you use to copy and paste images via the application editor TinyMCE?
    2. What exactly happens when you try to copy and paste images using the editor? You receive an error message?

    This problem may occur because of the compatibility of the browser with the TinyMCE editor.

    Check out these links and check if the suggestions help you to solve the problem:

    http://www.TinyMCE.com/forum/viewtopic.php?PID=34916

    http://www.TinyMCE.com/develop/bugtracker_view.php?id=6075

    If the problem is specific to the TinyMCE editor, you can also contact the support of TinyMCE:

    http://www.TinyMCE.com/enterprise/support.php

    Please let us know if you need more help on this issue. Otherwise, feel free to ask for more queries on Windows.

  • Photoshop editor 13 gel, what happens if I use 8 editor with organizer 13?

    Seeing no resolution, then what happens if I use Photoshop 8 Editor (that works) and 13 Organizer (which works)?  Organizer 8 has an error and stops, but editor 13 freezes.  So can I use Publisher 8 with 13 Organizer?

    Hello

    Each version of the editor is only designed to integrate completely with the corresponding version of Organizer - so the simple answer is probably not.

    However, I'm not sure where the Organizer fits into your current workflow. If you were to work like this, you should be able to make it work.

    (1) the scan in the documents using your external application and place the EDUSAT's images in a folder, told WIP-(do not import in the Organizer again).

    (2) use the editor version 8 to manipulate the images you want and save to a folder, say WIP-Out - make sure you clear the option to include it in the organizer of items he will try to add pictures to the catalog version 8

    (3) using the 13 organizer version, import the pictures in the WIP-Out folder. You can then move the images to any other folder, as required, using the Organizer 13 version.

    This workflow assumes that you don't need to keep the scanned image of the moose.

    I'll take a look at your other thread to see if I can suggest any resolution it.

    Brian

  • How to use the files from old computer to new iTunes

    I have been using an external hard drive to store and access my media files to iTunes via iTunes on another computer.   I just got a new computer and want to use this hard drive and files of music via iTunes on it.  What is the best way to do this and what are the steps to begin to play the files from the hard drive on the new iTunes?

    I have changed the preferences of the media folder in iTunes without result and sought media when iTunes opens, also without result.   Thank you!!!

    Media preferences are not what you think. Change said iTunes simply to memorize new media at this location. This is the file iTunes Library.itl tells iTunes where your media. If you use the same external drive (and these are the two Macs) copy the old iTunes folder form computer to the same location on the new computer and it will start with the old library.

Maybe you are looking for

  • Can not hear

    Have a 6 s, iPhone running iOS 10.0.2. Meet callers hearing bad, its cutting, however when I place calling on speaker, all right. All other functions of the phone seem to work very well. All applications are closed, the Bluetooth feature is turned of

  • Satellite R630-13F - bootable ISO need BIOS update

    Hello I have Ubuntu Linux on my R630-13F.There is a known issue with Ubuntu & kernel 2.6.35 and freezing at startup, however the last BIOS 1.80 would have been remedied this. Currently I'm under 2.6.32 kernel to work around this problem, but I would

  • hide buttons

    I try to hide the buttons on my front pannel and go to where will never see how to do this the buttons, I'm making invisible are a "print" button and the button clear. I really have no code for what I'm just trying to understand how do

  • Having error "could not switch to the specified mode hardware".

    When I try to get the windowed mode mode full screen on some of my downloaded games of big fish.com, it gives me the error above. I've been using full front screen with games now it does not work... anyone know if it is the game or something on my co

  • Need help reformat computer with Windows Vista.

    Have a computer and have a copy of the Windows Vista Edition retail Home Premium and want to reformat the computer. Have done this before and gave a possibility to reformat the computer, but now doesn't have the option of said.