A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How can I use the load movie function?

  1. #1
    Junior Member
    Join Date
    Mar 2008
    Posts
    1

    How can I use the load movie function?

    I am not a coder and need explicit examples. The load_movie function does no longer work since 3DFA has become more AS compliant. Is there a resource library where you can see actual examples of using the load_movie function?

    Does the 3DFA script wizard build the load_movie function, if so, how?

    Sincerely,

    3Dee

  2. #2
    3DFA hobby scripter LewxX²'s Avatar
    Join Date
    Jul 2006
    Location
    Germany, Karlsruhe
    Posts
    198
    script wizard ?
    sorry for my bad school English
    btw. visit my Page: projects.lewxx.de
    or lewxx.de (<= German)

  3. #3
    Senior Member Zoranan's Avatar
    Join Date
    May 2008
    Posts
    126
    to load a move that will take the place of your root, type

    root.loadMovie("your_movie.swf");
    or
    loadMovie("your_movie.swf");

    to load a movie into a different element, type...

    you_element.loadMovie("your_movie.swf");

    Zoranan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center