Recent content by Wenrich

  1. W

    Where can I find an html code that will allow visitors to upload their files for

    <a href="mailto:[email protected]/">Send Files</a> The coding is in html
  2. W

    Why wont the stop() actionscript command work in my flash movie?

    Like said before you must have a ; at the end of the stop. Example In frame 200 stop; I personally like to have it goto the root. So it would be _root.stop; which stops everything.
Back
Top