[thelist] Help help help - Flash

Aleksey A. Samuleenkov lesha at lesha.ru
Fri Jul 23 05:08:52 CDT 2004


Try this:

<object type="application/x-shockwave-flash" data="your_flash_url" 
width="468" height="60" id="someflash">
<param name="movie" value="your_flash_url" />

<!-- It's a good thing to place here some code for
browsers without flash plugin. -->

</object>

And here are some of the useful params:
quality (low, medium, high)
menu (true, false)
bgcolor
wmode (transparent)


--
Aleksey A. Samuleenkov
mailto: lesha at lesha.ru


Chris Price wrote:
> Gordon
> 
> I've deleted the movie that you're referring to, its another movie that's my
> real concern.
> 
> Why doesn't Windows like this code:
> 
>         <object type="application/x-shockwave-flash"
> data="container.swf?path=index.swf" width="380" height="410" id="index">
>             <param name="index" value="container.swf?path=index.swf" />
>             <param name="bgcolor" value="#fff" />
>             <param name="quality" value="best" />
>         </object> 
> 
> The Flash is v5
> The page is xhtml1.0 strict
> 
> --
> Chris price


More information about the thelist mailing list