macromedia.director.basics
[Top] [All Lists]

Re: Quicktime streaming

Subject: Re: Quicktime streaming
From: Sean Wilson <webforumsuser@xxxxxxxxxxxxxx>
Date: Fri, 23 Nov 2007 08:51:20 +1300
Newsgroups: macromedia.director.basics


in play mode an error was returned

It would be helpful if you posted the text on the error dialog.

 On exit frame
 whatState > = member(?Golf swing?).state
 if whatState >1 AND whatState <9 then
 member(?Percentage Steamed Displayer?). Text=\
 string (member (?Golf swing?).percentStreamed)
 end if
end

Are you sure that 'state' is a valid property of a #quickTimeMedia member?
Try instead:
--
on exitFrame me
  member("Percentage Streamed Displayer").text = \
string( member("Golf swing").percentStreamed )
end

<Prev in Thread] Current Thread [Next in Thread>