|
ActionScript Reference Browser / Network
loadMovieNum
loadMovieNum
Entry Owner: David Emberton, Started: July 29, 2003
loadMovieNum is identical to loadMovie, except that it is specifically for level numbers, and cannot accept movie clip target paths.
loadMovieNum("url",level[, variables])
As with loadMovie, the URL is specified as a string, and optional variables can be supplied. However, the level is supplied as an integer (eg, 1, 2, 10).
See loadMovie for more information on loading SWFs and JPEG images.
|