Welcome, Guest. Please login or register.
Did you miss your activation email?
05/21/12, 03:35
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  General Conversation (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis, Mattias Robo)
| | |-+  Firefox problem with the size of flash intro
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Firefox problem with the size of flash intro  (Read 3169 times)
aanimeri
Server what's that
*
Posts: 2


View Profile Email
« on: 04/22/05, 07:28 »

 I have a flash intro on my www.rautalaiva.fi
When using MS IE 6, the flash intro fills all the browser window, as I wish.
When using Firefox 1, the intro is matchbox size - too small - on the window.
I use Flash 7.2. and have published with 100 percent dimensions.

I was advised to make table around the embed tag, where the swf-file is located.

I tried the html-solution by adding table around the embed-tag
The flash intro grew a few millimeters larger in firefox browser.
So I was not able to gain much progress

below my html-table-code:

<table width="100%" height="100%"><tr><td height="100%" width="100%">
<embed src="../flash/rautalaiva.swf" loop="false" quality="high" bgcolor="#ffffff" width="100%" height="100%" name="rautalaiva" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</td></tr></table>

Has anybody any ideas how to proceed?
Logged
vesa kortelainen
Administrator
Systems Administrator
*****
Posts: 3450


View Profile
« Reply #1 on: 04/22/05, 07:57 »

hi,

I notice same thing when trying to use 100% SWF with Firefox 0.9 and Up.

Work-around: The current workaround to this issue is to remove the following XHTML code from the top of the HTML file:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

http://www.macromedia.com/go/91d5f5d7

same in Finnish:

Joo, mä oon huomannu saman firefox versioissa 0.9 ja ylös. Poista sieltä html-sivun alusta toi <!DOCTYPE> tägi, se näyttää sotkevan..lisää tietoa aiheesta täältä

Best regards,
Vesa
« Last Edit: 04/22/05, 12:24 by vesa kortelainen » Logged
aanimeri
Server what's that
*
Posts: 2


View Profile Email
« Reply #2 on: 04/25/05, 02:13 »

Thank You very much - paljon kiitoksia!

Removing <doctype - tag was the correct fix.
Also no <table>-tags needed as advised in an earlier solution.

With best regards Timo
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!