Groups | Blog | Home
all groups > flash (macromedia) > march 2004 >

flash (macromedia) : screwed up imported jpg file


harm.3koppig.nl
3/9/2004 11:21:00 PM
Hi,
when I rotate a movieclip with an imported jpg, imported with
loadMovie("test.jpg", _root.photo);, the jpg file gets screwed up (looks low
quality). when I do the exact same thing but I don't rotate the movieclip the
jpg looks perfect. Does anybody know why this happens??

Harm.
danredman
3/11/2004 1:06:23 PM
try to have only one frame in the main swf
a simple and quick solution will be to make another flash with one frame, and
with the folowing command

loadMovie("yourMovie.swf",0)

and linked to this subject... sometimes when you have animations on a jpg itz
pixels are moved on some portions... ; to avoid that draw a filled rectangle(in
a new layer - top layer) with a color with 0% transparency
harm.3koppig.nl
3/11/2004 6:13:57 PM
[b]thanks[/b]
AddThis Social Bookmark Button