The problem you are having is two fold. First, I'll put in some background for those who don't know about running actions in Elements.
To run actions in Elements, you can use an interface I created which allows you to load pre-made action sets, or you can try to insert actions on your own. Get the actions package for Elements and the instructions here:
http://hiddenelements.com/freetools.html
It works on Mac and PC, with Elements 1 and 2, and works with Hidden Power tools from my book.
The problem here is shown in the action file description:
Set: FRAME Lisa Neal Offset
Action: #FRAME - Lisa Neal Offset
First, the action file has caps and spaces, and then the action has caps spaces, and special characters. One thing Elements does not tolerate is caps, the other is spaces. I would also avoid special characters as I've not gone through and tested them all. Underscores are OK.
So what is a person to do if they find the action file has caps in the name of the file? You can try renaming the file. The file name is actually also stored in the action, so I am not 100% sure this works, but from a technical standpoint, I am pretty sure it does (we can look into that in more depth if anyone is interested).
Next you have to change the name of the action. This is a little trickier and I have had limited success with aggressive editing of files when using a hex editor (see:
Hex Editors in this thread). However, I would be glad to do conversions if you can't find a Photoshop user (or get temporary access to Photoshop) to change those over for you.
I have converted the Lisa Neal action. It took making a few adjustments because certain Layer Effects are not available in Elements, and stops which call for the user to continue by clicking the 'play' button are something I have yet to come up with a solution for.
In any case, the file is attached, and the code for the row in the file should look like this:
Quote:
<tr>
<td>
<!-- Action 1: Add action 1 here by replacing 'actionfile' with the action file name and 'actionname' with the name of the action -->
<a href="playaction(frame_lisa_neal_offset_2.atn,lisa_neal_offset)">
<!-- Add a description by typing between here: -->Lisa Neal Offset<!-- And here --></a>
<font face="Wingdings, Webdings"><a href="previews/1.html">$</a></font>
</td>
</tr>
|
That is, I renamed the file and action to conform to lower case without spaces.
Let me know if you still have trouble.