Want to thank and support me for my work?
Buy my iWebFAQ.org E-Book (15$) (reviews) (sample) or...
iWebFAQ.org is presented by Cédric and hosted by HostExcellence
It is currently Fri May 24, 2013 4:34 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
white rectangle in iframe at loading
Author Message
 Post subject: white rectangle in iframe at loading
PostPosted: Fri Dec 09, 2011 2:48 am 
Offline

Joined: Fri Dec 09, 2011 2:28 am
Posts: 3
Hi,
Nice FAQ.
I am looking for so a long time this answer .
my banners and some buttons are in iframes on pages of my website.
When you open the page, you can see a white rect (of the iframe) time of loading swf . But my background is black.
Should have to load a vignette pic in the flashplayer ?,or can i declare the bg of the iframe as balack colour.
What the others are doing ?, i never saw that problem on your website or others using and using so much flash (that Jobs was loving!)
I know that this happens for cssmenus (iweb beginners website), some people try to use window.location (strange solution)
i Need help forthis rect

Nothing to be here, but you should say in section backup of iweb in your your faq, to never open directly by dbleclick a domain file on the desk . I didn't (using not find file and idrop, theses did'nt speak to me ! i was not lazy !) I did, and lost 10 days of work , opening an old version o a domain file, losing all new adds.
Thank you anyway :ugeek:


Top
 Profile Send private message  
 
white rectangle in iframe at loading
Author Message
 Post subject: Re: white rectangle in iframe at loading
PostPosted: Fri Dec 09, 2011 8:24 pm 
Offline
Site Admin

Joined: Tue Jun 10, 2008 1:14 am
Posts: 1840
Location: Basel, Switzerland
Hi,

first you can set the background in the code you used to embed the Flash

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="468" height="60" id="mymoviename">
<param name="movie"
value="sample.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="sample.swf" quality="high" bgcolor="#ffffff"
width="468" height="60"
name="mymoviename" align="" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed>
</object>

#ffffff => #000000

If that doesn't work you can change the background color of the HTML Snippet

<html>
<head>
<style type="text/css">
body
{
background-color:#000000;
}
</style>
</head>
<body>
YOUR CONTENT HERE
</body>
</html>

Make sure you empty the cache of your browser and reload. If that doesn't work you would have to change the background in the Flash itself.

Regards,
Cédric

_________________
Thank you for visiting my websites:
http://iwebfaq.org - http://rapidweaverfaq.org - http://wpfaq.org - http://ebookstoretoday.com
All my websites are hosted by: HostGator


Top
 Profile Send private message  
 
white rectangle in iframe at loading
Author Message
 Post subject: Re: white rectangle in iframe at loading
PostPosted: Sat Dec 10, 2011 12:24 am 
Offline

Joined: Fri Dec 09, 2011 2:28 am
Posts: 3
Hi,
Super ! Black bg at the player is the Soluce, Great Thanks ! Vive la suisse !
Regards
Tigrenbois


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  






Want to support me for my work?

or buy my iWebFAQ.org E-Book (15$)

(reviews) (sample)

Thanks,
Cédric



 

This website is hosted by HostExcellence



© 2008, 2009 Powered by phpBB Group
Macinscott 3 style by Scott Stubblefield