The code that I used I found on the "macromedia.director.lingo" newsgroup.
Place this script in the frame before the movie plays

on exitFrame me
  sound stop 1
  set the soundKeepDevice = false
end

and for this script make sure your your video cast is in cast 3,  and your
vidoe sprite is in channel 3.

on exitFrame me
  set myDuration = the duration of member 3
  set myMovietime = the movieTime of sprite 3
  if myDuration > myMovietime then
    go to the frame
  else
    go to the frame + 1
  end if
end

Hope this helps
_______________________________________________
Grant

----- Original Message -----
From: "Fabio" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 26, 2001 8:46 AM
Subject: <lingo-l> video problem - plays video but don't play audio


> Hello lingo-pals,
>
> There's something that is getting into my nerves. I have some videos in my
> project. They're compacted using Indeo 5.1. The codecs are installed in my
> machine. In authoring mode, they play just fine, with video AND audio. If
I
> open them through window media player, they work fine also. Preety normal,
> right?! But when I play them in the projector, they display only the video
> content, but not the audio. What could it possibly be happening?! I'm
using
> Director 8, Windows 98, AMD K6-2 400, 92 Mb RAM.
>
> TIA
>
> Fabio
>
>
> [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!]
>


[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