Click to See Complete Forum and Search --> : Falsh Image Distortion


Oliver79
04-24-2007, 05:18 PM
Hi all,

Just wondering if someone could help me with the following;

I have developed a site entirely in Flash and the properties of which are set to 800 X 700 pixels. Now when I have reviewed the site via my browser (1024 X 798) the site has distortion and the image isn't clear. I have attempted to rectify the properties of the Flash files to the above and have subsequently adjusted the settings to 1024 x 798, then I have released the Flash Movie and again the image is of poor quality, plus it is no longer centred within the browser.

Could someone possibly guide me on how to rectify this?

Many thanks

Oliver


Oliver

ryanbutler
04-24-2007, 07:02 PM
The only possible conclusions I come to are:

1). You have resized the graphics in Flash w/out converting them to a graphic symbol first

2). Perhaps you're working with transparency which is always a fun exercise in Flash. In which case, switch your GIF for a PNG, specifically a 32 and see if that works.

Oliver79
04-25-2007, 05:52 AM
Yes, transparency was used, thus this is probably the likely indicator for the graphical distortion.

I will append the images to PNG and re-attempt.

Many thanks

Oliver79
04-28-2007, 03:42 PM
Hi,

I have converted the images to PNG and still they are distorted. I have even noticed that the text is larger than when I display it in the Flash IDE.

Do you have any further thoughts?

p.s. I have added a screenshot showing the documents current properties.

magicplant
04-28-2007, 04:40 PM
Hi,
Does the size of your .swf correspond with the size outlined within your html document.

Oliver79
04-29-2007, 03:43 AM
Hi,

Yes, I'm going to check this now as again that could possibly be a likley cause!

Thanks

Oliver79
04-29-2007, 05:24 AM
Well, I have now solved the issue. I had my index.html file and the .swf file in the FTP folder, however the necessary dimensions of the following:

<table cellpadding="0" cellspacing="0" border="0" align="center" >
<tr>
<td valign="top" width="766" height="698" >

were extended to the following width "766" heigh "700" thus causing the issue. Once I reduce the border/center align all issues were removed!

Thanks for everyones help, much appreciated.