|
|
 |
RE: FN-FORUM flash
date posted 1st October 2002 15:37
put this on a movie clip on the first frame, make sure the movieclip only
exists on the first frame otherwise u will be telling the movie to play
every frame
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (_root.getBytesLoaded >= _root.getBytesTotal) {
_root.play();
}
}
hth
nick
http://www.ibme.co.uk
-----Original Message-----
From: [EMAIL REMOVED]
[EMAIL REMOVED] Behalf Of Thomas Web Design
Sent: 01 October 2002 14:38
To: Freelancers
Subject: FN-FORUM flash
Stupid question you're gonna say but how do you make a movie fully load
before starting to play?
Best Regards
D Thomas
-----------------------------------------------------------------
Web: http://www.twdmedia.com
Mail: [EMAIL REMOVED]
Tel / Fax: 07092 308437
-----------------------------------------------------------------
============================================================
= Advanced web hosting solutions from Saffas. =
= Unix, PHP, mySQL, SSL, Perl, Control Panel, 24/7 access. =
= Why pay more for less? http://www.saffas.com =
============================================================
Sponsor the forum for as little as £1 at:
http://www.freelancers.net/cgi/sponsor.cgi?action=show
Advertise with Freelancers.net +Additions+
http://www.freelancers.net/advert.php
Freelancers and Freelance Jobs:
http://www.freelancers.net
Forum FAQs:
http://freelancers.netrickery.com
To unsubscribe please email:
[EMAIL REMOVED]
If you have difficulties unsubscribing please email:
[EMAIL REMOVED]
|
 |
|