Can Dreamweaver call a Flash function?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Can Dreamweaver call a Flash function?

    Can a button in Dreamweaver (html) call a function in a swf file?

    Thanks
    Shane
    ShaneHoffa Guest

  2. Similar Questions and Discussions

    1. using dreamweaver API to call Java class
      I have been going through the Dreamweaver API's to see if :: there was one to invoke / call a java class to integrate a :: custom product with...
    2. Can JavaScript call a Flash function that I created?
      I've attached my function to this message. Must be intuitive enough. Now, can I call this function from outside the movie, in a simple link in...
    3. Flash MX 2004 Prof - Form application function call question
      I have a flashmx 2004 professional application using forms. I am able to call methods on my application form from child forms with no problem. ...
    4. Set Variable in a Flash Movie to a Lingo Function Call?
      Does anyone know if this is possible? On a button in an SWF that is loaded into Director I have on(release){ getURL(myVar, "_blank"); } ...
    5. How do I call an outer function from a class method function?
      I'm sorry guys but this is a bad day for me. I tried researching this one and was totally stonewalled (see...
  3. #2

    Default Re: Can Dreamweaver call a Flash function?

    You can use the Flashvars parameter to pass values to the Flash movie, which
    you could then use to call the function.

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "ShaneHoffa" <webforumsuser@macromedia.com> wrote in message
    news:d4jgqc$jsi$1@forums.macromedia.com...
    > Can a button in Dreamweaver (html) call a function in a swf file?
    >
    > Thanks
    > Shane

    Paul Whitham 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