Hello, im trying to put a flash object inside an iframe (so its used like a container) But the flash object will only be in the upper left corner if your using Firefox. Both in IE and opera the flash file will go a little to the left and down..
This is how the iframe look like:
<iframe src="<URL here" width="<width here>" height="<height here>" allowtransparency="" scrolling="no" align="middle" frameborder="0"></iframe>';
I also tried to give it an align="left" but it didnt work.
Everything is done dynamically and im using the flash objects width and height as the height and width of the iframe.. So the flash object and iframe have the same size.
The only thing thats in the container is the flash object..







Bookmarks