Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash JPG External Images

Status
Not open for further replies.

PCSAARON

Programmer
Jul 9, 2002
131
US
We wrote a banner advertisment module that reads external images from the server for the Web. The images are loaded and shifted 1 pixel down and to the right when flash loads them. Anyone know any way to stop this besides shifting the image when designing it?

Aaron
 
If you're loading the images into a 'holder' movieclip just do add this to the first frame:

holderClip._x--;
holderClip._y--
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top