Photoshop :: Can't Fine Animate/Loop In PS 7
Apr 8, 2003
I have use Photoshop Element for some time, but now I'm using PS7, in PS element you con make animation and then go to file>save for web>check Gif>check animate>check loop and explorer play the animation but in PS 7, I can't fine animation or loop to preview the animation
Is PhotoShop elements butter then PhotoShop 7? I hope not because I spent too much money on PS 7, and PS elements came with my new PC for free.
How can I explain to my wife the after I spend all that money on PhotoShop 7 I have to go back and reinstall ShotoShop Elements.
View 5 Replies
ADVERTISEMENT
Sep 28, 2012
I am a graphic designer and I work on w7 64.I find the latest version of Edge Animate.I saw several tutorials, amongst those showing how to make a loop on an animation. I proceed as explained in the preview on my browser (Chrome), the animation runs, but no loops.In fact, I tried other interactions and other triggers : nothing of these works there!
View 5 Replies
View Related
Mar 30, 2013
I've got a symbol that I want to loop 3 times on the main stage.how to write the code
Â
I was thinking of putting somethiing similar to the code below in the "onComplete" action of the symbol I want to loop (I know the code is wrong but I think it is a bit close):
Â
var l_count = (0+1);
if (l_count <= 3) {
sym.play();
[Code]....
Â
Is this close, or is there a better way to go about this?
View 1 Replies
View Related
Oct 15, 2013
wondering if there is a way to pause inside a loop. I am away that jQuery has a delay() function but i can't seem to get it to work.
Â
was thinking something like:
Â
blob = "This is a test of the emergency broadcast system";
for (i=0; i<blob.length; i++)
{
sym.$("Text").delay(300).html(blob[i]);
}
View 1 Replies
View Related
Jul 19, 2013
I am trying to get an animation to auto play, and loop only a particular part of the animation.
Â
For example, the first part of the animation is my logo dropping in and bouncing. Then certain parts of the logo are animated continually, but I cannot figure out how to do this without just creating a huge timeline?
View 5 Replies
View Related
Feb 25, 2014
how use animation loop without trigger?
I tried to do mouseover
var my_time = sym.getSymbol("mySymbolInstanceName").getPosition();
if ( my_time == 0) {
sym.getSymbol("symbolName").play();
}
loop not work.
View 1 Replies
View Related
Dec 11, 2013
I have a simple snowflake animation where 4 different snowflakes are falling down the screen. These are all contained in a symbol which is set to loop. The goal is that when the user clicks a snowflake it will pause the animation, populate a popup text box (in another symbol) then resume playing after 5 seconds. I'm no expert with javascript and I've checked just about every resource I could find but can't seem to get it working. My initial thought was to do some kind of if/else statement that checks to see if the symbol is playing, then if it is, pause it for so long. I'm having a difficult time with the syntax.
View 1 Replies
View Related
Apr 3, 2014
I am creating web banners to put on eg. Google where the banners must stop animate after X seconds.
Â
Now.
Â
After the animation looping ends (after eg. 2 loops) I need the banner to jump to a "end message", eg. Book today! - how can I do that?
View 1 Replies
View Related
Mar 13, 2014
I have a continuously moving looping slide show that has back and next buttons. When you press the next button it should move forward one where ever it is on the timeline every time you click it and the same for the back button.
Â
This is the code I am using but the the problem is that it goes to else {sym.play("one");} when the button is clicked. No matter where in the timeline the next button is clicked, it goes back to number one. I don't know much about coding and I have tried everything to fix this but I am stuck.
  Â
var pos = sym.getPosition()
if (pos <= "one"){
sym.play("twenty");
}
else if (pos <= "two"){
sym.play("three");
}
[code]....
View 5 Replies
View Related
May 22, 2013
I'm trying to embed a video into my project and although the initial setup was simple, getting it to play in all browsers is proving to be very difficult. I've read more articles and forum threads than I care to recall, but just can't seem to find the right combination. Safari wil play audio only and IE10 gives me "Error: Unsupported video type or invalid file path".
Â
I've contacted my host provider to ensure that the server is compatible with all video formatts and I've had other people from different locations try to play the video with slightly varied results, but ultimately the video doesn't play for them either. Here is the code I'm using:
Â
I started with this code that I picked up from an online tutorial:
Â
var vid = sym.$("Holder");
vid.html('<video width= "838" height="609" src = "video/tester.mp4" poster = "video/DFC5.jpg" type = "video/mp4" controls ="controls" </video>');
Â
I eventually moved to this in order to attempt to accommodate multiple video formats/browsers:
Â
var vid = sym.$("Holder");
vid.html("<video width='838' height='609' preload='auto' poster = 'video/DFC5.jpg' controls ='controls'>" +
"<source src='video/tester.mkv' type='video/mkv' />" +
"<source src='video/tester.mov' type='video/mov' />" +
"<source src='video/tester.mpg' type='video/mpg' />" +
"<source src='video/tester.webm' type='video/webm' />" +
"<source src='video/tester.mp4' type='video/mp4' />" +
"<source src='video/tester.avi' type='video/avi' />" +
"<source src='video/tester.wmv' type='video/wmv' />" +
"<source src='video/tester.ogv' type='video/ogg' />" +
"</video>");
View 2 Replies
View Related
Mar 3, 2014
I want to loop a code / function .. let's say 100 times and each time one parameter or variable is counted up.I found "for"-loops and some with a counter.. but I coudn't get it to work in Edge Animate.Here is a fragment of the code I want to loop ->
Â
$.get("URL...+Num, {}, function(ask, code) {Â Â Â Â Â Â Â Â
 switch(ask) {
       case '9':
   sym.$("leaf"+Num).show();
   var leaf = sym.$("leaf"+Num);  // How can I count the setting variable? "var leaf+Num = ... " doesn't work I guess..
[code]....  Â
View 3 Replies
View Related
Sep 29, 2013
I have just purchased photoshop cc. I have loaded images from a cf card but cant find them
View 5 Replies
View Related
Sep 16, 2013
I printed it out and it seems a little jagged. I tried live trace but all the details were lost. I used a brush tool to trace it I know a pen tool would've been smarter :/
View 4 Replies
View Related
Jun 4, 2013
I have been trying to place an image into photoshop cs6. This image however has a white 1 pixel outline around the border. It is very annoying and I can't seem to eliminate it so it doesnt affect the background colour.
View 2 Replies
View Related
Oct 23, 2013
I get an error message in PS CC whn I try to open videos that I can't do so in my version of windows. Why since I am able to open the same videos in PS CS6.
View 20 Replies
View Related
Apr 13, 2013
I am using PS5 with a MAcBook Pro (OS_X 10.7.5) with an Epson 3880 printer. The paper selection menu greys out Fine Art papers. I need to use those papers. Don't know how to fix this.
View 2 Replies
View Related
Nov 20, 2012
I have a photo of a white shirt with small black checks as a pattern. A large transparent yellow stain needs to be removed. The checks are one tenth of an inch square and one tenth of an inch apart. The original photo is lost and I have it at 200 ppi.
View 1 Replies
View Related
May 11, 2012
The crop tool in CS6 is vexing me a bit. It seems I can't rotate the crop window as finely as I could in CS5. When I grab a corner and rotate it moves from 0.0 to 0.6. I frequently need finer adjustments when cropping. Something like a 0.1 or 0.2 degre rotation.
View 6 Replies
View Related
Feb 20, 2007
Does anyone know how make the same style of Retouch on faces that they used on "the Departed DVD" cover. It makes the faces looks almost like a detailed painting. I been looking forever to find a tutorial on this style. Check out the link below to see what I am talking about.
View 4 Replies
View Related
Jun 30, 2009
using CS4, I know there is probably no easy answer but how do remove background from fine hair? Currently I erase most of the background with a wand and then zoom in and use the eraser.Â
View 2 Replies
View Related
Jun 15, 2008
when I say fine I mean with fine grid to make subtile changes,and not regulary 3x2 grid in transform distort.....
View 9 Replies
View Related
Sep 22, 2008
I recieve 600 DPI scans as PDF's of books with music in them from our production crew. I take these files and I have to edit the layout of music on the last page so that there is room for our barcode. I insert the barcode and resave the file as a flattened 600 DPI PDF again. Then in Acrobat, I replace the old page, with the new page containing the barcode. The new page looks fine on screen, but when printed out it looks very fuzzy.
I have noticed that this also happens to our barcodes when importing pictures into Quark. I have tried saving the barcodes out as TIFF's and as GIF's (they are high contrast black and white, so GIF's have good quality and very low file size)at 600 DPI. Then we export PDF's from Quark and get the same problem with the fuzzyness.
Does photoshop have some settings for PDF's that will fix this? I am not even sure why it is doing this in the first place. I appologize for the long explanation but would rather have it be clear the first time.
View 7 Replies
View Related
Sep 5, 2013
I converted a PDF-file (PDF/X-1a) into a Photoshop file using Photoshop CC and got fine lines over the picture.
Â
Using Photoshop CS5, those lines will not appear.
View 6 Replies
View Related
Aug 26, 2013
I'm developing a workflow and I would like to see how the images of professional photographers look like in PS at the end of the process ... ready for printing.
Â
Here is my workflow in PS for B&W photo (Hue/Saturation adjustment layer is not needed for a B&W photo as known):
Â
After making all tone and color adjustments in LR, I open the image as a smart object in PS ... and rest is on the above image, showing my layers panel in PS at the end of the developing process.
Â
At the end of the work, if I print with PS, I select all the layers and convert them to a smart object together and I apply output sharpening ... but if I print with LR, I save and close the file without output sharpening and I use the sharpening options on the print module in LR.
View 1 Replies
View Related
Nov 4, 2013
All of sudden when opening files in photoshope cs5 the colors are muted. They look normal in bridge and lightroom.Â
View 1 Replies
View Related
Feb 14, 2012
I have encountered a bit of an issue. i have used my CS4 photoshop for years now on my original administrator account which is the account I installed it on but now when i try to open it I get the splash screen and it starts to load and then where it should fully open it just goes away?? I can log in to any other account on my computer and it opens just fine. have to sign out go to another user account edit then log out and then back in to my normal admin account
View 15 Replies
View Related
Oct 2, 2012
The Samsungs splash screen gets to reading preferences but then says: cs6 has stopped running. I have deleted the prefs file to no avail. The samsung has a nvidia geforce 630.My uac has always been all the way down
View 4 Replies
View Related
Apr 8, 2013
Is there a way to turn off cross-hairs for Photoshop when using a very fine brush? i recently bought Wacom Cintiq 12WX and find cross hairs under the pen incredibly jarring.
i selected "normal brush tip" option in preferences > cursors menu and it works fine with bigger brushes but currently i'm working on a small-format illustration and use 1 and 2 px brushes a lot and cross hairs are still present for brushes that small.
Â
Photoshop CS6
Wacom Cintiq 12WX
Windows 7
View 1 Replies
View Related
Jun 21, 2013
I just installed CC last night, so I haven't had a lot of time to work with the CC apps yet... Bridge has been working fine since the start for LOTS of sorting and tagging images in the last day and a half, and I've opened CameraRAW a handful of times without issue, then this evening I tried to open Photoshop CC for the first time and got a whole lot of strange messages about expired trials and activation problems and other errors and then it crashed... At first I think my internet security software was maybe interfering with Photoshop's attempts to confirm licensing online, but I seem to have gotten that sorted out ... so I no longer get all the weird licensing errors, but right after Photoshop loads I very quickly get the "Photoshop has quit working" error and it crashes. After experiencing this issue I went and tried all my other CC apps and Premiere, Illustrator, InDesign, Bridge all seem fine... just Photoshop is giving me issues.
Â
I already tried "signing out" and signing back in to CC apps.
Â
I am using CC on Windows 7 pro. I previously have had Master Collection CS3 and CS5 installed on this computer... but I de-installed these entirely before installing any new apps. I had some errors in de-installing CS3 so I used the Adobe Cleaner Tool to ensure that CS5 and CS3 had been completely de-installed before starting fresh with CC. I don't expect this previous software is causing any issues, but I figured I'd give a complete account of my situation.
Â
Problem signature:
 Problem Event Name:         APPCRASH
 Application Name:         Photoshop.exe
 Application Version:         14.0.0.0
 Application Timestamp:         5176451b
 Fault Module Name:         atiocl64.dll
[code]...
View 7 Replies
View Related
Sep 22, 2012
When I select Landscape printing, Photoshop CS6 waitis a moment and then goes back to portrait printing. And it will not print landscape. I still have CS5.1 and it works fine.
View 2 Replies
View Related
Aug 17, 2013
I recently got a new computer and I have CC so I downloaded the CC app and downloaded LR and PS. LR runs/works fine. PS seemed to download ok but won't even open a new file:picture. How to navigate Windows 8! I have been working on this for a week and now very behind on my editing.
View 5 Replies
View Related