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.

RE: [WSG] Embed a flash file 100%

2008-05-13 Thread Essential eBiz Solutions Ltd
); 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

Re: [WSG] Embed a flash file 100%

2008-05-13 Thread Joseph Ortenzi
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

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

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

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

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?

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

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

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

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

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

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

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.

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

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]