Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
- dannbeckett #1
Transparent SWF in published HTML file Hi,
Is there a way to make the background of a swf transparent for use in an HTML file which background is sky blue
[h](#82C0FF)[/h]
Thanks alot,
Dannbeckett.
dannbeckett Guest
-
xml menu not showing in published html
Hi all my problem is that when iam trying to publish an flash project containing a dynamic xml menu as html file ,the menu is not showing although... -
Published fla file not running correctly
I have created a fla file in Flash. Within this fla file I imported a swf file to run when the file is opened. I have published this file to... -
Published html to send by e-mail
I created a Newsletter (containing various text boxes, pictures and titles) on Publisher, then in outlook I selected New Mail message, open and... -
Published Flash File
I've imported a .swf into dreamweaver as always, but the file is big enough where when you first load the page on the net, the flash file shows up in... -
Flash file with transparent background
Hello! I want my imported flashfile to have transparent background. But how! I have tried this... - Laiverd.COM #2
Re: Transparent SWF in published HTML file Have a look at the wmode parameter in the manual.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
- dannbeckett #3
Re: Transparent SWF in published HTML file Hi,
Thanks for that. I've since found a solution in the HTML coding:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=7,0,0,0" width="626" height="41" id="top" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="top.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="[h]#ffffff[/h]" />
<embed src="top.swf" quality="high" bgcolor="#ffffff" width="502" height="33"
name="top" align="middle" allowScriptAccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
Change the #ffffff to #82C0FF
Thanks,
dannbeckett
dannbeckett Guest
- Laiverd.COM #4
Re: Transparent SWF in published HTML file Well that's not transparent but since it works for you > glad it worked out.
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
- Rob De Vries #5
Re: Transparent SWF in published HTML file transparency only works in IE !
"Laiverd.COM" <[email protected]> wrote in message
news:c1r4gs$enl$[email protected]..out.> Well that's not transparent but since it works for you > glad it worked-->
> John
>
> --
> ----------------------------------------------------------------------------> -----------
> RESOURCES
> [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
> ----------------------------------------------------------------------------> -----------
> TUTORIALS at
> [url]www.laiverd.com[/url]
> Flash & PHP Emailform
> Using textfiles in Flash
> --------------------------------------------------------------------------> -----------
>
>
Rob De Vries Guest
- Laiverd.COM #6
Re: Transparent SWF in published HTML file That is not exactly true anymore. Suprised me also soem time ago ;-)
The following browsers currently support windowless mode:
Windows and Mac OS X
Internet Explorer 3 or higher (Windows)
Internet Explorer 5.1* and 5.2* (Macintosh)
Netscape 7.0*
Mozilla 1.0 or higher*
AOL*
CompuServe*
Copy/paste from:
[url]http://www.macromedia.com/support/flash/ts/documents/wmode.htm[/url]
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
- dannbeckett #7
Re: Transparent SWF in published HTML file [Q]transparency only works in IE ![/Q]
By that, do you you mean my way of "transparency" or the wmode version?
[Q]Have a look at the wmode parameter in the manual.[/Q]
I downloaded my version of FMX04 and bought a serial from Macromedia. Is this
a true transparency method? I.E. So I don't have to change the HTML bgcolor
paramater each time I change the background colour of my page. It'd be in the
help files wouldn't it?
Thanks, dannbeckett!
dannbeckett Guest
- Laiverd.COM #8
Re: Transparent SWF in published HTML file wmode was meant. As to the second question: yes and yes, but still mind
those browsers that do not support wmode (if need be of course)
John
--
----------------------------------------------------------------------------
-----------
RESOURCES
[url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
----------------------------------------------------------------------------
-----------
TUTORIALS at
[url]www.laiverd.com[/url]
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------
Laiverd.COM Guest
- dannbeckett #9
Re: Transparent SWF in published HTML file thanks for that but as 95% of users use ie, i wil go with wmode.
thanks again, dannbeckett.
dannbeckett Guest




