Click to See Complete Forum and Search --> : html page - cut flash from the top


wasssu
05-17-2009, 07:24 AM
I have a flash animation (.swf) in a html page starting from the top of the page, center.
I don't want to show the all animation, i want to "cut" the top (height), i only want to show 70% of the .swf's height. How can i do that?

Thanks.

Anrkist
05-17-2009, 11:03 AM
*laugh* well, you could always just cut the file up in Flash... but if you didn't make it, it could be a problem.

I'll let you figure out the math, but put the swf file in a table. Then give that table a negative margin-top using the style command. style="margin-top:-20px;" for example.