Embed Flash in DW Extension

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

  1. #1

    Default 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 appears). Now I'd like it to
    communicate back with the JavaScript engine inside DW.

    Anyone know how? I know that Neil Clark made an extension a while back that
    somehow invoked another Command html page and even passed parameters. I
    downloaded it and took it apart but could not look inside the swf source. Did
    he use fscommand? Is AS3 supported via ExternalInterface? I've had no luck!
    Good 'ol fscommand seems to throw an obscure error: "document.embeds has no
    properties".



    scarroll Guest

  2. Similar Questions and Discussions

    1. 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...
    2. Embed applet in Flash, possible?
      Hi All I have a quite weird question here maybe, but if that's possible to embed a java applet into Flash? Anyone can give me a hint? Thanks a...
    3. CF in Embed for Flash
      I want to replace the flash object emb src and value with results from a query. I don't know if this is possible. I am providing an example of what...
    4. Is there a way to embed a database into Flash?
      Hi, I'm working on an offline application and I need an extension (or third party software) for flash that allows me to embed a database. This...
    5. No <Object> in Flash embed
      Someone I think had posted once before about the fact that there was a way to have flash on a web page without using the <object> part for the...
  3. #2

    Default Re: Embed Flash in DW Extension

    Does anyone have any idea how this is done? The start page for Dreamweaver is
    also a Flash SWF file called welcome.swf, that in turn invokes various dw API
    calls. Trouble is, I have no idea what command they are using MMExecute,
    getURL, fscommand?

    scarroll 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