This is a discussion on "About Loading..." within the Flash & Multimedia Forum section. This forum, and the thread "About Loading... are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
About Loading...
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
About Loading...
Ok, I have a loader that I use for many different movies. Instead of rewriting, and rewriting, and rewriting, can I not just put onLoad and then do that whole loadMovie ("http://www.loader.com", "_root.loader"). I was wondering if this would actually load the movie and not just the loader's movie.
|
|
|
|
|||
|
You can't load a movie from an URL like that as Flash can't load in HTML pages. You have to specify SWF files for flash to import, ok?
If you want to use it for many different movies then use a function: loadmovieFunk (moviename) { LoadMovie (moviename, "_root.loader") } If you then call this function: loadmovieFunk(news); then it'll load news.swf.... Get the idea? |
![]() |
| Tags |
| loading |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| applet not loading | joe3dge | Other Programming Languages | 0 | Aug 23rd, 2007 16:28 |
| Loading | octoberward | Starting Out | 7 | Aug 2nd, 2007 21:32 |
| loading jpgs | mac master | Flash & Multimedia Forum | 1 | May 29th, 2007 14:58 |
| loading | geyids | Flash & Multimedia Forum | 5 | Apr 29th, 2007 18:01 |
| Loading page | intermark | PHP Forum | 1 | Apr 21st, 2007 01:11 |