Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: flash load movie issues!!!!
From: Muzak
Date: Mon, 11 Dec 2000 02:36:13 GMT

Make sure everything is actually loaded before using it. On your harddrive it will work, but not on the internet. You'll have to use
preloaders and do some checking with if() statements to varify everything is actually loaded before continuing your movie.

Like, in your textfile, you could add a variable at the end:

&varLoaded=1

then in flash after loading the textfile, use:

if (varLoaded==1) {
//put continue movie action here
}else{
//go back to previous keyframe and check again
}

hth,
Muzak

----- Original Message -----
Subject: FLASH: flash load movie issues!!!!


> Hi
> I really need help for this one.
>
>
> Having an issue with a site i am building.
>
> The site in entirely flash.
> I have a base movie main.swf embedded in main.html, and in the same folder
> as main.swf i have music.swf
>
> Music is loaded into level 1 (also tried 2) about 100 frames in.
>
> However, music never loads when online????
>
> It does load if i open the swf locally.
>
> i have also tried entire string http://........
>
> I am also having the same problem with a txt file i am loading into a
> textfield on level 0(which is main.swf)
>
> Any suggestions to cure this illness??
>
> thanx



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: OT: Attention Muzak - Flash tips , Colleen Appleton

Replies
  RE: FLASH:rounding to whole number, Phillip Kerman
  FLASH: flash load movie issues!!!!, Eve Wilson

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]