Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #21

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #22

    Default 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

  4. #23

    Default Re: Sound problem

    T?rd wrote:
    > 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
    The two are completely unrelated.
    > then i get this script error:
    > Script Error: Number expected
    You have to tell it which camera. Checking the help files would have shown
    you immediately...

    Andrew


    Andrew Morton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139