Ask a Question related to Macromedia Director Lingo, Design and Development.
-
McNast #21
Re: Sound Problem
Adobe has recently released Flash Player 9. Download and check to see if the new Player resolves these audio issues.
You can download Flash Player 9 here:
[url]http://www.adobe.com/go/getflashplayer[/url]
McNast Guest
-
Sound problem with w3d
hi i have made a file in which a have a ambulance passing by and the sound of the ambulance. the problem is that when the movie is playing in loop... -
sound problem in win XP
I am using Director MX, with Flash MX swfs embedded into director. These swfs contain MP3 files that run (when you press play in the swf files) they... -
sound problem...
Hey ok, so I am designing a web site for my band and I have created a sound bar that will play/stop/change volume of the song I want to run in the... -
Problem with sound
Can anyone help me with a problem...?? I've got a stub file that loads a number of movies in sequence. In the background I've got a window in a movie... -
AVI sound problem
Hi, I'm having a problem with Digital Video Files (AVI). Everytime I change the sprite volume containing the avi cast member, the sound of the... -
T?rd #22
Sound problem
Hi!
I have some problems with playing sound in Director. I put the sound file in
soundchannel 1.
So I use this code:
sound(1).volume = 20
But when I use this code in the same behavior:
sprite(me.spritenum).camera.fieldofview = 10.25
then i get this script error:
Script Error: Number expected
sprite(me.spritenum).camera.fieldofview = 10.25?
perhaps the fault is that the value of the fieldofview is a float or something?
Is tther som code we have to add to get this to work?
Thanks!
T?rd Guest
-
Andrew Morton #23
Re: Sound problem
T?rd wrote:
The two are completely unrelated.> I have some problems with playing sound in Director. I put the sound
> file in soundchannel 1.
>
> So I use this code:
> sound(1).volume = 20
>
> But when I use this code in the same behavior:
> sprite(me.spritenum).camera.fieldofview = 10.25
You have to tell it which camera. Checking the help files would have shown> then i get this script error:
> Script Error: Number expected
you immediately...
Andrew
Andrew Morton Guest



Reply With Quote

