Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. how do I embed LPI
      Yassy, could you explain how to do that?
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139