Web Hosting Talk







View Full Version : Flash problem: Line at top of Movie


crEA-tEch
11-23-2004, 10:10 AM
I've attached a file...

There is a line at the top of the flash movie on the left, what is this? I'm almost positive it's there WITHIN the movie, there is no padding or cellspacing on any tables..

I don't know why this is happening, can anyone shed any light on this?

I'm using Macromedia Flash MX 2004.

I've tried dragging the flash movie up, past the top border.. I'm just lost.

Thanks in advance,
Nick

the_pm
11-23-2004, 01:55 PM
There's no way to go on a picture alone. We gotsta see the code. Can you share a link to the problem page?

P3RPL3XITY
11-23-2004, 01:57 PM
Pretty easy - I'd say common sense!
Reduce the Stage size by 1 pixel and have everything on the stage moved 1 pixel upwards.

the_pm
11-23-2004, 02:02 PM
That line extends well beyond the movie area, which leads me to believe it's an HTML/CSS-related issue, probably something having to do with browser inconsistencies and the box model, or something like that.

chihuahuabot
11-23-2004, 02:33 PM
agreed. that is not a flash issue but a problem with tables. try setting the cell to valign="top"

P3RPL3XITY
11-23-2004, 04:36 PM
It may not be a Html prob. You can check it out by

Having your flash movie bg color set to black and have your html file bg color set to red.

If the line above your flash shows black - it indeed is a flash problem. Follow up on my first post and you'll be fine then.