I'm using LaTeX for some time now and I love it!

But I have a little problem. I'm writing some homework for my uni, and I have included .EPS picture. Normally that wouldn't be a problem, because I would just go to cmd and do dvips and then distiller would do the job. But I have flash animation in the file also, so when I try to make PS into PDF distiller says:
Code: Select all
%%[ Error: undefinedfilename; OffendingCommand: file ]%%
Stack:
(r)
(Gibbs.swf)
{fstream1}
-mark-
%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
%%[ Warning: PostScript error. No PDF file produced. ] %%
Code: Select all
! LaTeX Error: File `granint' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.88 ...ludegraphics[width=0.5\textwidth]{granint}
?
So how do I fix that problem? I'll appreciate any help! Thanks!!