Posts: 23
Location: Arganda, Madrid, Spain
|
Quote:
Originally Posted by thosecars82
Hello LadynRed.
Thanks for your reply. In fact, I just saw it and I thought, yeah, that makes sense. But after commenting the line of 700px I have come to the look that made me put that 700px measure. Why? Because now that the line with the 700px measure is commented, if I browse the site with firefox 3, I can see that the presentation is extremely small in comparison to the same flash presentation in Ie6 or safari. Actually all the sizes are different for the flash presentation depending on the browser:
size in ie6>size in safari > size in firefox. You can check this now because I left it as you told me so you can check what I mean.
Do you have any suggestion?
I have to thank you for your suggestion because what it at least has done is joining the footer with the flash object no matter the browser used which is something that I was pursuing.
Look forward to seeing your reply.
Thanks again.
|
In the end, I found the solution to this thread.
I just had to remove the embed tag from the flash objects. Moreover, I had to replace the line
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="70%" height="70%" id="movie" align="middle">
with the line
<object data='movie.swf' type='application/x-shockwave-flash' width='700' height='376'>
Now it seems that the size of the flash object is the same no matther the browser used.
Thanks for you help and hope that this might be useful for other people.
|