|
Taking this concept a bit further.... Images can serve as backgrounds
what about flash movies?
e.g.
#banner {
color: #E5E7B1; font-family: georgia, verdana, arial, sans-serif; font-size: x-large; font-weight: bold; padding: 15px 15px 5px 15px; background-image: url(http://karmakars.com/weblog/i/twig_head_red.jpg); position: relative; height: 92px; text-align: left; } I use this on my weblog
banner at http://www.karmakars.com/
If flash
could go in as a background-image: property wouldnt it be
nice
what I mean
is
background-image: url(http://karmakars.com/weblog/i/something_flashy.swf);
Unfortunately this doesnt
work!
Any work
around to this?
The reason I
insist on having the .swf as a background is then I can use text in the #banner
space.
Ofcourse one
option rightaway is to produce the .fla file and export it as animated gif but
wouldn't work well for good quality images!!
Regards, From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaime W Sent: Friday, 28 May 2004 2:04 AM To: [EMAIL PROTECTED] Subject: RE: [WSG] Making Flash Codes validate Thanks everyone. Why
can’t macromedia make flash validate grr! I did this using satay
method but not messing with the flash code as the flash is not done by me.
Seeing that it is only news and won’t take a long time to load by IE, hmmm I
could cheat a lil? <object type="application/x-shockwave-flash"
data="" width="126"
height="272"> <param name="movie"
value="../scripts/flash/scs_news.swf" /> </object> Will this work across
browsers? SO far I see it working on WIN – IE5.01+, Firefox, Opera
7 Best
Wishes, From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Reston Jaime - there's been a
lot of discussion about this issue. I'm currently using a method referred to as
the 'Flash Satay' method. There are several other methods (sorry - can't
locate URLs just not). All have their ups and downs. htmldog discusses the
issues a bit here: s:r -----Original
Message----- Hello
everyone I am facing some validation issues
(XHTML 1.0 Transitional) with the following flash object
codes: <OBJECT
classid="" codebase="" WIDTH=126 HEIGHT=272>
<PARAM NAME=movie
VALUE="scripts/flash/scs_news.swf"> <PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=opaque>
<PARAM NAME=bgcolor VALUE=#5D5329> <EMBED
src="" menu=false quality=high wmode=opaque
bgcolor=#5D5329 WIDTH=126 HEIGHT=272 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED> </OBJECT> It’s the 1st time I am
adding some flash content so am unsure of what’s right or
wrong. The demo page can be found here
http://designs.sodesires.com/scs/ Any pointers will be great.
Thanks. Best Wishes,
********************************************************************** |
- [WSG] Making Flash Codes validate Jaime W
- RE: [WSG] Making Flash Codes validate Scott Reston
- RE: [WSG] Making Flash Codes validate cc lee
- RE: [WSG] Making Flash Codes validate Rimantas Liubertas
- RE: [WSG] Making Flash Codes validate Scott Reston
- RE: [WSG] Making Flash Codes validate Jaime W
- Re: [WSG] Making Flash Codes validate Amit Karmakar
- Re: [WSG] Making Flash Codes validate Rob Cameron
