|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
loadMovie problems!
Hey,
Ive been having some problems with my site. My site contains multiple swf files, one which is a nav bar.. sometimes when I click on a link on the nav bar, the swf does not load up but most of the time it does. my code is simple, basicly : on (release) { loadMovie("portfolio.swf", "_root.content"); } Should I add something else? to ensure the movie loaded?? What is the most efficient way of loading a swf? Thanks! Leonardo |
|
#2
|
|||
|
|||
|
Referring to the actionscript dictionary and looking at loadmovie(), it has this:
Quote:
So I think the problem might be in using quotes around the target. I've had problems with loadMovie before so I just use loadMovieNum() and specify a level (greater than or equal to 1) which works just like different layers (0 referring to the root timeline). And you can use unloadMovieNum() just as easy. Hope this helps, panhead490 |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > loadMovie problems! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|