About Loading...

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 29th, 2003, 05:00
Highly Reputable Member
Join Date: Aug 2003
Location: Australia
Posts: 662
Thanks: 0
Thanked 0 Times in 0 Posts
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.

  #2 (permalink)  
Old Oct 29th, 2003, 08:01
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
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?
Closed Thread

Tags
loading

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 20:01.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43