
February 21st, 2012, 05:05 AM
|
|
Gotta get to the next screen..
|
|
Join Date: Nov 2003
Location: Legion of Dynamic Discord
|
|
If you just want to cut off the bottom of the Flash file then you could use CSS and set overflow to hidden:
Code:
#flash-wrapper
{
display: block;
width: 400px;
height: 640px;
overflow: hidden;
}
Apart from that, you would have to alter the SWF which means getting the source file(s).
__________________
Quis custodiet ipsos custodes?
|