How to control Flash from JS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Woitzik

    How to control Flash from JS

    Hi,

    does anybody know how I am able to control Flash Movies from html
    or JavaScript? For example, I want a movie go to a specific frame
    each time I open the html file where it is embedded.

    Thanks


  • Klaus Johannes Rusch

    #2
    Re: How to control Flash from JS

    Martin Woitzik wrote:
    [color=blue]
    > does anybody know how I am able to control Flash Movies from html
    > or JavaScript? For example, I want a movie go to a specific frame
    > each time I open the html file where it is embedded.[/color]

    HTML: Place the object and embed tags in the appropriate frame.
    JavaScript: Write out the object and embed tag to the frame, for example
    top.yourframe.d ocument.write(. ..)

    --
    Klaus Johannes Rusch
    KlausRusch@atme dia.net

    Comment

    • Michael Winter

      #3
      Re: How to control Flash from JS

      On Sun, 25 Apr 2004 18:15:00 +0000, Klaus Johannes Rusch
      <KlausRusch@atm edia.net> wrote:
      [color=blue]
      > Martin Woitzik wrote:
      >[color=green]
      >> does anybody know how I am able to control Flash Movies from html
      >> or JavaScript? For example, I want a movie go to a specific frame
      >> each time I open the html file where it is embedded.[/color]
      >
      > HTML: Place the object and embed tags in the appropriate frame.
      > JavaScript: Write out the object and embed tag to the frame, for example
      > top.yourframe.d ocument.write(. ..)[/color]

      I would assume that the OP is referring to video/animation frames, not
      HTML frames.

      Mike

      --
      Michael Winter
      M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

      Comment

      • Klaus Johannes Rusch

        #4
        Re: How to control Flash from JS

        Michael Winter wrote:
        [color=blue]
        > I would assume that the OP is referring to video/animation frames, not
        > HTML frames.[/color]

        Information how to control Flash movies from JavaScript is available on
        the Macromedia Web site
        <URL:http://www.macromedia. com/support/flash/publishexport/scriptingwithfl ash/scriptingwithfl ash_03.html>

        --
        Klaus Johannes Rusch
        KlausRusch@atme dia.net

        Comment

        Working...