Embed flash movie in Dreamweaver extension

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Embed flash movie in Dreamweaver extension

    Hello mighty forum,

    I am developing a dreamweaver extension(Command type) inside which I want to
    embed a flash object(a simple swf animation). I am not sure whether I use the
    wrong code or it's the limitation of dreamweaver extension, I just can not
    embed a flash object inside the html file of this extension. I can see the
    embedded flash object if I call this html from a browser but can not see it if
    I call this html from Menu (Command-->extension name). I have tried both local
    and remote flash file and they have the problem.

    Anyone has any idea? Security issue or Dreamweaver extension doesn't allow
    embeding flash object?

    Thank you very much.

    hawkhuang Guest

  2. Similar Questions and Discussions

    1. Embed one Flash movie into another
      I have two flash movies (fm1 and fm2). fm2 is imported into fm1 and contains a function function test() { return(123); } fm1 also contains...
    2. Embed Flash in DW Extension
      Anyone Help!? I'm trying to embed a Flash SWF in a DW extension. So far, so good ( I put it in my Command html page between form tags and it...
    3. Auto Image Flash Extension for Dreamweaver
      Hi All, Would be really grateful if anyone can point me in the direction of an extension to do the following, we build eCommerce sites for...
    4. Flash Movie w/ Dreamweaver in IE
      I need some help getting Internet Explorer to show my flash movie. Everything looks fine in FireFox, but when I test it in IE my movies will not...
    5. flash movie plays in dreamweaver but not in IE
      I have a flash movie that I created and imported into my dreamweaver files. I can preview the movie in dreamweaver and it works great, but when I...
  3. #2

    Default Re: Embed flash movie in Dreamweaver extension

    try placing it within <form></form> tags....
    organicdigital 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