Flash  workflow method

I have a few questions about Adobe Flash and i'm hoping you
guys could help me
out.
One of my assignments is to find a better way to develop and
structurize Flash applications
(animations/motion graphics/ websites).
I'd like to know if there is a way to give more structure in
a Flash project (kind of a like a workflow method)? That both
designers and developers can work faster on a single flash project,
making flash documents/projects better organised (in the library as
well as the timeline/layers and the names of movie clips, buttons
and graphics). I searched on the Adobe site, lots of blogs and
forums. I have found a lot of information so far, but i'm still not
certain
about some things, so that's why i posted this.
Thanks in advance for any info!
greetings

Hi,
There currently isn't a generally available way to extend Builder's design view.  It is something that we've considered adding as a feature, though, so I'd be glad to hear more about how you would use this.  Drop me a note directly and we can discuss.  It's buntel at adobe dot com.
Thanks!
Tim

Similar Messages

  • Premiere to Flash workflow ?  (Maybe AEFX to Flash)

    Hopefully someone has some experience with Premiere to Flash workflows and can help me here. (Apart from encoding some flvs...I have none!)
    I am shooting a number of people separately on a chroma bg so that in the end result they will appear composited alongside each other on a web page. (on a white bg).
    They respond to mouse clicks with some action and dialogue.
    Obviously I need to key the scenes in Premiere or AEFX (unless Flash can do a key?).
    What do I supply to the Web page Author?
    (I belive I should supply them with best source material)
    - I can NOT produce an avi/mov from Premiere with an alpha channel
    - I CAN produce an avi /mov from AEFX with an alpha channel (slow process for 100+ clips)
    - what / how to do this? eg can flash files have transparency.

    O.K
    It is possible to encode an alpha channel into an flv from Premiere and it works perfectly (but is limited by the quality of the Keyers in Premiere.)
    Will be fine for the web page project I am doing and will be a lot quicker. (Batch Encoding - woooohooooo!)
    BTW: There is an Encode alpha button in the flv export settings.
    (I would like to thank me for all my help)

  • Calling report program to my workflow method

    hi friends
        I have writen the logic to find the email id for travel admin now i want to call this  REPORT program to my workflow method. How can i do that. I know how to do that in function module but i want to try with report program. How to get the import and export parameter in the report program. I know there is some thing called memory id export but i dont no how to do that. Can any one show with sample code.
    Regards
    vijay

    Hi Vijay,
    You can make use of the following sample code.
    BEGIN_METHOD ' ' CHANGING CONTAINER.
    export itab to memory id 'PQR'.
    submit zMM_R_BUDJETDISP AND RETURN."exporting list to memory and return.
    END_METHOD.
    In your program you can use
    import itab from memory ID 'PQR'.
    Here Itab is a internal table.
    Similarly you can define single data elements as well.
    you can use this syntax to import, export parameters.
    let me know if you have any queries.
    Regards,
    Raj

  • JET install using flash error: WARNING: FLASH Unknown FLASH access method

    Hi all,
    hoping someone can shed some light on this. I'm trying to utilize a flar image to jumpstart a server and get a unknown Flash access method error;
    # ./make_client testserver
    Gathering network information..
    Client: xx.xx.xx.xx (xx.xx.xx.0/255.255.255.0)
    Server: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0, SunOS)
    Solaris: client_prevalidate
    Clean up /etc/ethers
    Creating Client directory for testserver
    Solaris: client_build
    Creating sysidcfg
    WARNING: no base_config_sysidcfg_timeserver specified using JumpStart server
    Creating profile
    Adding base_config specifics to client configuration
    Adding flash specifics to client configuration
    FLASH: Modifying client profile for flash install
    FLASH: Removing package/cluster/usedisk entries from profile
    Solaris: Configuring JumpStart boot for testserver
    Solaris: Configure bootparams build
    Starting SMF services for JumpStart
    updating /etc/bootparams
    Force bootparams terminal type
    -Restart bootparamd
    Running '/opt/SUNWjet/bin/check_client testserver'
    Client: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0)
    Server: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0, SunOS)
    Checking product base_config/solaris
    Checking product flash
    WARNING: FLASH: Unknown FLASH access method (/export/install/FLARs/sol10000_00_os_0910_us_3.gbl.flashsun4utools_iplno.fsh)
    Check of client testserver FAILS.
    The images is shared out under /export/install:
    # dfshares
    RESOURCE SERVER ACCESS TRANSPORT
    servername:/opt/SUNWjet servername - -
    servername:/export/install servername - -
    any help would be appreciated. JS is functioning when installing an image copied from media.
    thanks
    D

    Hi,
    I had exactly same problem. When I contacted my DBA he provided me Secured URL with https for the site and when i used that URL it worked with out problem.
    Badari.

  • Getting "SYSTEM ERROR" while generating a PDF in a Workflow method.

    Dear All,
    I'm getting a "SYSTEM ERROR" when I'm calling the below function module in a Workflow BO Method.
    CALL FUNCTION wa_funcnm
       EXPORTING
         /1bcdwb/docparams  = fp_docparams
         invoice                     = invoice
       IMPORTING
         /1bcdwb/formoutput = fp_formoutput
       EXCEPTIONS
         usage_error        = 1
         system_error       = 2
         internal_error     = 3
         OTHERS             = 4.
    The aim is to generate the PDF and store it in DMS. Please let me know, if I'm going wrong somewhere. Any kind of inputs would be sincerely appreciated.
    Regards,
    Tushar.

    Hi Tushar
    You need to the following parameters when calling FM. Background WF process cannot handle dailog.
    fp_outputparams-nodialog = 'X'.
    fp_outputparams-getpdf   = 'X'.
    Refer to Thread below
    Creating Attachments to Work Items or to User Decisions in Workflows
    CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
    i_name     = l_formname
        IMPORTING
    e_funcname = l_fm_name.
    *   E_INTERFACE_TYPE           =
    fp_outputparams-nodialog = 'X'.
    fp_outputparams-getpdf   = 'X'.
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
    ie_outputparams = fp_outputparams
    EXCEPTIONS
    cancel          = 1
    usage_error     = 2
          system_error    = 3
    internal_error  = 4
    OTHERS          = 5.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN OTHERS.
    ENDCASE. " CASE sy-subrc
      ENDIF.
    fp_docparams-langu = 'X'.
    fp_docparams-country = 'US'.
      fp_docparams-fillable = 'X'.
      CALL FUNCTION l_fm_name
        EXPORTING
    /1bcdwb/docparams  = fp_docparams
    emp_info           = fs_per_info
        IMPORTING
    /1BCDWB/FORMOUTPUT = FP_FORMOUTPUT
    EXCEPTIONS
    usage_error        = 1
          system_error       = 2
    internal_error     = 3
    OTHERS             = 4.
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN OTHERS.
    ENDCASE. " CASE sy-subrc
      ENDIF.                               " IF sy-subrc <> 0
      CALL FUNCTION 'FP_JOB_CLOSE'
    *   IMPORTING
    * E_RESULT             = result
       EXCEPTIONS
    usage_error          = 1
    system_error         = 2
    internal_error       = 3
    OTHERS               = 4
      IF sy-subrc <> 0.
        CASE sy-subrc.
          WHEN OTHERS.
    ENDCASE. " CASE sy-subrc
      ENDIF.                               " IF sy-subrc <> 0.
    ENDFORM.                    " GET_FUNCTION_MODULE
    *& Form  CONVERT_PDF_BINARY
    FORM CONVERT_PDF_BINARY .
      CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
    BUFFER                = FP_FORMOUTPUT-pdf
    *   APPEND_TO_TABLE       = ' '
    * IMPORTING
    * OUTPUT_LENGTH         =
        TABLES
    BINARY_TAB            = t_att_content_hex .
    ENDFORM.                    " CONVERT_PDF_BINARY
    Regards
    Sandy

  • Workflow method problem`

    Hi,
      In my workflow i want to call one report in bor object i want to create method can any body tell me what are the attributes of method that i have to create or any other solutions

    am getting the error when object type ->
    Implemented ----"
    Object type components have higher release level than object type"
    First you have to Implement the Objectype Components , I mean you have to first come from Bottom to TOP 
    EDIT->Change Release Status> Object Type Components ---> To be Implmented (from Bottom to Top) Except the Object type
    Now Click on the Business Object and the again
    EDIT->Change Release Status> Object Type---> To Be IMplemented
    Now once you have IMplemented every thing you  need to Release them
    From Top to BOttom
    Click on the Business Object and the again
    EDIT->Change Release Status> Object Type---> To Be Released
    On Key fields and methods
    EDIT->Change Release Status> Object Type Components ---> To be Released
    And after this you have to generate
    this is how you have to implement and release and GEnerate the BO

  • Another asynchronous workflow method question

    Hi all.
    Your previous post on this topic was great people!!
    Right now I have a problem with an asynchronous method, on concrete words, is the method from object BUS2081, method EDIT.
    I've created a task based on that method and I have put some terminating events on that task but looking at the WF log on runtime, the task is only waiting for some of the events and ignoring just the ones i need. I don't know what the problem is because i have configured the events exactly on the same way....any idea of what is happening?
    I've solved this incidence including some parallel branches awaitiing for the events, so I'm "faking" in some way the "asynchronous" task, but this is a cheap trick...
    Thank you and best regards.
    Ismael

    Hi Ismael,
    I have a quick question regarding the BUS2081 - EDIT method.
    I'm using the Edit method with terminating events as POST, Delete, Park and Complete.
    Assume I have workflowed the invoice for GR missing scenario once its is done I will try and Post the Invoice document if it still has errors (say Price mismatch)then I want to Repark the document using the ' Save park document' icon.
    As there will be errors I can't do 'Save as Completed'. 
    Here I can't Repark the document until I Complete it.....:( I don't know how to handle this situtation.
    Any advice is helpful.
    Thank you,
    Renu.

  • Workflow-method

    i have a leave request workflow and i need to check the employee existence before i send the mails
    now i inserted the BOR bus1065 and the method existence check in task and
    added to step i have done a binding from method to task to workflow for return variable  this nethod uses pernr as the object-key
    Do i also need to send this pernr from workflow to the method in this case ?

    Hi Kittu,
    There is no point in passing the PERNR to the method. It doesnot have PERNR as import parameter. You can do one thing.
    1. Create a subtype for BUS1065.
    2. Create a method with import parameter as person number (PERNR) and export parameter as RETURN.
    3. copy the code from the method 'Existancecheck' into your method.
    4. Implement the method and then implement the subtype.
    This will for for sure. If you have any questions reply back.
    I am not sure if you can change the existance check method and add an import parameter to it.
    Regards
    Gautham

  • Flash workflow/animation principles

    Anybody got a good workflow book or article for flash
    projects? Also a reference to good principles of flash animation in
    general would be good.

    Andrew,
    There are a couple of things that you can do. While you may
    not know the server path, you DO know enough things to have the SWF
    work.
    You will always know where the FLV is in relation to the SWF,
    you must, or else you cannot ever make this work. With this
    information, you can use relative paths to link to the FLV. The
    relative path will, by default, start at the location where the SWF
    is on the server.
    IE:
    In the SWF, you link the video as: "videos/myVid.flv"
    This SWF will look, starting from its own location, into a
    folder called "videos" for the file "myVid.flv"
    But, I must stress, while relative paths work, an absolute
    URL is always better (in my opinion). If you know what the path to
    your SWF is going to be, regardless of server, you can construct an
    absolute path.
    We do this all the time where I work. As we have more than
    400 locations across the country, we send the files we build out to
    a server at each location. We know where the files are in relation
    to the root of the server. So we open a new LocalConnection
    instance, and grab the IP property to get the server path, then
    build an absolute path as follows: "
    http://"+myIP+"/pathToSWF/pathToFLV/myVideo.flv"
    - where "myIP" is the ip address of the server, "pathToSwf" is the
    path on the server where the SWF is, "pathToFLV" is the path to the
    FLV from where the SWF is, and "myVideo.flv" is the video. But,
    this can only be done where you know the location of your files on
    the server. If you don't know this, then you have to use the
    relative paths detailed above.

  • Workflow method attributes

    Hi
       In my workflow i have created one task inside the task i should  refer to method in BOR  can any body tell me what are the attributes we have to refer to method in my method i will pass matnr as input parameter and inside the method i will update some values to mara table i.e the logic inside the method going to do. so i want to make attributes of method as synchronus or what and all the attributes should be set for method .

    Hi,
       Provide Material Number as your key field and If you are updating Table MARA then you can have ersda, ernam, laeda, aenam, mtart, matkl, ean11 can be given in the Attributes which needs to modified. Before writing a method or creating a ZMETHOD search if there ar eany standard method to do the same.
        If you are not satisfied please let us know what table you need to update or your process eloboratly.
    Thanks and Regards,
    Prashanth

  • Workflow method where used

    Hi All,
    I have a Business object ISUSMORDER and in this business object i have a method
    ZISUSMORDER.GetStreetLightInfo
    i want to know in which workflow this method is getting used .
    I tried SWETYPV but i am not able to find it .
    i s there is nay way to find out the where used list of thisworkflow method .
    Thanks in advance
    Anit gautam

    For that object method, you can go to table HRS1201then fill in SWOTP, SWMTD(Object and method).
    Then you will get Standard Task OTYPE = 'TS'.
    then use those tasks in table SWDSSTEPS, you will get workflow number and version. Or you can use it one-by-one in transaction PFTC and click where used list.
    Cheers,
    Chaiphon

  • Workflow/Method/Plugin for clients to rate images

    I was wondering if anyone uses a web module method or workflow or plugin that would allow clients/visitors to rate images, and also allow them to be able to change/update the ratings they may have previously given image(s).
    Example, would be much like the LR1+2 allows us to rate images and then group, view, etc images based on ratings.
    I'm sure there are tons of html/php scripts that can do this... but I was hoping to apply this directly within LR2 and my workflow as some kind of output.
    I'm thinking because of the need to allow clients/visitors to be able to alter/update rating numbers, I would ned to implement a database or maybe an updatable XML file listing the images.
    The closest thing I can find is TTG Client Response Gallery, but that doesn't provide for what I really need (for visitor to be able to return and update rating).
    Anybody have any clues?

    LrViewer can be downloaded from http://basepath.com/ImageIngester/LRViewer-info.php

  • Flash Workflow with 3rd Parties

    I have created a .flv with the intention of making it
    available for progressive download from a standard web server. I
    publish my .fla and create the default .html and .swf files and
    they work just fine on my website and local machine while testing
    the application and playing the .flv file. My challenge is
    packaging up this application for a third party web designer to use
    who some has familiarity with .html and does not have any flash
    experience. Is there any easy way to prepare flash for hand off to
    a third party and make it easy for them to post and play the files
    on their web server ? Does anyone have an example of an easy way to
    make the files play independently without knowing the path of the
    destination web server in advance ?
    What question would I want to ask the third party to make
    sure I get the path of their web server correct ? would it be
    something like public/ ?
    I tried to do this as well and then my application no longer
    worked as the path did not reflect the actual location of my .flv
    file.... I am sooo confused.
    I think I am struggling to ask this question correctly. Any
    help in making my .flv more portable with limited knowledge of
    their final destination path would be greatly appreciated.
    Thanks,
    Andrew

    Andrew,
    There are a couple of things that you can do. While you may
    not know the server path, you DO know enough things to have the SWF
    work.
    You will always know where the FLV is in relation to the SWF,
    you must, or else you cannot ever make this work. With this
    information, you can use relative paths to link to the FLV. The
    relative path will, by default, start at the location where the SWF
    is on the server.
    IE:
    In the SWF, you link the video as: "videos/myVid.flv"
    This SWF will look, starting from its own location, into a
    folder called "videos" for the file "myVid.flv"
    But, I must stress, while relative paths work, an absolute
    URL is always better (in my opinion). If you know what the path to
    your SWF is going to be, regardless of server, you can construct an
    absolute path.
    We do this all the time where I work. As we have more than
    400 locations across the country, we send the files we build out to
    a server at each location. We know where the files are in relation
    to the root of the server. So we open a new LocalConnection
    instance, and grab the IP property to get the server path, then
    build an absolute path as follows: "
    http://"+myIP+"/pathToSWF/pathToFLV/myVideo.flv"
    - where "myIP" is the ip address of the server, "pathToSwf" is the
    path on the server where the SWF is, "pathToFLV" is the path to the
    FLV from where the SWF is, and "myVideo.flv" is the video. But,
    this can only be done where you know the location of your files on
    the server. If you don't know this, then you have to use the
    relative paths detailed above.

  • Help with a workflow / method please.

    Hi,
    I'm new to this forum and a three month novice, so please bear with me.
    What I’m trying to do is create a “photo album” where the 3D camera moves from photo to photo and as it reaches each photo, the video there plays, then stops, then we move on to the next photo.
    I have created an animatic to show the idea:
    Link: [http://reels.creativecow.net/film/animatic]
    I’m happy that I understand how to use framing and hold frame behaviors to get the movements and the video segments to play.
    But, here’s the question:
    Each video is an edited piece, maybe an interview, of about two to three minutes in length.
    So,how best to assemble this?
    Do it all in Motion, bring in all the 2/3 minute videos and then render, or,
    Create the camera motion and then render out and composite the video segments in FCP.
    ( I do want to keep the perspective views of the video segments as shown, not bring the video to full frame )
    Or is there another method / way to do this more easily?
    All suggestions will be gratefully received.
    Regards, Euan.

    Hi Adam & Christina,
    Thank you both for your help.
    Sorry for the delay in answering, but I've been putting your thoughts to the test.
    Adam, I hadn't made the connection that I could put the motion project back into FCP without rendering it first.
    That helps a great deal.
    Perhaps you could explain more about that still frame and how it would be of help?
    Christina, yes, templates make sense. However the insert video segments to go in the drop zones would be of varying lengths. As far as I know, I can't alter the duration of the template within FCP?
    I have thought of a variation on the above thoughts.
    A) make the main Motion camera animation with drop zones, save as template.
    B) make another template where I have removed all objects except the drop zones.
    C) bring both templates into FCP, where I can slice and extend template A to suit the length of the videos put into template B.
    I am proposing putting template A on V1 and B on V2.
    I am hoping this will give me timing flexibility, without having to go back and forwards to Motion from FCP.
    Do you think this is feasible?
    Many thanks, Euan.

  • Flash working methods

    Hi,
    Can anyone assist with some tips on the best way to do certain things.
    For example:
    If you have a fairly lengthy interactive animation and need to refine an animation which is nested in a movieclip - do you have to keep compiling the whole main time line to check it out?
    Or
    You have three text builds that grow individually but they all need to end up left aligned as a bullet list - do you have to sort of guess? because you cant run the nested animations without compiling the whole time line.
    If the answer is essentially yes then there has to be a better working method I need to grasp.
    Thanks all
    Best
    PAul

    There are a few options for playing movies in the editor, but if you need to view how embedded movies play wrt a containing timeline, then you do need to use the Test options which will compile an swf file as an output.
    As far as the alignment issue goes, sometimes you have todo a little work/rework when it comes to aligning things that don't show their finished selves until the end.  What I usually do in these cases is temporarily place some element in the first frame that provides the location reference I need in order to be able to line things up as desired.  You can place it on a layer by itself, in which case you can just turn it into a guide layer when you don't want it to show anymore.

Maybe you are looking for

  • Sending payslip as a PDF attachment with an email

    Hi Experts, I need to send an email with payslip as a PDF attachment. I wonder how this can be done for country China. The payroll driver program seems doesn't helps to send an email. Can any one tell me, if this can be achieved directly, else will h

  • Radio Button grouping Issue

    I have specified an Itemrenderer radiobutton inside a Datagrid and have also set selected="false" for the radio button. Have also set the groupName="rbGroup". But when the data gets displayed on teh screen few of the radioButtons gets selected random

  • PK and FK importance in EBS

    I just want to know about the custom development standard on EBS. If i am going to create custom table then it will necessary to implement primary key and foreign key. If no then what are the reason to not implementing PK and FK.

  • Problem when setting cursor position property

    I'm trying to use property nodes to set the cursor position programmatically, following an arrow keypress.  When my actual data file plotted, the position assignment doesn't work properly.  If I clear the data from the graph (right click, clear graph

  • CS5 Interactive PDF spreads option

    I would really LOVE it, if the interactive pdf menu gave the option to turn on or off spreads. I often create books that are facing pages to be printed but then want to do a quick single-page pdf for on-screen viewing. The lack of this option is very