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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

distorted swf files in popup windows

Status
Not open for further replies.

rebeccam

Programmer
May 21, 2002
20
CA
I am creating a site in flash. The swf files look fine when they are in a flash player but when they are displayed in html the text and graphics are distorted. The size of the window and the swf file are the same. Can someone have a look and tell me what the problem may be.


Thanks
 
Talking about the intro page, the site page or both?
Intro page movie is 550*400, yet you have a table of 600?
Then , are you sure the popup size is the same as the movie, because your using 100% scaling.
Last you have the quality set to "medium". What for?
Regards,

new.gif
 
May concern is the pop up windows. But thanks for note on the index page. I have changed the quality to high. What type of scaling should I use and how do I change it. Thanks
 
Don't scale it. Make the popup the same pixels sizes as the movie, and in the popup's html replace 100% on width & height by the movie's actual pixel sizes. Both in the object & embed tags.

You could also change your body tag to this:
<body bgcolor=&quot;#FFFFFF&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; leftmargin=&quot;0&quot; topmargin=&quot;0&quot; rightmargin=&quot;0&quot; bottommargin=&quot;0&quot; scroll=&quot;no&quot;>

Quality is also set to medium in your site popup! Regards,

new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top