At 2:50 AM -0700 6/16/01, jp wrote:
>>>keep the font in an internal cast.
>>>and as far as memory, are those mp3 files internal? would it work to us
>>>them as swa (streaming shockwave audio)?
>
>The easiest way to conserve memory when using mp3 or swa files
>(both being actually mp3 BTW) would be to "insert" a single
>shockwave member and then change the fileName of the member
>when needed. If you need to quickly go from one mp3 file
>to another, simply use 2 members and preBuffer the second
>member while the first one is playing.

I'm having some problems with switching the filename property of SWA
castmembers.  In particular, the id3tags property doesn't update to reflect
the new file (even after playing the member) and you need to play the
member to update the member properties to display a valid controller.  I
would suggest that it might be safer to:

erase (member "swa")
newSWA = new(#swa)
newSWA.filename = "yourfilenamehere.mp3"

Regards,

Terry
-- 

...---===|  Terry R. Schussler  |===---...
...---===|  Chief Investigator  |===---...

on visitWebsite yourSelection
 coolSites = [ \
   #advancedSeminars : "http://www.macromediaSEMINARS.com/";, \
   #directorUniversity: "http://www.directorU.com";, \
   #multiuserUniversity: "http://www.multiuserU.com";, \
   #flashUniversity: "http://www.flash5U.com";, \
   #freeBehaviors : "http://www.behaviors.com/";]
 gotoNetPage coolSites[yourSelection]
end visitWebsite


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to