I've got a swf file embeded like so:
And although it's a game, not a movie, I'm only going off of what I found with a google search. When I embed it like this, it gets white bars on the sides. I could just change the size, but the filename is being picked dynamically via PHP. Is there some way I could change the white bars to black? Or even better, transparent?HTML Code:<object width="550" height="400"> <param name="movie" value="file.swf"> <embed src="file.swf" width="550" height="400"> </embed> </object>


Reply With Quote
Bookmarks