Editing source files directly - possible?

Hi there,
  We're just looking at Edge Animate with respect to creating some interactive elements for use in DPS/InDesign. Is it possible to make modifications to an Animate project directly in the Javascript source and see this reflected in Animate?
  I'm looking at a 'page' with a large number of very similar elements; I can bulk modify these by going to the Elements panel selecting everything I want and then making the change(s), however I could do this much quicker using find-and-replace in the Javascript source (myproject_edge.js). However, I struggle to get these changes reflected in Animate (if it's a change of position, for example) and have noted that it's not recommended to make changes here. Is there a (safe) way of working like this?
  Thanks,
Toby

Hey Toby,
Before you start I would recommend making a backup of your project. If you're familiar with JS you should be ok, but one thing to keep in mind is the element names as they appear in edge.js are tied to the actions bound to them in actions.js.
Cheers,
Sarah

Similar Messages

  • Edit Source Files For Skins?

    One of our programmers has asked about the possibility of editing the tab index for the skin on the Captivate demos I'm producing.  Apparently, the stock playback skins don't meet our accessibility standards as tightly as he'd like.  Anyway, I've found a folder in the Captivate 3 program folder called "Templates", within which is another folder called "PlaybackFLA" that contains what appear to be the Flash source files for the skins.  The names of these Flash files correspond to the names of the skins in the dropdown menu, so I assume these are the ones.
    I opened one in Flash and it was clearly the same playback controls used in my demo, so as a test I changed the button colors and saved it in the same folder under a different file name.  However, when I launched Captivate and looked for my new skin in the drop down menu it wasn't listed.  Now I'm confused.  Can anyone tell me why my altered skin Flash files don't appear with the others?  Any help would be welcome.
    Thanks!

    Hi there
    Did you close and restart Captivate?
    I ask because many things like this are read in when Captivate starts. So if it's left running (even with a project closed) it's unaware of changes until the housekeeping routines at startup read it in again.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • How to Edit Source File?

    I understand, in the source file, my home page <title> says "home" nothing else. I've been told to change it to "Richard Lange - Artist" or something similar. Same idea for all my other pages since they are vital part of the search engines search patternings.
    I also understand it can not be done in iWeb. And, that were I to republish from iWeb, the changes would need to be redone. (Unless - I imagine - I publish to my desktop folder and then using Lunarpages file manager, upload only the page(s) that have been modified.)
    Will doing so affect the design or visable content of my pages?
    Might I be able to edit the code with the c/panel file manager at Lunarpages, my server?
    If not, how do I find and edit and upload this data?
    Since this all is Greek to me, I would much appreciate specific - and simple- steps!
    Thanks in advance!
    Rich
    richard-lange.com

    I understand, in the source file, my home page
    <title> says "home" nothing else. I've been told to
    change it to "Richard Lange - Artist" or something
    similar. Same idea for all my other pages since they
    are vital part of the search engines search
    patternings.
    It's debatable point. Your site is #1 listed in Google as it is.
    I also understand it can not be done in iWeb. And,
    that were I to republish from iWeb, the changes would
    need to be redone. (Unless - I imagine - I publish to
    my desktop folder and then using Lunarpages file
    manager, upload only the page(s) that have been
    modified.)
    You can change pages title in iWeb by changing the page name in iWeb.
    But some hosts' server won't accept special characters, such as space in file name during uploading process.
    So you have to stick with some plain file name and edit <title> tags
    Will doing so affect the design or visable content of
    my pages?
    No.
    Might I be able to edit the code with the c/panel
    file manager at Lunarpages, my server?
    You have to check with your host.
    If not, how do I find and edit and upload this data?
    if ➊ you are running 10.4.x ➋ your system language is English ➌ you published to a folder, then you may want to try my 'Set Pages Title' script. it can be found here:
    http://www.geocities.com/[email protected]/iWeb_utils/
    Be sure to read the iWebScripts.rtf file, I tried to explain on how to configure the script to your iWeb environment.

  • Saving PSE-edited RAW files directly into my iPhoto library in JPEG format

    I take photos in RAW format and like to save the edited file in iPhoto in JPEG. I'm using a pretty convoluted process--changing the PSD extension to JPG and saving to my desktop. Then dragging the file from desktop to iPhoto in the dock. The file is then in its own event, and I can move it where I want it. Can the file be saved directly to the event in iPhoto from PSE? Thanks.
    John Willetts

    John
    No. What you are doing is the "correct" way to do things.
    The problem arises because when you process the RAW it's saved as a different format, hence a new file and that has to be imported independently.
    Regards
    TD

  • Sourcepath option returns javac: no source files

    I'm using Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)
    on win xp SP2
    I have folder structure as follows:
    C:\temp\java\src\HelloWorld.java
    C:\temp\java\src\com\trial\level\test\HelloWorld2.javaI'm trying to compile the files using sourcepath option but it seems it is not working, I'm using the following cmd command:
    C:\temp\java>javac -sourcepath ./src -d ./classes -verboseBut getting this error:
    C:\temp\java>javac -sourcepath ./src -d ./classes -verbose
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:
      -g                         Generate all debugging info
      -g:none                    Generate no debugging info
      -g:{lines,vars,source}     Generate only some debugging info
      -nowarn                    Generate no warnings
      -verbose                   Output messages about what the compiler is doing
      -deprecation               Output source locations where deprecated APIs are used
      -classpath <path>          Specify where to find user class files
      -cp <path>                 Specify where to find user class files
      -sourcepath <path>         Specify where to find input source files
      -bootclasspath <path>      Override location of bootstrap class files
      -extdirs <dirs>            Override location of installed extensions
      -endorseddirs <dirs>       Override location of endorsed standards path
      -d <directory>             Specify where to place generated class files
      -encoding <encoding>       Specify character encoding used by source files
      -source <release>          Provide source compatibility with specified release
      -target <release>          Generate class files for specific VM version
      -version                   Version information
      -help                      Print a synopsis of standard options
      -X                         Print a synopsis of nonstandard options
      -J<flag>                   Pass <flag> directly to the runtime system
    javac: no source filesplz can anyone help as I have lots of classes & in lots of directories and sourcepath option is vital for me.

    I'm trying to compile the files using sourcepath
    option but it seems it is not working, I'm using the
    following cmd command:
    C:\temp\java>javac -sourcepath ./src -d
    ./classes -verboseBut getting this error:
    C:\temp\java>javac -sourcepath ./src -d
    ./classes -verbose
    javac: no source files
    Usage: javac <options> <source files>
    where possible options include:I believe -sourcepath is used to specify where javac should look for dependent classes' source code. The command you posted does not inclue any target file(s). I think you are looking for something like javac -d ./classes -verbose ./src/*.java

  • Error editing the file Google Docs in Gnome-documents

    Like to know if anyone managed to edit this file directly from google docs documents gnome 3.8? Here was giving an error saying that the javascript failed and that google has been informed and would be correcting now changed and the message does not say the error. Like to know if it is really a problem with google and gnome or is only here because I did not find anyone else talking about the error, but the gnome 3.8 is still very new and I do not have so many users using outside arch.

    Same here.
    FWIW, I'm on google-chrome-dev, and the current Dev build broke Google Docs.
    [edited May 7, 2013]
    I'm continuing to experience the same issue. When I use Gnome-documents (or, just "Documents," in Gnome 3.8), I can view a Google doc, but I cannot edit one.
    When I try to edit a doc, I get an error message: "JavaScript - https://docs.google.com/docment/... This error has been reported to Goggle and we'll look into it as soon as possible. Please reload this page to continue."
    Last edited by hcra (2013-05-07 20:59:13)

  • Memory Issues: Editing AS Files in CS4 10.0.2

    Is anyone else seeing this? After several minutes (less than 10!) of doing nothing but editing a .as file, I see an impending crash in the form of little pink squares around the scroll bars. Most of the time, if I save right then, then exit Flash, I escape without losing any work. If I ignore the warning signs, or sometimes just by Ugly Surprise with no warning, Flash crashes.
    It doesn't seem like using the app as an IDE for AIR apps, especially when doing little but composing and editing source files, ought to be that taxing.
    Any ideas? Might this be a video card (NVIDIA) issue?

    There are many possibilities (installation issue, hardware, etc). If you're able to share the file(s) and your system details we can try and reproduce the issue internally.
    Thanks,
    Jen.

  • How do I save Lightroom image edits in source file?

    My experience with the trial version of lightroom is very positive in terms of the convenient and powerful capabilities for editing images and the associated metadata.  But I can't find a way to save the "develop" edits to images into the source file for the photo I am working with.  So far, I am able to save the metadata into the file but not the image editing.  From what I read, I fear this is not possible without silly round about exporting to new files then copying / moving multiple copies around, etc. Without this ability, I am pretty sure I will not purchase lightroom and will miss out on all the powerful features.  Without an OPTION that turns on the equivalent of a SAVE button, managing my photos collection would be a nightmare. 
    So my question is: How do I save the edited (i.e., developed) version of a photo back into the same file where the original photo was stored?
    Please, please spare me all the reponses telling me how stupid I am for wanting to do this and that the cognisenti and professionals would NEVER do this.    But please just tell me there is a secret place to turn on this option in lightroom.
    Thanks in advance.

    I had the same requirement to save in JPEGs files all non-metadata edits performed in Lightroom, in order to share modified pictures without duplicating files. By the way, I think it’s going to be more and more required by casual Lightroom users, as people get used to instant photo sharing in many situations where quantity matters more than quality
    Here’s a nearly automatic (at least, scalable) solution that works, although it slightly lowers the quality by re-compressing the original pictures.
    Once for all:
    Download and install the wonderful Lightroom plugin “jf Run Any Command”, provided as donationware by Jeffrey Friedl here: http://regex.info/blog/lightroom-goodies/run-any-command. This “export filter” plugin allows you to run a command of your choice with each exported file, as part of the export while it’s going on. (You may also browse Jeffrey’s blog to find many other useful and beautiful things.)
    In Lightroom, pre-define an export settings as follows:
    Export to the hard drive, to the original picture folder, without adding the exported file to the catalog
    Name the exported file “EXPORTED-{Filename}” (or anything different from the original file name)
    JPEG format, 76% quality (see An Analysis of Lightroom JPEG Export Quality Settings at http://regex.info/blog/lightroom-goodies/jpeg-quality)
    Keep all metadata
    Here’s the interesting part, the Run Any Command settings:
    Command to execute for each exported picture: copy "{FILE}" "{Path}\{LIBRARYFILENAME}" (this replaces the original file with a copy of the exported file)
    Command to execute upon export completion: del {FILES} (this deletes all exported files).
    NB: One could wonder why not directly export with the original file name and silently replace the original files (I believe Lightroom would allow this). It’s just a matter of error handling: in case the export goes wrong, no original file is changed at all.
    The easy part: each time you want to save edits:
    In Lightroom, select the pictures to save, and export them with the pre-defined settings. You're almost done. The JPEG files are ok, but inside Lightroom you see the modification effects doubled, as their specifications remain in the catalog database and they apply on modified JPEG instead of the original files.
    While the entire set of "saved" pictures is still selected, in the Develop module switch Autosync on and click Reinit to erase all modification specifications from the catalog for all pictures, then press CTRL-S to write down to disk any metadata updated by Lightroom -and accept if required to confirm that Lightroom values should replace externally set values.
    Stephane
    PS: Papa Ben, I'm curious about the decision you  finally made

  • How can I change the source file so it is direct from external hard drive?

    I am trying to make a movie on imovie of a snowboarding trip that I went on, there is around 80 to 100 gig of mp4 movies that will not fit on my computer that I have stored on my external harddrive. I had the movie half finished then found I could do no more as I had no space left in my mac. I had to delete everything and start again but I'm not doing this until I can find a way of changing the source file so I can take them direct from my external hard drive as to not use up all my computers available space. I have moved imovie to my external hard drive but it still tries to read from a movie file on my mac, how can I change that so it will read from a source file on my external hard drive, is it possible?? Can someone help me??

    Hi Bengt, Thanks for your input, much appreciated.
    I have a WD 1TIG hard drive and are using usb connection, is it possible to use fire wire with these? I have had trouble with a lot of the videos I Imported, once they downloaded the file in the viewer window showed up blank and when I mouse over them it places a picture of another file in the window and wont drag and drop into the movie window, like their corrupted or something? Had to delete just about all of them and start again. Also is it possible to select a bunch of videos in the viewer window as to change the dates to the correct dates? All I have been able to do is "select all" which is no help.

  • How to edit raw files' metadata directly?

    Is it possible to edit raw files' metadata directly?  If so, how?  (I am using Bridge CS6 v5.0.2.4 x64).  In my case, raw files are from Nikon digital cameras, i.e., .NEF.
    By directly, I mean the original file is changed, rather than the sidecar .xmp file.
    This is necessary under some circumstances where it may be required to prove ownership or origin of a photo.
    Help most appreciated.
    Thank you.

    So how do you prove an image is yours?
    I did understand the ownerships problem but I also would point to the impossibility of hard proof with current technology.
    As said, I put my energy in good clients and for my images that are used on personal websites without my permission I really don't bother.
    Don't know where you live and what your country has in its law regarding copyright. I also don't know to what extend you want to go and how much money is involved with your problem.
    Never had to do it myself but I heard of several cases in the Netherlands. If you are certain it is your image and it is used without your permission and without paying you there are normal ways to seek justice.
    First call the person or company that betrayed you for info and explain, then put this in writing with the request of a reasonable fee. If no luck seek a lawyer for a first letter with warning for extra costs and fine.
    If you want (depending on the law in your country but most western countries do respect copyright) you can get it to court. Be sure to have the original raw files at hand (the whole series makes it more believable) and eventually if needed or possible seek witnesses seeing you taking the pictures.
    But it can be a long and hard road that is certainly not suitable for a small case. Then again, most of the cases have been decided in favor of the photographer, the company that first refused to pay left with the usual fee to pay including a fine (mostly the same or more as the fee) and having to pay for the costs of the court…
    Also keep in mind this is not good advertisement for you as a photographer, especially if the fine is big the word will spread around in the business. It is always problematic in this cases, hence my advise to invest in good clients...

  • It is possible to import an .MVC 3D-Stereoscopic file directly into Adobe CS5.5-CS6 ???

    Thread:
    http://forum.grassvalley.com/forum/s...ear#post169868
    " adlerfloyd " said:
    "...When i use adobe 5.5 i can import MVC and edit it, export it as h264 or mpeg2 and it retains its MVC properties and plays in 3D no problem. Cant seem to do that in EDIUs..."
    - I have Adobe CS6 Master Collection Suite.
    - The .MVC file format is a format called MultiViewCoding and it is a standard from Sony consumer (TD10E) and professional 3D-Camcorders, also for JVC-Everio consumer 3D-Camcorders!
    - The .MVC is a such of H.264-AVC codec format.
    My Questions:
    1) It is possible to import an .MVC 3D-Stereoscopic file directly into Adobe CS5.5 (in example: from Sony and JVC-Everio 3D-Camcorders) ???
    2) It's possible to import an .MVC files directly into PremierePro CS5.5 - CS6 without any plugin and without Cineform Neo3D plugin?
    3) It's possible to Export an .MVC file too, from CS5.5 - CS6?
    Please, hurry response me!
    Thanks!
    Horsepower0171.

    As far as I know, you may NOT edit 3D files without a 3rd party plugin
    Edit 3D http://forums.adobe.com/thread/702493
    -with Cineform http://forums.adobe.com/thread/874014
    -but not author http://forums.adobe.com/thread/861752
    -CS6 http://forums.adobe.com/thread/998399
    -and http://forums.adobe.com/thread/1024892?tstart=0

  • Look for APIs or editor to update LDT files to avoid editing file directly

    I have used FNDLOAD to import/export ldt files, but I am looking for APIs or "editor" to avoid editing the LDT file directly. Mainly need to customize program name, request group name, etc. for multi clients. Any ideas? thanks!

    Harm,
    thanks for your comment.
    Your understanding  was absolutely right.
    Sorry my mistake its QNAP 639 PRO, populated with 5 1TB, one is empty.
    So for my understanding, in my configuration you suggest NOT to use RAID-0. Im not willing to have more drives in my workstation becouse if my projekts are finished, i archiv on QNAP or archiv on other external drive.
    My only intention is to have as much speed and as much performance as possible during developing a projekt 
    BTW QNAP i also use as media-center in combination with Sony PS3 to run the encoded files.
    For my final understanding:
    C:  i understand
    D: i understand
    E and F: does it mean, when i create a projekt on E, all my captured and project-used MPEG - files should be situated in F?  Or which media in F you mean?
    Following your suggestions in want to rebulid Harms-Best Vista64-Benchmark comp to reach maximum speed and performance. Can i use in general the those hardware components (exept so many HD drives and exept Areca raid controller ) in my drive configuration C to F. Or would you suggest some changings in my situation?

  • PDF outputs continually crash after editing an html source file

    I have English and multiple localized versions of a RoboHelp webhelp project. I have created several PDF outputs for the localized versions. I can generate the PDFs fine when I don't touch any of the html source files.
    However, I had to make a change to one of the html source files to remove a <dl> from the source file. After making the change to the source file in an outside text editor (Notepad ++), I went back to RoboHelp to generate the PDF, and the PDF output crashed.
    The reason I was using an outside text editor is that when I tried to edit the <dl> HTML tags in RH, its HTML editor deleted all text within the tags being edited.  There was no undo at this point.  In anotehr attempt to use the RH Design editor, RH didn’t delete the <dd> or <dt> tags when those tag styles were changed to <h4> and <p>, respectively. RH inserted the new html wrapper inside the existing ones, instead of replacing it.
    Also, during the PDF generation process, a Visual Basic error message will appear dozens of times stating that the application was interrupted.  I must press OK to continue for each error message.
    What gives with the PDF generation failing like this?

    I hate to say it but it sounds like something you are doing in the external editor is not liked by RoboHelp.
    It could just be the way that text editor codes the file. I use EditPad Pro and that has various options for text encoding. My guess is your editor is not set to what RoboHelp expects.
    Aftr that what I would do here is create a new one topic project and recreate the problem, with the minimum of text. It may help you spot the code RoboHelp does not like.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I delete a music file directly from iPhone? Or not possible?

    Can I delete a music file directly from iPhone?

    Not possible.
    Either unselect it during what it syncs, or manually manage > delete song.

  • Is it possible to use Powershell to determine if Windows Server Source Files are present on disk?

    Hi everyone,
    I would like to know if it is possible to use a Powershell cmdlet to determine if Windows Server 2012 (R2) Source Files are present on disk.
    We are using an automated PS script to install roles and features and some registry keys and applications afterwards. If the Source Files are not present, the script will fail, so I would like a# Check if Source Files are present # stage built in
    the script to determine if the source files are present or that an alternate source path needs to be used.
    Is this possible with Powershell and if so, how can we achieve this?
    I'll appreciate your answer.
    - Rob

    Hi Rob,
    I assume that you are using powershell command "install-windowsfeature" .
    I would suggest you add the parameter "-source" to specify the alternate path of thesource file .
    " The path specified in this parameter is only used if the command cannot find feature files in the local side-by-side store of the specified target computer or VHD. "
    For details please refer to the article below :
    https://technet.microsoft.com/en-us/library/jj205467(v=wps.620).aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Maybe you are looking for

  • G5 2ghz Dual - Hanging with LED #7!!!

    Hi folks, my 8 month old G5 has just started hanging (freezing completely!) with the #7 LED lit. There are no Kernel Panic screens shown - it just stops working. At the moment its run time is limited to about 60mins. Its not a software issue as all t

  • Business area

    Hi, I have a requirement. I have one plant created for central warehouse and 4 other plants as my retail outlets. It has been decided to have a separate Business Area for each of these plants to track the business per business area. However, there is

  • Disabled Object Gets Focus

    Hi I am in the process of migrating from version 1.3 to 1.4.2 I have a screen on which I I have a button which is disabled when teh screen initializes. There are other items to which I can navigate through TAB. If i keep pressing Tab so that the focu

  • How do I open Quicktime Pro

    I have had Quicktime pro since buying FCP3. I have installed the registration key, and when I close it out, I can open the registration section and the key is still there. I once read thats all I have to do. However, I have not been able to open Quic

  • Photoshop CS4 Ex to CS5 Std

    I bought Photoshop CS4 from Amazon a few months ago but they were out of stock so they upgraded me to CS4 Extended for no extra charge. Will I be able to upgrade to CS5 Standard from CS4 Extended as I have no use for the Extended version. Thanks