Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
dorobo #1
can't create Sound objects
code:
_global.track1 = new Sound( this );
trace( track1 );
trace window:
undefined
strangely, it's working fine with all my other movies except this one....did I forget something?
dorobo Guest
-
How Create New Server Objects
Hi, I have troble in inserting new records into database, I have a unique date field it should not repeate again, i.e. one record per single day,... -
removing sound objects
I'm wondering if there is any way to remove a sound object similar to removing a movie clip I've tried using delete(mySoundObj) I've tried... -
visuals (objects)responding to sound
Hi , I am working on a new art project , is someone there who can give me some basic hints on to make "castmembers " respond to sound in a way... -
Moving objects using sound input
this is cool~ Can this Xtras be used to recognize words?? So that we can moving object by command it to go North/South/East/West , it is possible... -
Can ASP create OLE objects?
Hi, I've a client-server application written in Access. Some of the codings make use of OLE so that the Access application creates a Word... -
Jack. #2
Re: can't create Sound objects
_global.track1 = new Sound( this );
trace( track1 ); // outputs - [ object Object ]
the Variables List should show -
Global Variables:
Variable _global.track1 = [object #1, class 'Sound'] {}
if not, i'd guess the file is corrupted.
Jack. Guest
-
dorobo #3
Re: can't create Sound objects
and by corrupted I can pretty much assume "delete that cursed file and make another"? ^^;
dorobo Guest



Reply With Quote

