|
|||
|
chaler says:
Quote:
|
|
|||
|
Maybe you can use the "loadMovie" method of the "FlashPlayer" object to load your movie in FFish Script directly, without waiting for value of "appPath".
The new update of SWFKit will come out soon. It supports pack addtional files. You can extract any single file and get path of it conveniently. |
|
|||
|
You can also find the movies in this way:
Code:
var movies = getMovies(); var path_of_main_movie = movies[0]; var path_of_content_movie = movies[1]; |
|
|||
|
chaler says:
Quote:
|
|
|||
|
This is a really important issue and it should be added to the SWFKIT help file with clear examples. You reply:
Maybe you can use the "loadMovie" method of the "FlashPlayer" object to load your movie in FFish Script directly, without waiting for value of "appPath". This does not work, or we would not have this problem. You also say, The new update of SWFKit will come out soon. It supports pack addtional files. You can extract any single file and get path of it conveniently. It is out now but packing additional files makes the projector exe as big as all the files in the project (some 250MB in my case). The reply: var movies = getMovies(); var path_of_main_movie = movies[0]; var path_of_content_movie = movies[1]; sounds easier but seems to be lacking a way to get the directory information that leads to the subfolders on the CD. So far only chaler's solution makes sense to but it is complex. Can you explain exactly how to use var movies = getMovies(); var path_of_main_movie = movies[0]; var path_of_content_movie = movies[1]; ??? Vanuatu |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|