Save money... in action

Hello, how can I open the window "Save as...". "in an action. When I try to record this in an automatic action, this does not

Click the dialog box in action:

Tags: Photoshop

Similar Questions

  • Information about the settings of the printer and save money

    The printer settings, you are always guest thereon, and if they have been verified. How to get to them? Why change them?  Here a link to a page that is on the way to save money on ink and paper by customizing the settings you printer to the project, and two-sided printing. It also covers access to these settings of the printer (using an Officejet 8600 for example).  It shows how the setting "Black ink" only as popular as ever. It also shows you how to print professional documents by adjusting the parameters of the printer also.

    As always, I hope the community finds it is instructive.

  • Add an Extension field to save the last Action of the agent and display this on email

    I am trying to add an extension field to a call to save the last Action Officer tapped on a call.  I do what we want to display (on e-mail alerts, for example) the last 'real' action taken a call, and we don't want to display the text of the generated system which is often recorded in the SOLUTION_DESC column.
    for example, e-mail sent displays like this:
    snip2.png
    I created the extension field and have obtained this update when the call is handled (details of the changes I made are below).


    The problem I have is that the email that is sent to the receiving a transferred call is the latest version of the data from the field to this topic.  It's as if the system did not write data in the database until the logic 'send e-mail' runs.  If I have question registration in SQL immediately after the postponement or the transfer of the call I can see the update is written to the field of the extension of the database, but there after send it an email.

    for example, I change a call and type something in the field of Actions and Solutions.  I transfer the call to a group.  The email that is sent to the groups has the extension defined field to display on this, but it does not display the last typed Action in, it displays the previous Action (there's a).

    Any suggestions on how to make sure that e-mail displays the last Action?

    The changes I've done so far:
    In Custom_InCallDetails.js
    Added the custom function:
    function setLastUserActionText() {}
    var da = document.all;
    var sd = da. SOLUTION_DESC_HTML_EDITOR. Area;
    If ((da. TEMPLATE_IND. Value! = 1) & & (sd! = ") & &! (TF (da. TakeOver.value)))
    {
    var DB = FindNavWindow (). document.all.DB;
    var localRS;
    var OfficerName;
    var CurrentDate = new Date();
    DB. ClearParam();
    DB. AddParam ("REF", da.) OFFICER_REF.value);
    localRS = DB. GetRecordSet ("Get agent Name");
    If (localRS == null | localRS.recordCount == 0)
    OfficerName = '(unknown) ';
    on the other
    OfficerName = (localRS("FULL_NAME").value);
    DB. ClearParam();
    DB. AddParam ("CALL_NUMBER", da.) CALL_NUMBER.value);
    DB. AddParam ("SOLUTION_DESC", (sd + "\r\n (in" + OfficerName + "on" + CurrentDate.toLocaleString () + "" ")" ""));
    localRS = DB. GetRecordSet ("CustomGetLastUserActionText");
    If (localRS == null | localRS.recordCount == 0)
    {
    localRS = DB. GetRecordSet ("CustomAddLastUserActionText");
    localRS = DB. GetRecordSet ("CustomUpdateExtensionDataAllocation");
    }
    on the other
    localRS = DB. GetRecordSet ("CustomSetLastUserActionText");
    }
    }

    Update OnSubmit function call:
    function OnSubmit (s)
    {

    p.Submitted = false;
    Returns false;
    }
    Start personalization
    setLastUserActionText();
    Customization of the end

    SetSubmitValues();

    }

    In infra_custom.sql
    ! CustomUpdateExtensionDataAllocation
    CustomUpdateExtensionDataAllocation
    UPDATE SU_NUMBER_ALLOC SET NUMBER_ALLOC = (SELECT MAX (REF) + 1 SU_EXTENSION_DATA) WHERE TABLE_ALLOC = 'SU_EXTENSION_DATA. '

    ! CustomGetLastUserActionText
    ! 500219 is the Ref of the field "last user action text.
    CustomGetLastUserActionText
    SELECT REF FROM SU_EXTENSION_DATA WHERE REF_NO =: nCALL_NUMBER AND EXTENSION_FIELD_REF = 500219

    ! CustomAddLastUserActionText
    CustomAddLastUserActionText
    INSERT INTO SU_EXTENSION_DATA
    (REF,
    REF_NO,
    EXTENSION_FIELD_REF,
    VALUE_STRING,
    CORE_ENTITY)
    SELECT
    (SELECT MAX (REF) + 1 OF SU_EXTENSION_DATA) + ROW_NUMBER () OVER (ORDER BY: nCALL_NUMBER).
    : nCALL_NUMBER,.
    500219,
    : sSOLUTION_DESC,.
    1

    ! CustomSetLastUserActionText
    CustomSetLastUserActionText
    UPDATE SU_EXTENSION_DATA SET = VALUE_STRING: sSOLUTION_DESC WHERE REF_NO =: nCALL_NUMBER AND EXTENSION_FIELD_REF = 500219

    Why not add the extension field in the call screen. Then update the field on the screen in onsubmit. In this way, it will update the value and be available to the e-mail address.

  • How can we call save them and save under the action of a plugin?

    Hello

    I want to call the Illustrator save and save under the action of my plugin, is I want to force the user to save and save as operation through my plugin.  After you save the active document using my plugin, I want to get its path, it is possible to do it using the SDK?

    Thanks in advance

    Farida kaid

    You can call Save in a few ways - through the Action Manager (AIActionManager.h) & PlayAction() for one. There is a call from WriteDocument() on these forums who would also do the trick (I think AIDocumentList.h, of AIDocument.h if not there).

    If you want to "force" users to use your plugin, I think you're wandering into dangerous territory. Its probably not a good idea for a plugin to usurp control of Illustrator record capabilities. I mean, you can do little by playing with the call of AIDocumetn::SetDocumentModified() and tricking HAVE thinking that nothing has changed, but I do not know what other side effects that would have. Others have tried, then maybe it works for you. Yet once, search the Forum and you will find details.

    To get the path after a backup, AIDocument.h has a method for this: GetDocumentFileSpecification().

  • Save for Web Action which keeps the size of the specific image

    I need to create an action recording for a 850 web x 655px.

    When testing my action for the first time, it shows in the Save as dialog box, the image has been reduced to this size as a percentage. If it works well.


    However, when you test the action on an image of different original report, it still reduces the percentage that had been recorded, rather than just to save the image to the 850 x 655, which gives me a different image size.

    Anyone know how I can keep the size of the image of 850 x 655 every time?

    Thank you

    NinjaPuss, this is what you need?

    /**
     * ai.jsx (c)MaratShagiev [email protected] 17.08.2016.
     */
    (function act_saveForWeb () {
      var d     = activeDocument;
      var dW    = d.width;
      var dH    = d.height;
      var wTmpl = 850;
      var hTmpl = 655;
      var wScale = ( wTmpl / dW ) * 100 + '';
      var hScale = ( hTmpl / dH) * 100 + '';
      {
        var actStr = '' +
          '/version 3' +
          '/name [ 10' +
          ' 73617665466f72576562' +
          ']' +
          '/isOpen 1' +
          '/actionCount 1' +
          '/action-1 {' +
          ' /name [ 10' +
          ' 73617665466f72576562' +
          ' ]' +
          ' /keyIndex 0' +
          ' /colorIndex 0' +
          ' /isOpen 1' +
          ' /eventCount 1' +
          ' /event-1 {' +
          ' /useRulersIn1stQuadrant 0' +
          ' /internalName (adobe_SaveForWeb)' +
          ' /localizedName [ 12' +
          ' 5361766520666f7220576562' +
          ' ]' +
          ' /isOpen 0' +
          ' /isOn 1' +
          ' /hasDialog 1' +
          ' /showDialog 1' +
          ' /parameterCount 16' +
          ' /parameter-1 {' +
          ' /key 1181578272' +
          ' /showInPalette -1' +
          ' /type (enumerated)' +
          ' /name [ 4' +
          ' 4a504547' +
          ' ]' +
          ' /value 1246774599' +
          ' }' +
          ' /parameter-2 {' +
          ' /key 1231975538' +
          ' /showInPalette -1' +
          ' /type (boolean)' +
          ' /value 0' +
          ' }' +
          ' /parameter-3 {' +
          ' /key 1366062201' +
          ' /showInPalette -1' +
          ' /type (integer)' +
          ' /value 60' +
          ' }' +
          ' /parameter-4 {' +
          ' /key 1332769901' +
          ' /showInPalette -1' +
          ' /type (boolean)' +
          ' /value 1' +
          ' }' +
          ' /parameter-5 {' +
          ' /key 1348563827' +
          ' /showInPalette -1' +
          ' /type (integer)' +
          ' /value 1' +
          ' }' +
          ' /parameter-6 {' +
          ' /key 1651275122' +
          ' /showInPalette -1' +
          ' /type (real)' +
          ' /value 0.0' +
          ' }' +
          ' /parameter-7 {' +
          ' /key 1299477536' +
          ' /showInPalette -1' +
          ' /type (boolean)' +
          ' /value 1' +
          ' }' +
          ' /parameter-8 {' +
          ' /key 1299477586' +
          ' /showInPalette -1' +
          ' /type (integer)' +
          ' /value 255' +
          ' }' +
          ' /parameter-9 {' +
          ' /key 1299477575' +
          ' /showInPalette -1' +
          ' /type (integer)' +
          ' /value 255' +
          ' }' +
          ' /parameter-10 {' +
          ' /key 1299477570' +
          ' /showInPalette -1' +
          ' /type (integer)' +
          ' /value 255' +
          ' }' +
          ' /parameter-11 {' +
          ' /key 1213424492' +
          ' /showInPalette -1' +
          ' /type (unit real)' +
          ' /value ' + wScale +
          ' /unit 592474723' +
          ' }' +
          ' /parameter-12 {' +
          ' /key 1448305516' +
          ' /showInPalette -1' +
          ' /type (unit real)' +
          ' /value ' + hScale +
          ' /unit 592474723' +
          ' }' +
          ' /parameter-13 {' +
          ' /key 1097757761' +
          ' /showInPalette -1' +
          ' /type (ustring)' +
          ' /value [ 13' +
          ' 417274204f7074696d697a6564' +
          ' ]' +
          ' }' +
          ' /parameter-14 {' +
          ' /key 1131180097' +
          ' /showInPalette -1' +
          ' /type (boolean)' +
          ' /value 1' +
          ' }' +
          ' /parameter-15 {' +
          ' /key 1399608180' +
          ' /showInPalette 0' +
          ' /type (raw)' +
          ' /value < 1574' +
          ' 0000000300000001000000000000000700000001000000000001000000000000' +
          ' 000001010000003c000000010000006400000000000000000000000000000002' +
          ' 00000000ffffffff0000000004ffffffff00000000ffffffff00000000ffffff' +
          ' ff00000000ffffffff0000000000000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000ff000000ff000000ff000000ff0000' +
          ' 00ff000000ff000000ff000000ff000000000000000000000000000001a80000' +
          ' 00100000000100000000000e54617267657453657474696e67730000000a0000' +
          ' 00004d7474434f626a630000000100000000000a4e6174697665517561640000' +
          ' 000300000000426c20206c6f6e67000000ff0000000047726e206c6f6e670000' +
          ' 00ff00000000526420206c6f6e67000000ff000000004f70746d626f6f6c0100' +
          ' 000000516c74796c6f6e670000003c0000000b6164644d65746164617461626f' +
          ' 6f6c010000000a626c7572416d6f756e74646f75620000000000000000000000' +
          ' 0f656d62656449434350726f66696c65626f6f6c000000000a66696c65466f72' +
          ' 6d6174656e756d0000000a46696c65466f726d6174000000004a504547000000' +
          ' 0c6e6f4d61747465436f6c6f72626f6f6c000000000b70726f67726573736976' +
          ' 65626f6f6c000000000c7a6f6e65645175616c6974794f626a63000000010000' +
          ' 000000095a6f6e6564496e666f00000004000000096368616e6e656c49446c6f' +
          ' 6e67ffffffff0000000d656d70686173697a6554657874626f6f6c0000000010' +
          ' 656d70686173697a65566563746f7273626f6f6c0000000005666c6f6f726c6f' +
          ' 6e6700000000' +
          ' >' +
          ' /size 1574' +
          ' }' +
          ' /parameter-16 {' +
          ' /key 1231953952' +
          ' /showInPalette -1' +
          ' /type (ustring)' +
          ' /value [ 28' +
          ' 433a5c55736572735c6d2e736861676965765c4465736b746f705c40' +
          ' ]' +
          ' }' +
          ' }' +
          '}'
      }
      var f = new File ('~/ScriptAction.aia');
      f.open ('w');
      f.write (actStr);
      f.close ();
      app.loadAction (f);
      f.remove ();
      app.doScript ("saveForWeb", "saveForWeb", false); // action name, set name
      app.unloadAction ("saveForWeb", ""); // set name
    } ());
    
  • Save for Web action CC 2015

    Hello

    I just created an Action to help with batch save images for the web. I have several hundred photos I need to reduce and put on a Web site.

    • I can go through the process manually and everything works fine.
    • I created an action, according to the manual process, and it does not work.
    • I also tried to run the action as a batch command and I get the error message "does not recognize the Export command.  I understand that it is obvious that the action does not work, but I thought I would try it anyway.

    Someone had problems with the creation of an action or with batch save for Web and how did you get around it if you please.

    Thank you

    George

    I'm on Win 10. Where do you work, do not forget this: when measures registration do not change the file name when recording and save to the folder where you want to save the files when batch processing option because: Override Action "save under" commands will not work for the reason that you do not save (command) step in your action.

  • Change the save location in Action

    I made an action that made a bunch of stuff and then save as a folder. How can I change the registration of destination within the action? From time to time, I need to save to a new location.

    You can change the location by saving as a step to re-register them.

    Open an image and a save not in Control Panel double-click actions, and once the backup is complete the new location must be included in the action.

    If you change locations often enough, consider using the file > Automate > annealing in Bell or file > Scripts > Image Processor

  • Choose save location for Action

    Hello

    I created an Action that runs inside a template file to follow the following steps to cut out an image of framework:

    1. Top left crop
    2. Save an image left top of the page to the web
    3. Harvest of the United Nations and then harvest in the middle left
    4. Save the image to the left for the web
    5. Harvest of the United Nations and then harvest down left
    6. Etc. until all 8 border images are generated

    It works very well but he registers in the same folder and replaces what I always here.  Is there anyway to add an action from the beginning to choose which directory to save all the images in?

    Thanks in advance.

    As far as I can tell what you want to achieve would require Scripting.

    If you could specify your sfw-options and operations, perhaps someone above in the Photoshop scripting Forum would be willing to help you.

  • Win 7 64 bit - 3rd third party apps won't open Windows dialogs (save money, save, open, import, etc.)

    I'm running Windows 7 pro 64-bit. I have Office 2010 installed and a host of 3rd party applications. The problem is that all my 3rd party apps are impossible to open a dialog box or the child window.

    For example, if I use Open Office and am writing or Calc and go to save a document by clicking file > save, the Open Office window will quickly blink a couple of times and nothing will happen. No dialog box opens. Therefore, I'm unable to save the file. Keyboard shortcuts don't work either for this purpose. However, if I change the options in the preferences of Open Office to use dialog boxes Open native Office, then everything works fine.

    The only problem with this approach is that very few applications have this option. All native applications of MS just excellent work. It's only a 3rd party app problem. So, what I get out of this is that there is probably a registry problem where applications are trying to make a call, but the key is no longer there or corrupted in some way. I'm trying not to reinstall Windows 7 because I don't want to go through the pain to reinstall all applications.

    Things I've tried so far: uninstall antivirus, repair Windows, disable all controls user account, disable firewall, compatibility running administrator mode, mode reinstall application, latest updates of windows, video drivers, safe mode and updated firmware mobo. No dice. I do not have a restore point to before time, I started to notice the problem. I'm not sure that I have installed, uninstalled or removed which may have caused the issue.

    This problem is killing me. Any help is appreciated.

    Hello face down.

    There are a few things you can try to see if it helps.

    One, run SFC/scannow to see if you have files corrupted in Windows 7 system.
    Click Start
    Type: CMD, according to the results, right-click CMD
    Click on "Run as Administrator"
    At the command prompt, type: sfc/scannow

    This will check for any violation of the integrity and repair any damaged operating system files.

    Reboot your system.

    KB Article ID: 929833 - how to use the System File Checker tool to troubleshoot missing or corrupted system files on Windows Vista or Windows 7

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

    Then, try and see if you are still not able to open Windows dialog boxes. If this isn't the case, then I think your next option would be to do a upgrade in Place who fixes Windows 7.
    However, you will need to have the Windows 7 DVD.

    The upgrade in place is a tool to fix the system. Thanks to the special upgrade process, we will be able to repair the system. The upgrade in place will not affect the settings like photos, movies, documents, etc. that are saved on the computer. Although this operation will not remove or modify the files and installed programs, I suggest always that you back up important files before you do. In addition, you may need to reinstall the device drivers after this operation.

    The detailed steps are included as below:

    On-site upgrade
    ====================
    1 log on to the system first.
    2. Insert the Windows 7 DVD in the DVD drive of the computer.
    3. Click Start and select computer.
    4. find the "setup.exe" file in the DVD-ROM and double-click it.
     
    5. click on install now.

    6. When you are prompted to enter the product key, please click Next directly without entering any key. The installation wizard will prompt and ask if you confirm to install Windows 7 without the key and choose please confirm.

    7. When you get to the screen ' which type of installation you want', click upgrade to upgrade the Windows 7 system files.
     
    Note: When running the upgrade on the spot, the system will restart automatically (several times) to merge the files and programs, please leave the computer alone and does not configure it until the 'upgrade on the spot"finished. The system should start Windows 7, once it is upgraded. Once the computer is running "upgrade on the spot", you can go and leave the computer and it completes automatically.

    Please answer back with an update and let us know if it helps.

    Sincerely,

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

  • Flattening, save money, levels: a very different output than what I see on the screen

    Photoshop wizards! I'm stumped on this problem and it's driving me bananas! It's a simple photoshop file, thus creating a background star field using noise and great basic tools. However, when I try somehow to save or flatten the image, the results look different way from what I see on the screen! This problem just started today and I don't know why, and nothing I've tried has fixed it. I am literally unable to create anything because whenever I try to save, I get a very different picture.

    photoshop.jpg
    In this screenshot, I use the save for web window to show what is happening, but it's the same, if I Flatten all layers, merged copy or try to save it as that - of course the results are not what my original document shows. It's like levels and layers are completely ignored. The same thing also happens when I try to apply levels to any similar image, it seems to go in the preview, and then totally different after the application.

    There is no transparency, layer styles or something tricky going. The document has the color management and RGB 8-bit/channel, test colors is disabled. I restarted my computer restarted the document from scratch twice, reset my preferences, off hardware acceleration, updated for the last CC 2015.5 and have been Googling for the last hour... no luck.

    I forget something really stupid, or I don't know what. I remember running on this problem before with my old laptop, but I do not remember what was the solution if I ever found a. If anyone wants to check out the document, it will be temporarily here:

    Stats: Mac OS X MacBook Pro 10.11.4, (2015)
    Appreciate any help!

    Glimpses of adjustment are calculated on the basis of the ratio of the screen zoom. This is done for performance reasons.

    In other words: If you view at 50%, the preview adjustment is calculated from this version sous-échantillonnées. Now look at this reduction of scale means causing the pixel details - it becomes blurry and fuzzy. So now you get a series of intermediate values that do not exist in the original, and you see adjusted values that do not exist. I can give you a false idea. But when you post adjustment (Flattening), the complete original data are used.

    Always keep in mind that the beach tonal adjustments have no effect on each of the pixels that are pure black or pure white. They only work on the medium gray.

    This consideration applies to all images with high acutance (sharp pixel-level transitions). It is not normally a problem for a normal picture with smooth transitions.

  • Why my actions keep deleted? When I open Photoshop save the only actions that are there are my first I watched with little action and duplicates of them each time.

    I have adobe Photoshop CS6 and whenever it stops when I go to open the program again my actions aren't there. The only ones they are on my original actions that I started with. These actions are also doubled. I have three of them, and I have to go and delete them every time. But I have many more shares that I used to have in Photoshop and they are is no longer there. I have to keep their reopening every time. Someone know why she would do that because it's very frustrating when I go to edit photos and I need to get my actions again, and then open them upward.

    Maybe a permissions issue, see this link for general troubleshooting techniques for Photoshop:

    t http://blogs.Adobe.com/Crawlspace/2012/07/Photoshop-basic-troubleshooting-steps-to-fix-MOS - issues.html

  • "Save under" help Action?

    Hi all

    I'm trying to resize an image in 4 different sizes. So far, I have created action to do all that, with only a minor problem. Whenever he records the images, they are always saved as incorrect filename. I was wondering if there is a way to keep the original file name, but then add a suffix to the TI-all action.

    If it is not possible to automatically add a suffix, how can I keep the original file name when it is savings in action?

    I found an older post (http://forums.adobe.com/thread/470230) which was very similar to what I want to accomplish, but the issue has never been fully resolved. If someone knows a way that this could work, it would be greatly appreciated!

    Thank you very much!

    P.S. I use Photoshop CS6 on my Mac.

    l9n3s, the thread which means JJ is linked below. Read from August 9.

    http://forums.Adobe.com/message/4613641?TSTART=0#4613641

  • CS5.5 window size to save money, place,...

    The size of panes (e.g. to save window, place-window,...) changed the size of my screen.

    How can I change to a smaller size?

    Capture.JPG

    I work with CS5.5 + windows 7 32 bit

    Solution: Click the Indesign symbol in the upper left corner, then choose restore.

    Thanks a lot for the suggestions

  • Save money with project files...

    Hello

    First of all, I'm sorry for my bad English.

    Is it possible to SAVE under... a project with all the files that I used in the project?

    I just edited a clip with a LOT with the files and I need to move this project to another computer, and I don't know where most of the files are.

    Thank you

    Cut or copy your project

    Create the new trimmed project

    to create a new version of the current project which

    applies only to images that you used in the selected sequences.

    Collect files and copy to the new location

    to copy and consolidate images that you used in the selected sequences.

  • How can I save money on this code?

    Infact, this code is so long and I tried to save on this subject, but I can not find in this way.

    The code as follows:

    var music0001: URLRequest = new URLRequest (".mp3 mp3/0001");
    var play0001: Sound = new Sound();

    var music0002: URLRequest = new URLRequest (".mp3 mp3/0002");
    var play0002: Sound = new Sound();

    May I have another quick up to set the code and save on it, if the mp3 files are about 3000 degrees.

    Thank you

    Check out this class: http://evolve.reintroducing.com/2008/07/15/as3/as3-soundmanager/
    This can help you to save code

Maybe you are looking for

  • Siri give wrong birthday date

    Siri gives all birthdays one day soon. When someones birthday is 14 and we ask Siri when the anniversary was, siri responds that it was yesterday even though 14 is today. Correct the info in my contacts. The time zone is THIS. (Belgium).

  • Why pinyin of entry stop working from time to time?

    I've been using Word 2002 SP3 years (obviously) with great satisfaction, except for one thing: once in a while when I entered Chinese, either traditional or simplified, using the pinyin - Chinese entry stops dead and I can enter only English. When th

  • I also have an old webcam Veo, mdl #640vs ect and I lost the installation CD.

    I have the advance of 640vs Veo connect webcam and I lost the CD, I tried the manufacturer and they are out of business, they also is no longer a Web site. Seems not to be the only person having this problem, everyone manages to solve this puzzle?

  • How to open a word document file

    My problem is the following: I have upload a .docx file dynamically, and you want to display it in word to go. It works perfectly fine on the Simulator, but on the devices, it is not I use the card Sim 8900 with 4.6.1 and a true 8900 running latest O

  • Between blackBerry Smartphones OS7.0.0 Bundle 2466 and 7.1?

    Hi guys,. I have the Bold 9790, updated to OS 7.0.0 2466 Bundle which is the last update provided by my operator. Everything that was not on the whole, I've updated to AppWorld (which is the most recent version of the AppWorld Wikitude, BBM, himself