flash feelings

Out of context: Reply #4

  • Started
  • Last post
  • 4 Responses
  • unfittoprint0

    If you need to pass variable values to flash, you can do it when the flash movie is loaded by inserting the values in the url of the movie. This seems to work on all browsers, even browsers that do not support fscommand.

    example:
    PARAM NAME=movie VALUE= "movie.swf?frame=content"

    this will create a variable 'frame' to the root of the movie with the value 'content'. Remember to urlencode the values, or netscape will not load the movie.

View thread