Re: [WSG] Embed a flash file 100%

2008-05-14 Thread nate hanna
var so = new SWFObject(main.swf, main, 100%, 100%, 8, #ff);
The value of #ff is what is causing your white bg at the top; this ends
up being the bgcolor attribute of the embed tag and is used as the stage
background color in flash unless you set the window mode (wmode) to
transparent. Window mode defaults to opaque; meaning flashes stage color
is shown.

Some useful links:

   -
   http://blog.soulwire.co.uk/flash/actionscript-2/dynamic-positioning-part-two/
   - swffit - Smart Flash Resize Script http://swffit.millermedeiros.com/

- Nate Hanna


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

RE: [WSG] Embed a flash file 100%

2008-05-13 Thread Essential eBiz Solutions Ltd
Hi Laert,

Try this

 

div id=flashcontent
 
   strongYou need to upgrade your Flash Player/strong
   This is replaced by the Flash content. 
   Place your alternate content here and users without the Flash
plugin or with 
   Javascript turned off will see this. Content here allows you
to leave out codenoscript/code 
   tags. Include a link to a
href=fullpage.html?detectflash=falsebypass the detection/a if you wish.
/div

script type=text/javascript
   // ![CDATA[
   
   var so = new SWFObject(main.swf, main, 100%, 100%,
8, #ff);
   so.addVariable(flashVarText, this is passed in via
FlashVars for example only);
   so.addParam(scale, scale);
   so.addParam(quality, high);
   so.addParam(wmode, transparent);
   so.write(flashcontent);
   
   // ]]
/script

 

 

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Laert Jansen
Sent: 13 May 2008 02:58
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Embed a flash file 100%

 

I´ve already set the height to 100%. The flash file is 778 x 560 px 
I can´t find out why that white area is showing on the top.



On Mon, May 12, 2008 at 3:18 PM, Michael Persson [EMAIL PROTECTED] wrote:


Hi Laert,

I suggest you make it higher in order to fit 1024 768 screen in order to
eliminate the gap... im not a flash expert but I have published many sites
that are full size...

im using this, might make a difference

html, body {
   height: 100%;
   font-family:verdana;
}

michael



 :) thanks

 On Mon, May 12, 2008 at 2:09 PM, James Jeffery 
 [EMAIL PROTECTED] wrote:

 I had a quick peek but im having problems with this browser at college
 so
 i can't help until i get home

 Nice site btw.

 On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED]
 wrote:

  Hey, thanks a lot. Here´s what I´m working on
  http://www.laertjansen.com/zecafreitas/
 
  Would you mind to take a look? :) I have a problem. The flash is the
  black portion only and it should be at the top...I mean, there should
 not
  exist that white area.any ideia of what am I doing wrong?
 
  thanks a lot
 
  On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
  [EMAIL PROTECTED] wrote:
 
   SWFObject is currently the best way to go about embedding flash.
  
   On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED]
   wrote:
  
   
Hi Laert,
   
have a look at www.staff-jeans.com where I have a full flash site
wit ha
full flash independent on the screen size...
   
Michael
   
   
 Hello everyone.

 well, I´d like to know what´s the right way to embed a flash
 file
into the
 html without tables. The flash file is 100% width and height.

 Thanks a lot

 Laert

 --
 Laert Jansen
 www.laertjansen.com



***
 List Guidelines:
 http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]

***

   
   
   
   
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
   
   
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
 
 
 
  --
  Laert Jansen
  www.laertjansen.com
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Laert Jansen
 www.laertjansen.com


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED

Re: [WSG] Embed a flash file 100%

2008-05-13 Thread Joseph Ortenzi

nonsense!

You needn't use JS for this as it can be done without JS.

http://www.alistapart.com/articles/flashsatay/

Joe

On May 13, 2008, at 08:55, Essential eBiz Solutions Ltd wrote:


Hi Laert,
Try this

div id=flashcontent

   strongYou need to upgrade your Flash Player/strong
   This is replaced by the Flash content.
   Place your alternate content here and users without  
the Flash plugin or with
   Javascript turned off will see this. Content here  
allows you to leave out codenoscript/code
   tags. Include a link to a href=fullpage.html? 
detectflash=falsebypass the detection/a if you wish.

/div

script type=text/javascript
   // ![CDATA[

   var so = new SWFObject(main.swf, main, 100%,  
100%, 8, #ff);
   so.addVariable(flashVarText, this is passed in via  
FlashVars for example only);

   so.addParam(scale, scale);
   so.addParam(quality, high);
   so.addParam(wmode, transparent);
   so.write(flashcontent);

   // ]]
/script


From: [EMAIL PROTECTED]  
[mailto:[EMAIL PROTECTED] On Behalf Of Laert Jansen

Sent: 13 May 2008 02:58
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] Embed a flash file 100%

I´ve already set the height to 100%. The flash file is 778 x 560 px
I can´t find out why that white area is showing on the top.

On Mon, May 12, 2008 at 3:18 PM, Michael Persson [EMAIL PROTECTED]  
wrote:


Hi Laert,

I suggest you make it higher in order to fit 1024 768 screen in  
order to
eliminate the gap... im not a flash expert but I have published many  
sites

that are full size...

im using this, might make a difference

html, body {
   height: 100%;
   font-family:verdana;
}

michael


 :) thanks

 On Mon, May 12, 2008 at 2:09 PM, James Jeffery 
 [EMAIL PROTECTED] wrote:

 I had a quick peek but im having problems with this browser at  
college

 so
 i can't help until i get home

 Nice site btw.

 On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED] 


 wrote:

  Hey, thanks a lot. Here´s what I´m working on
  http://www.laertjansen.com/zecafreitas/
 
  Would you mind to take a look? :) I have a problem. The flash  
is the
  black portion only and it should be at the top...I mean, there  
should

 not
  exist that white area.any ideia of what am I doing wrong?
 
  thanks a lot
 
  On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
  [EMAIL PROTECTED] wrote:
 
   SWFObject is currently the best way to go about embedding  
flash.

  
   On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED] 


   wrote:
  
   
Hi Laert,
   
have a look at www.staff-jeans.com where I have a full  
flash site

wit ha
full flash independent on the screen size...
   
Michael
   
   
 Hello everyone.

 well, I´d like to know what´s the right way to embed a  
flash

 file
into the
 html without tables. The flash file is 100% width and  
height.


 Thanks a lot

 Laert

 --
 Laert Jansen
 www.laertjansen.com



 
***

 List Guidelines:
 http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]

 
***


   
   
   
   
 
***

List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/ 
unsubscribe.cfm

Help: [EMAIL PROTECTED]
 
***

   
   
  

***

   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]

***

  
 
 
 
  --
  Laert Jansen
  www.laertjansen.com
 
   
***

  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
   
***

 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Laert Jansen
 www.laertjansen.com


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] Embed a flash file 100%

2008-05-13 Thread jay

From: Laert Jansen [EMAIL PROTECTED]
Date: Mon, 12 May 2008 22:58:03 -0300
Subject: Re: [WSG] Embed a flash file 100%

I´ve already set the height to 100%. The flash file is 778 x 560 px
I can´t find out why that white area is showing on the top.

If you make the height:100% then it is 100% of the parent - since your 
flash file does not stretch to the that height the background shows 
which you have declared as white:
var so = new SWFObject(main.swf, main, 100%, 100%, 8, 
#ff); --


You need to either make the background black or set the height of 
#flashcontent to the height of the flash content.


j





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Embed a flash file 100%

2008-05-13 Thread Laert Jansen
the problem isn´t the color of that areais that that area shouldn´t
exist..I left it white on purpose just to show the area apart from
the rest...

On Mon, May 12, 2008 at 11:20 PM, Andrew Maben [EMAIL PROTECTED]
wrote:

 On May 12, 2008, at 9:58 PM, Laert Jansen wrote:

 I can´t find out why that white area is showing on the top


 Well, I'm pretty out of touch with Flash, but looking at your page source
 I was struck by:

 var so = new SWFObject(main.swf, main, 100%, 100%, 8,
 #ff);

 Could that #ff have anything to do with it?

 Andrew

 http://www.andrewmaben.net
 [EMAIL PROTECTED]

 *In a well designed user interface, the user should not
 need instructions.*



 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Laert Jansen
www.laertjansen.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-13 Thread Rick Lecoat

On 13 May 2008, at 11:39, jay wrote:

If you make the height:100% then it is 100% of the parent - since  
your flash file does not stretch to the that height the background  
shows which you have declared as white:
var so = new SWFObject(main.swf, main, 100%, 100%, 8,  
#ff); --


You need to either make the background black or set the height of  
#flashcontent to the height of the flash content.


On 13 May 2008, at 17:49, Laert Jansen wrote:

the problem isn´t the color of that areais that that area  
shouldn´t exist..I left it white on purpose just to show the  
area apart from the rest...



Leart;

What Jay was saying (I think) is that your SWFObject setup is coded to  
go full screen. Your  flash file (778 x 560 px) will scale to fit but  
only with it's original height:width ratio. So unless your browser  
viewport is precisely the same ratio of heigh to width as the flash  
file, you will get 'dead space' either top and bottom or on each side.  
Like if you watch a widescreen film on a traditional-size (4:3) TV,  
you get black bands top and bottom.


--
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Embed a flash file 100%

2008-05-12 Thread Laert Jansen
Hey, thanks a lot. Here´s what I´m working on
http://www.laertjansen.com/zecafreitas/

Would you mind to take a look? :) I have a problem. The flash is the black
portion only and it should be at the top...I mean, there should not exist
that white area.any ideia of what am I doing wrong?

thanks a lot

On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
[EMAIL PROTECTED] wrote:

 SWFObject is currently the best way to go about embedding flash.

 On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED] wrote:

 
  Hi Laert,
 
  have a look at www.staff-jeans.com where I have a full flash site wit ha
  full flash independent on the screen size...
 
  Michael
 
 
   Hello everyone.
  
   well, I´d like to know what´s the right way to embed a flash file into
  the
   html without tables. The flash file is 100% width and height.
  
   Thanks a lot
  
   Laert
  
   --
   Laert Jansen
   www.laertjansen.com
  
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
 
 
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Laert Jansen
www.laertjansen.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-12 Thread James Jeffery
I had a quick peek but im having problems with this browser at college so i
can't help until i get home

Nice site btw.

On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED] wrote:

 Hey, thanks a lot. Here´s what I´m working on
 http://www.laertjansen.com/zecafreitas/

 Would you mind to take a look? :) I have a problem. The flash is the black
 portion only and it should be at the top...I mean, there should not exist
 that white area.any ideia of what am I doing wrong?

 thanks a lot

 On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
 [EMAIL PROTECTED] wrote:

  SWFObject is currently the best way to go about embedding flash.
 
  On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED]
  wrote:
 
  
   Hi Laert,
  
   have a look at www.staff-jeans.com where I have a full flash site wit
   ha
   full flash independent on the screen size...
  
   Michael
  
  
Hello everyone.
   
well, I´d like to know what´s the right way to embed a flash file
   into the
html without tables. The flash file is 100% width and height.
   
Thanks a lot
   
Laert
   
--
Laert Jansen
www.laertjansen.com
   
   
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
   
  
  
  
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
  
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 



 --
 Laert Jansen
 www.laertjansen.com

 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-12 Thread Laert Jansen
:) thanks

On Mon, May 12, 2008 at 2:09 PM, James Jeffery 
[EMAIL PROTECTED] wrote:

 I had a quick peek but im having problems with this browser at college so
 i can't help until i get home

 Nice site btw.

 On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED]
 wrote:

  Hey, thanks a lot. Here´s what I´m working on
  http://www.laertjansen.com/zecafreitas/
 
  Would you mind to take a look? :) I have a problem. The flash is the
  black portion only and it should be at the top...I mean, there should not
  exist that white area.any ideia of what am I doing wrong?
 
  thanks a lot
 
  On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
  [EMAIL PROTECTED] wrote:
 
   SWFObject is currently the best way to go about embedding flash.
  
   On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED]
   wrote:
  
   
Hi Laert,
   
have a look at www.staff-jeans.com where I have a full flash site
wit ha
full flash independent on the screen size...
   
Michael
   
   
 Hello everyone.

 well, I´d like to know what´s the right way to embed a flash file
into the
 html without tables. The flash file is 100% width and height.

 Thanks a lot

 Laert

 --
 Laert Jansen
 www.laertjansen.com



***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]

***

   
   
   
   
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
   
   
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
 
 
 
  --
  Laert Jansen
  www.laertjansen.com
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Laert Jansen
www.laertjansen.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-12 Thread Michael Persson

Hi Laert,

I suggest you make it higher in order to fit 1024 768 screen in order to
eliminate the gap... im not a flash expert but I have published many sites
that are full size...

im using this, might make a difference

html, body {
height: 100%;
font-family:verdana;
}

michael


 :) thanks

 On Mon, May 12, 2008 at 2:09 PM, James Jeffery 
 [EMAIL PROTECTED] wrote:

 I had a quick peek but im having problems with this browser at college
 so
 i can't help until i get home

 Nice site btw.

 On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED]
 wrote:

  Hey, thanks a lot. Here´s what I´m working on
  http://www.laertjansen.com/zecafreitas/
 
  Would you mind to take a look? :) I have a problem. The flash is the
  black portion only and it should be at the top...I mean, there should
 not
  exist that white area.any ideia of what am I doing wrong?
 
  thanks a lot
 
  On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
  [EMAIL PROTECTED] wrote:
 
   SWFObject is currently the best way to go about embedding flash.
  
   On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED]
   wrote:
  
   
Hi Laert,
   
have a look at www.staff-jeans.com where I have a full flash site
wit ha
full flash independent on the screen size...
   
Michael
   
   
 Hello everyone.

 well, I´d like to know what´s the right way to embed a flash
 file
into the
 html without tables. The flash file is 100% width and height.

 Thanks a lot

 Laert

 --
 Laert Jansen
 www.laertjansen.com



***
 List Guidelines:
 http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]

***

   
   
   
   
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
   
   
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
 
 
 
  --
  Laert Jansen
  www.laertjansen.com
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




 --
 Laert Jansen
 www.laertjansen.com


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Embed a flash file 100%

2008-05-12 Thread Laert Jansen
I´ve already set the height to 100%. The flash file is 778 x 560 px
I can´t find out why that white area is showing on the top.


On Mon, May 12, 2008 at 3:18 PM, Michael Persson [EMAIL PROTECTED] wrote:


 Hi Laert,

 I suggest you make it higher in order to fit 1024 768 screen in order to
 eliminate the gap... im not a flash expert but I have published many sites
 that are full size...

 im using this, might make a difference

 html, body {
height: 100%;
font-family:verdana;
 }

 michael


  :) thanks
 
  On Mon, May 12, 2008 at 2:09 PM, James Jeffery 
  [EMAIL PROTECTED] wrote:
 
  I had a quick peek but im having problems with this browser at college
  so
  i can't help until i get home
 
  Nice site btw.
 
  On Mon, May 12, 2008 at 5:49 PM, Laert Jansen [EMAIL PROTECTED]
  wrote:
 
   Hey, thanks a lot. Here´s what I´m working on
   http://www.laertjansen.com/zecafreitas/
  
   Would you mind to take a look? :) I have a problem. The flash is the
   black portion only and it should be at the top...I mean, there should
  not
   exist that white area.any ideia of what am I doing wrong?
  
   thanks a lot
  
   On Sat, May 10, 2008 at 4:11 PM, James Jeffery 
   [EMAIL PROTECTED] wrote:
  
SWFObject is currently the best way to go about embedding flash.
   
On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED]
wrote:
   

 Hi Laert,

 have a look at www.staff-jeans.com where I have a full flash site
 wit ha
 full flash independent on the screen size...

 Michael


  Hello everyone.
 
  well, I´d like to know what´s the right way to embed a flash
  file
 into the
  html without tables. The flash file is 100% width and height.
 
  Thanks a lot
 
  Laert
 
  --
  Laert Jansen
  www.laertjansen.com
 
 
 

 ***
  List Guidelines:
  http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
 

 ***
 





 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]

 ***


   
***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***
   
  
  
  
   --
   Laert Jansen
   www.laertjansen.com
  
   ***
   List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
   Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
   Help: [EMAIL PROTECTED]
   ***
  
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 
 
 
 
  --
  Laert Jansen
  www.laertjansen.com
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




-- 
Laert Jansen
www.laertjansen.com


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-12 Thread Andrew Maben

On May 12, 2008, at 9:58 PM, Laert Jansen wrote:


I can´t find out why that white area is showing on the top


Well, I'm pretty out of touch with Flash, but looking at your page  
source I was struck by:


var so = new SWFObject(main.swf, main, 100%, 100%, 8,  
#ff);


Could that #ff have anything to do with it?

Andrew

http://www.andrewmaben.net
[EMAIL PROTECTED]

In a well designed user interface, the user should not need  
instructions.





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-11 Thread Rick Lecoat

On 10 May 2008, at 05:05, Rahul Gonsalves wrote:

Have you looked at SWFObject [1]? It has worked well for me in the  
past.


+1 for SWFObject here, with the disclaimer that it's moved on in  
recent months and I've not had occasion to use the updated version.  
But I always found its earlier incarnation excellent, especially since  
it provides a plain HTML fallback for anybody who doesn't have Flash  
or who doesn't have Javascript active (that also provides a way to  
make the text from your flash files available to search engines, at  
least for smallish sites). I believe that the newer version provides  
an alternative implementation method that removes the JS reliance, but  
I could be wrong about that.


--
Rick Lecoat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Embed a flash file 100%

2008-05-10 Thread Michael Persson

Hi Laert,

have a look at www.staff-jeans.com where I have a full flash site wit ha
full flash independent on the screen size...

Michael


 Hello everyone.

 well, I´d like to know what´s the right way to embed a flash file into the
 html without tables. The flash file is 100% width and height.

 Thanks a lot

 Laert

 --
 Laert Jansen
 www.laertjansen.com


 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] Embed a flash file 100%

2008-05-10 Thread James Jeffery
SWFObject is currently the best way to go about embedding flash.

On Sat, May 10, 2008 at 7:28 PM, Michael Persson [EMAIL PROTECTED] wrote:


 Hi Laert,

 have a look at www.staff-jeans.com where I have a full flash site wit ha
 full flash independent on the screen size...

 Michael


  Hello everyone.
 
  well, I´d like to know what´s the right way to embed a flash file into
 the
  html without tables. The flash file is 100% width and height.
 
  Thanks a lot
 
  Laert
 
  --
  Laert Jansen
  www.laertjansen.com
 
 
  ***
  List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
  Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
  Help: [EMAIL PROTECTED]
  ***
 




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: [EMAIL PROTECTED]
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***


Re: [WSG] Embed a flash file 100%

2008-05-09 Thread Rahul Gonsalves

On 10-May-08, at 6:29 AM, Laert Jansen wrote:

well, I´d like to know what´s the right way to embed a flash file  
into the html without tables. The flash file is 100% width and height.


Have you looked at SWFObject [1]? It has worked well for me in the past.

Best,
 - Rahul.

[1] http://code.google.com/p/swfobject/wiki/documentation

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***