Need to play actions in PSE 9.0 from JavaScript

Hi All,
I have been facing this problem now for three days   ..!!! I have just switched to PSE 9.0 from PS CS 5... In the past, i had success in playing actions through javascript in Photoshop... But the same is giving me a dead end with Photoshop Elements in the picture  ... Any help or guidance regarding this is highly appreciable..!! Pls guide me fellas..!!! 
Thanks..!

Your code for the PQR action should look like this:
It doesn't matter where the actions are on your computer as long the path in the script
points to the action and then you tell elements which action to play.
In other words you don't have to put the actions in actions player folder.
If you want to run actions in the Full Edit Mode, you can install the actions into the effects panel.
By installing them in the effects panel, you have access to all the menu commands that are
normally greyed out in the guided edit mode. Also some functions that work in the full editor
will not work in the guided edit mode, so your actions may give errors.
Installing in effects panel:
http://www.texaschicksblogsandpics.com/photography-page/installing-actions-in-photoshop-el ements/
Also you can place your scripts in the Automation Tools menu by putting a
javascript resource code at the top of your script, but the automation tools menu is greyed
out in the guided edit mode.
Then you would place the script in the pse 9 presets>scripts folder and after restarting
or starting pse 9 there on the menu.
C:\Program Files\Adobe\Photoshop Elements 9\Presets\Scripts
MTSTUNER
Message was edited by: MTSTUNER

Similar Messages

  • Installing Actions in PSE 9 Downloaded from App Store

    Hi everyone,
    I'm seeing quite a few folks who downloaded PSE 9 from Mac's app store that can't install actions into PSE.  I've connected to their computers, unhid hidden folders, and looked for the navigation path I would have expected.  That doesn't work.  I ran searches for the native Elements actions like Blizzard and couldn't find them.
    Nothing works.  Any ideas?
    At first I thought this was a Lion issue, but it appears that the App Store is the common theme.  I know the App Store version doesn't have the Organizer, but I was under the impressions that it was the same other than that.
    Thanks!
    Erin
    Texas Chicks Blogs and Pics

    Hey guys, thanks so much for your time!
    I've seen it on Lion - a brand new install on a brand new computer and I've seen it on 10.6.7, which is not, I think, Lion.
    Mtstuner, I tried all but one of the suggestions on those links you sent.  Even revealling the hidden files in the Library didn't do it.  But I'll try the last suggestion regardless.  If I could just find where Blizzard and the other native ATNs are stored, I'd be good.
    I even tried that scary typing in the Mac terminal thing.  Never have done that before.  It did reveal hidden files, but not the ones I'm looking for.
    I think it has something to do with the App version.  Without the Organizer, I would expect the file structure to be different.  However, I wouldn't expect it to be so different that I can't find the files anywhere.  I've been able to find them on a million (or so) different computers/versions of PSE/operating systems.  But this is the first time I've ever tried on an App.
    I'm going to reconnect with one of these folks who is having issues tomorrow to see if there is anything else I can try.  I'll report back if I get any more helpful info.  I'm leaving on a vacation tonight, but this has really picqued my curiosity!
    Thanks again for the help!
    Erin

  • Need Help Organizing Actions in PSE 12

    I just upgraded from PSE 10 to PSE 12 and am installing my actions, but I can find absolutely no way to organize them.  In PSE 10, there is a drop down menu on the effects panel where I have all of my actions separated into types (filters, enhancements, vignettes, etc.) so that I can just click on "vignettes" for example, and see all of my vignette actions.  Not only does PSE 12 not appear to have this option (there is no drop down menu at all), but there seems to be no way to move the actions around to organize them once they're installed.  I've tried clicking and dragging them, but they won't move.  Does anyone know any way to organize or label or rearrange them or something?  If not, it's going to be a nightmare looking for each action every time...

    In the pse 12 editor, when you to Window>Effects and click on the word Effects, you don't have a drop-down menu as in the screenshot below?
    Did you install the same actions as you had in pse 10, which includes the atn, .png and metadata.xml files?
    into
    C:\ProgramData\Adobe\Photoshop Elements\12.0\Photo Creations
    Then delete both the
    ThumbDatabase.db3 in C:\ProgramData\Adobe\Photoshop Elements
    and
    MediaDatabase.db3 in C:\ProgramData\Adobe\Photoshop Elements\12.0\Locale
    Then start or restart the pse 12 editor and wait for the effects data base to rebuild, which might take up to 20 minutes?

  • Playing a symbol timeline in Edge from Javascript function in an exteranl web page

    All-
    I have a javascript function in an external web page.  i want to use this function to call a symbol timeline inside an edge file.
    i've read about bootstrapping but i'm unsure how to use it in my project
    any ideas?
    Z

    Hi again Elaine,
    I actually had some success after many attempts with using your code. I can control the .stop() and .play() of the "NamePlate_sym" symbol. Yet, I am still having trouble doing anything else with it. I cannot .hide() it, nor use .html("Change text") on another element on the stage called"Rectangle". If I can accomplish that and all a global function on the stage, I'm in good shape.
    I placed the following script in the header of the .html file that gets loaded into the iFrame within the Edge composition:
      <script type="text/javascript">
       window.parent.AdobeEdge.bootstrapCallback(function(compId) {
       comp = window.parent.AdobeEdge.getComposition(compId).getStage();
       alert("CompID is "+compId);
       var symbol = document.createElement('div');
       symbol.innerHTML = 'Rotate';
       symbol.style.cssText = 'background-color:#fea; width: 50px; text-align: center;';
       symbol.style.cursor = 'pointer';
       symbol.onclick = function() {
        if (comp.getSymbol("NamePlate_sym").isPlaying()) {
         comp.getSymbol("NamePlate_sym").stop();
        else {
         comp.getSymbol("NamePlate_sym").play();
       window.parent.document.body.appendChild(symbol);
            </script>
    Once I put window.parent. in the first two lines of code and the last, my test worked. As I mentioned earlier though, I still can't get the syntax correct to .hide() an element (i.e. comp.getSymbol("NamePlate_sym").hide(); does not work), or more importantly, change the innerHTML value of an element on the stage. The code either does nothing or freezes.
    Thanks... Tommy

  • Installing Third Party Actions in PSE 7

    I have figured out a way to add third party actions to PSE 7.<br /><br />It is similar to PSE 6, byt now all the files are in one directory, and they have changed the format of the XML files.<br /><br />Any suggestions or comments on how to improve the process would be greatly appreciated!<br /><br />To add third party Actions to Adobe's Photoshop Elements 7, you need four files:<br />    The Action file, which ends with a .atn<br />    A PNG icon for the action<br />    A JPG icon for the action<br />    A xml file for the action<br />    <br />Assuming your action name is "Sample Action.atn", you will need:<br />    Sample Action.atn<br />    Sample Action.png<br />    Sample Action.jpg<br />    Sample Action.metadata.xml<br />    <br />The xml file has the following format:<br /><br />    <?xml version="1.0" encoding="UTF-8"?><br />    <PSEContent xmlns="http://ns.adobe.com/PSEContent/2.0/"><br />        <subscription value="free" /><br />        <name value="$$$/content/photoeffects/NAME-NO-SPACE=NAME" /><br />        <type value="effect" /><br />        <category value="$$$/content/category/type/CATEGORY-NO-SPACE=CATEGORY" /><br />    </PSEContent><br />   <br />So, if we wanted our sample action to be in a category called "3rd Party Actions", we <br />would have a xml files that looks like the following:<br /><br />    <?xml version="1.0" encoding="UTF-8"?><br />    <PSEContent xmlns="http://ns.adobe.com/PSEContent/2.0/"><br />        <subscription value="free" /><br />        <name value="$$$/content/photoeffects/SampleAction=Sample Action" /><br />        <type value="effect" /><br />        <category value="$$$/content/category/type/3rdPartyActions=3rd Party Actions" /><br />    </PSEContent><br /><br />Copy all four files to the following directory<br /><br />XP: C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\7.0\Photo Creations\photo effects<br />Vista: C:\ProgramData\Adobe\Photoshop Elements\7.0\Photo Creations\photo effects<br />MAC: [system drive]:Library:Application Support:Adobe:Photoshop Elements:7.0:Photo Creations:photo effects<br /><br />NOTE: I have not tested the Vista and MAC systems, so the directories MAY be different there<br /><br />You now need to force PSE to rebuild it's database of effects. You do this by deleting<br />or renaming the following files:<br /><br />XP:<br />C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\7.0\ThumbDatabase.db3<br />C:\Documents and Settings\All Users\Application Data\Adobe\Photoshop Elements\7.0\Locale\en_US\MediaDatabase.db3<br /><br />Vista:<br />C:\ProgramData\Adobe\Photoshop Elements\7.0\ThumbDatabase.db3<br />C:\ProgramData\Adobe\Photoshop Elements\7.0\Locale\en_US\MediaDatabase.db3<br /><br />MAC:<br />[system drive]:Library:Application Support:Adobe:Photoshop Elements:7.0:ThumbDatabase.db3<br />[system drive]:Library:Application Support:Adobe:Photoshop Elements:7.0:Locale:en_US:MediaDatabase.db3<br /><br />NOTE: I have not tested the Vista and MAC systems, so the directories MAY be different there<br /><br />Start up the PSE 7 Editor. You sill see a progress bar as the effects databases are rebuilt.<br /><br />Once the databases have been rebuilt, you will find your new category in the Effects pallette under Photo Effects, or under <br />the "All" section.

    A minor update to the discussion. After more experimenting, I have changed the XML description.<br /><br />Assume we have the following files:<br />sampleaction.atn<br />sampleaction.png<br />sampleaction.jpg<br />sampleaction.metadata.xml<br /><br />The xml file has the following format:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><PSEContent xmlns="http://ns.adobe.com/PSEContent/2.0/"><br /><subscription value="free" /><br /><name value="$$$/content/photoeffects/FILE-NAME=DISPLAY-NAME" /><br /><type value="effect" /><br /><category value="$$$/content/category/type/CATEGORY-NO-SPACE=CATEGORY" /><br /></PSEContent><br /><br />Where:<br />FILE-NAME is the name of the .atn file, without the .atn<br />DISPLAY-NAME is the name you want displayed in the PSE 7 Effects Palette<br />CATEGORY-NO-SPACE is the category name for the effect without spaces<br />CATEGORY is the Category name you want the effect listed under<br /><br />So, if we wanted our sample action to be in a category called "3rd Party Actions", we<br />would have a xml files that looks like the following:<br /><br /><?xml version="1.0" encoding="UTF-8"?><br /><PSEContent xmlns="http://ns.adobe.com/PSEContent/2.0/"><br /><subscription value="free" /><br /><name value="$$$/content/photoeffects/sampleaction=Sample Action" /><br /><type value="effect" /><br /><category value="$$$/content/category/type/3rdPartyActions=3rd Party Actions" /><br /></PSEContent>

  • Action trouble, PSE 9 and Windows 8

    I am having a hard time loading actions into PSE 9 sincee ive got Windows 8, using the same process for windows 7 but no luck.

    You may need to re-boot. New items are usually added right at the bottom of the list, so scroll right down the list. 
    If that makes no difference you probably need or rebuild the media database.   
    Close Photoshop Elements Editor and Organizer.
    Navigate to:
      C:\Program Data\Adobe\Photoshop Elements\9.0\Locale\en_us
      Delete the file Mediadatabase.db3.
    Re-launch Photoshop Elements Editor. A progress bar appears as the media database is re-created. Wait for this process to complete. It make take some time and the screen may periodically go blank; so go away and get yourself a coffee and be patient.

  • Actions in PSE 8

    I read that PSE 8 now has a funtion for actions but can't find it anywhere in the programme (mac version). Can anybody help me?

    Wow - that's great! Thanks to your screenshot and your good description I've found it! Great - one problem is solved. I've got another one though. I'm trying to load an extra action out from PS into Elements. And got the next problem there. Although I followed the online help and loaded in „Library/Application Support/Adobe/Photoshop Elements/8.0/Locale/en_US/Workflow Panels/actions“ or to be more precise Library/Application Support/Adobe/Photoshop Elements/8.0/Locale/Adobe Photoshop Element 8/Presets/Actions" as the written path from the help could not exactely bei found in my Mac. Different to what is said in the help instructions I can't find it after the new start of pse. Do you by chance have help for this proble, too?

  • HT204382 what software do i need to play movies on avi file . have connected a external memory disk and all the movies are in avi format.

    What software do i need to install in order to be able
    to play movies in .avi format.
    have connected an external memory and all the entertainment
    files are in .avi format.
    Ansver i get : does not support

    VLC is a good choice. While I don't know if it will play your files, Perian is a helper app for Quicktime which allows you to play a lot of things in the Quicktime Player.
    There is also Flip4Mac which allows you to play windows media files in Quicktime.
    Finally, note that the extension on a video file doesn't really tell you what you need to play it. The .avi, .mpg, etc. is only the wrapper around the actual video. The video is encoded by some means and needs to be decoded. The video inside the .avi can be encoded in one of many different schemes.
    VLC, Perian, Flip4Mac, and many others, are all able to decode various flavors of encoding. Having all of those in your toolbox will help to allow you to play most of the things you'll find.

  • I need to play a song on a Keynote presentation, how do I do this ? I use to drag and drop the mp3 in Keynote but it stops playing when the slide move to the other one... how can I make the song keep playing through the whole presentation ? Thanks.

    I need to play a song in a row in a Keynote presentation, how do I do this ? I use to drag and drop the mp3 in Keynote but it stops playing when the slide move to the other one... how can I make the song keep playing through out the presentation ?
    Thanks.

    Drag the file into the audio window in the Document inspector...

  • CAN YOU PLEASE TELL ME HOW TO RECORD AN ACTION IN PSE 7?  I WANT TO DO SAME ACTION ON WHOLE BATCH.

    COULD YOU PLEASE EXPLAIN  HOW TO RECORD AN ACTION IN PSE 7?  I AM WANTING TO PUT MY BUSINESS NAME ON ALL MY PHOTOS & WANT TO DO IT @ THE SAME TIME INSTEAD OF INDIVIDUALLY.  I KNOW IT WILL SAVE A LOT OF TIME.  THANKS SO MUCH!!

    Check this out:
    http://www.easysector.com/index.php

  • I just bought an Ipad and find that it is not compatible with Adobe flash player which I need to play Bridge on line on BBO.  Is there a solution for this problem?

    I just bought an I pad abd find that it is compatible with Adobe Flash Player which I need to play bridge on BBO.  Is there a solution to this problem?

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • I need to play back a video-recording i have taken myself and have it show the time count in seconds on the play back. Can you help?

    I need to play back a video-recording that I have taken myself and have it show the time counter in secs/minutes in the playback. Can anyone help?

    the movie editing app "Avid Studio" displays a time counter, as does the Pinnacle editing app.  Oddly enough, I movie does not.  (unless I have it somehow turned off.)

  • HT3775 How do I know what kind of update I need to play downloaded videos?

    Need to know what kind of update i need to play downloaded vidos

    Try using VLC (just search for it on Google). It's an open source video player that will play most downloadable video files.

  • What model do i need to play high bitrate bluray 1080p movies

    Hi
    I want to buy a macbook pro.
    As the topic says: What model do i need to play high bitrate bluray 1080p movies without noticeable losses of frames?

    if they are with DRM you need the hdmi cable if your tv have hdmi that is
    if they are not DRM then you can use the component cable if your tv have component
    if they are not DRM then you can use the composite cable if your tv have composite
    top is best
    button is worst in terms of quality

  • What codec do i need to play .mov on windows7

    what codec do i need to play .mov on windows7 i get a message saying im missing components, then sends me to a page with several

    Quicktime should be able to natively handle .mov files. Make sure you have the latest version of Quicktime installed on your computer. If that doesn't work, try an alternative media player like VLC, which can play just about any type of media file.

Maybe you are looking for