Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dkmanley #1
using <embed/>
I am using DW to insert a Flash SWF file into a div. When using validate I get
the follwing error:
Warning: Attributes and values for the EMBED tag vary by plug-in. Please
check that all attributes and values are valid. [Microsoft Internet Explorer
5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0, Netscape
Navigator 6.0]
It looks OK when viewed in IE6 but it's messed up when viewed with FireFox.
here is the link and code:
CODE= <div id="container">
<div id="flash_panel">
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="780" height="150">
<param name="movie" value="Flash/main_page_flash.swf">
<param name="quality" value="high">
<embed src="Flash/main_page_flash.swf" width="776" height="150"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
</object>
</p>
</div>
LINK: [url]http://localhost/calculex/products_main.html[/url]
:confused;:cool;:disgust;:cool;:confused;
dkmanley Guest
-
Embed Fonts
When I create a PDF out of File Maker Pro by either printing or saving as a PDF, the fonts do not display correctly on other computers. Are they not... -
how do I embed LPI
Yassy, could you explain how to do that? -
Embed CSS into another CSS
I found a way to embed a CSS into another CSS, but it only works in IE. Does anyone know a cross browser way of doing it? the IE specific code is... -
How do I embed QTs in the projector?
I have 175 quicktime movies in my interactive cd. I imported them into the cast and all the programming is fine. When I create a projector it... -
Is <EMBED> necessary?
I'm realizing that the 23 html validator doesn't recognize the "src" attribute of hte embed tag and so was wondering if I should drop the embed... -
Murray *TMM* #2
Re: using <embed/>
[url]http://blog.deconcept.com/2005/03/31/proper-flash-embedding-flashobject-best-practices[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"dkmanley" <webforumsuser@macromedia.com> wrote in message
news:dnuso1$4a4$1@forums.macromedia.com...>I am using DW to insert a Flash SWF file into a div. When using validate I
>get
> the follwing error:
>
> Warning: Attributes and values for the EMBED tag vary by plug-in. Please
> check that all attributes and values are valid. [Microsoft Internet
> Explorer
> 5.0, Microsoft Internet Explorer 5.5, Microsoft Internet Explorer 6.0,
> Netscape
> Navigator 6.0]
> It looks OK when viewed in IE6 but it's messed up when viewed with
> FireFox.
> here is the link and code:
>
> CODE= <div id="container">
> <div id="flash_panel">
> <p>
> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=6,0,29,0" width="780" height="150">
> <param name="movie" value="Flash/main_page_flash.swf">
> <param name="quality" value="high">
> <embed src="Flash/main_page_flash.swf" width="776" height="150"
> quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
> type="application/x-shockwave-flash"></embed>
> </object>
> </p>
> </div>
>
> LINK: [url]http://localhost/calculex/products_main.html[/url]
> :confused;:cool;:disgust;:cool;:confused;
>
Murray *TMM* Guest



Reply With Quote

