Author |
Topic |
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 12 Sep 2006 : 16:00:35
|
Hi,
My clients are still complaining about ?UGLY WHITE BLOCKS? appearing just before load, in the Opera browser! This happens, when I insert an SWF, into a DHE file!!
The example below is a: #000000 SWF stage, on a #000000 Html Backgrnd!
http://www.bjazz.eu/SQDHE/
Why do, I / we / they?. see an: #FFFFFF block, since I never used it!
I used only ?black? They want to see ?only? Black! I?ve been on many Flash Forums and on the Opara Forum, but in vain, nobody can help me with a real solution! [2 (==)]
Davide ?? ?someone?..Hell...llp
Thank you very much
Wald?lost?n [3 OO-7OO]
*edit* I've just recieved a mail, it's also visible in FFox!
*...[2 H:..(][2 ?:-|]
|
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 12 Sep 2006 17:00:15 |
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 12 Sep 2006 : 18:01:38
|
a less confusing one >> chck't out and toggle the F5 key
http://www.bjazz.eu/SQDHE2
I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? I need a solution badly? ..sadly [2 :-((]
* |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 12 Sep 2006 18:07:18 |
|
|
Fouch
Expert
Netherlands
84 Posts |
Posted - 12 Sep 2006 : 21:30:02
|
Is the background of the movie set to black, or did you put put a black square on a white background?
When the movie is a little big the page, when its white, loads first and after a while the content of the movie (the black square etc).
Fouch |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 12 Sep 2006 : 22:00:55
|
movie is black #000000 DHE bgcolor="#000000"
where I place an swf file, it becomes "FFFFFF" > white! [2 (==)]
*edit* If I do not find a solution "quickly" it will be > minus 3 customers [2 v]
*
|
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 12 Sep 2006 22:17:00 |
|
|
T00N
Super User
573 Posts |
Posted - 12 Sep 2006 : 23:17:47
|
What if:
create a small flash preloader that is visible until the larger flash file is completely loaded.
First file is only -say- 50k and small in size.
Larger second file is already loaded before it shows so there shouldn't be any white squares?! |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 13 Sep 2006 : 00:02:35
|
Hi, Toon
I tried all that stuff, even working on a full-screen ( 1280x1024)black, flash stage, but it is never nice! Sadly, sites where I use Flash, are mostly very dark ones!
I need a code that makes the rectangle, the same colour as the environment where it is placed on! In this case #000000, that would be great
But it?s 2 years now, that I?m looking for "a real" solution, tssss!! [2 :-((] even the best Flash specialists couldn't help me [3 0-70]
*edit I'm not the only one [2 :D] ...look at this (white square) monster
http://www.sufferincats.com/
lelijker kan toch niet [3 0-70]
*
|
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 13 Sep 2006 00:14:29 |
|
|
Edigital
Master
107 Posts |
Posted - 13 Sep 2006 : 00:35:50
|
Waldorf, Waldorf, Waldorf.. you have many questions (... [2 ??:-|])
I have a "tip" for you
try to put
<param name = "wmode" value="transparent">
into Generic flash object code in DHE..!
At least it works for me..[3 v]
Think Twice Think DHE !! |
Edited by - Edigital on 13 Sep 2006 00:44:45 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 13 Sep 2006 : 09:19:52
|
H? Digi!
http://bjazz.eu/SQDHE3
thanks 4the tip ...but you see I'm aware the "ugely white square" is still there! and does nothing for me..[3 0-70]
*
|
* "Happiness" is making -> The <- Choice! *
|
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 13 Sep 2006 : 10:06:59
|
Try this:
1. Open a new page in DHE 2. give it a: #000000 background colour (or an other colour, except white) 3. in the generic object tool > choose Flash 4. drag a big rectangle with it 5. the open dialogue box appears, but just click cancel! 6. congratulation you?ve just created an empty generic Flash item <code>
Now,do an (F11) preview ?.see what I mean?? That?s the problem at his best! Let ?s try to make it black, or match the used bgcolor=#"" [3 yes]
That rectangle "thing" has no reason, or usefulness, to be white [4 *]
I'm go'nna try to contact the guys from Macromedia itself. knock on wood, or Flash!! [2 H:)]
* |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 13 Sep 2006 13:20:48 |
|
|
Edigital
Master
107 Posts |
Posted - 13 Sep 2006 : 13:20:49
|
YES, YES I am a Genius!!! aleluya aleluya
Try this OBJECT code (important stuff are in red)
<object id="$NAME" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="$WIDTH" height="$HEIGHT"> <param name="movie" value="$FILE"> <param name="quality" value="high"> <param name="scale" value="ExactFit"> <param name="play" value="true"> <param name="loop" value="false"> <param name="wmode" value="transparent"> <embed src="$FILE" width="$WIDTH" height="$HEIGHT" wmode=transparent autoplay="true" loop="false" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="exactfit" quality="high" play="true"></object>
NOTE : You ONLY need TO ADD in both ::
<param name="wmode" value="transparent"> <embed src="$FILE" width="$WIDTH" height="$HEIGHT" wmode=transparent .....>
With only first line works in IE, but with embed... works for FFox and OPERA..!!! aleluya!!
Thinks twice think about me!!!
|
Edited by - Edigital on 13 Sep 2006 13:24:51 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 13 Sep 2006 : 13:39:34
|
JEZUS CHRYSLER..HOWLEYCOWEE-DINGEDONGKINGKONGUE...[2 :::::] This cann't be True![3 up][3 yes][3 up][2 :D]
[2 :::::] [2 :::::]
+ 3 clients..for sure[3 up][3 yes]
This is also a real "+++" for DHE, let's hope sDav. see this and make it a <DHE default code>
*
|
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 13 Sep 2006 14:35:03 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 13 Sep 2006 : 13:49:12
|
EDigitale E-Geniale willll be reworded with a blues song ...soon [3 yes]...[2 H:)]
* |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 13 Sep 2006 13:50:28 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 14 Sep 2006 : 16:38:57
|
<embed src="$FILE" width="$WIDTH" height="$HEIGHT" bgcolor="#000000" also does the trick! [3 yes]
but >> wmode=transparent, is the very Best, no more worrying! [3 up]
[3 (:-)]...soon
* |
* "Happiness" is making -> The <- Choice! *
|
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 14 Sep 2006 : 19:36:05
|
[3 (:-)]....
http://bjazz.eu/IF-CR.exe
[3 (:-)]...[3 up].....[2 :D] |
* "Happiness" is making -> The <- Choice! *
|
|
|
T00N
Super User
573 Posts |
Posted - 14 Sep 2006 : 19:57:29
|
exe files??? |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 14 Sep 2006 : 20:42:06
|
don't bother, it's for EGenial!
* |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 14 Sep 2006 20:42:40 |
|
|
Edigital
Master
107 Posts |
Posted - 15 Sep 2006 : 12:34:44
|
Yes, I have the file!!!, my blues!! Yes, I have the file!!!, my blues!! Yes, I have the file!!!, my blues!! Yes, I have the file!!!, my blues!! [2 H:)][2 H:)][2 H:)][2 H:)] But the password?? ()()()() ??[2 ?:-|][2 ?:-|][2 ?:-|]
|
Edited by - Edigital on 15 Sep 2006 12:36:45 |
|
|
Waldorf
Super User
Belgium
284 Posts |
Posted - 15 Sep 2006 : 16:13:59
|
look in y'r >> Private Messages |
* "Happiness" is making -> The <- Choice! *
|
Edited by - Waldorf on 15 Sep 2006 16:15:36 |
|
|
s.dav
Site Admin
Italy
3364 Posts |
Posted - 18 Sep 2006 : 10:08:17
|
Just seen the problem ;-) Yes, I'll make it the default code for flash objects ;-) |
Regards, Davide |
|
|
Edigital
Master
107 Posts |
Posted - 18 Sep 2006 : 12:42:23
|
Hello!! Waldorf, waldorf, waldorf...Thanks for the song!! !!!
Regards!!
|
|
|
|
Topic |
|