| 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 ifend
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> |
|---|---|---|
| ||
| Previous by Date: | Re: Quicktime Pro, preload and Director Que Points, OlandoCR |
|---|---|
| Next by Date: | Re: Electric Rain Announces Papervision3D Support, OlandoCR |
| Previous by Thread: | Quicktime streaming, rainbow 2 |
| Next by Thread: | Re: Quicktime streaming, rainbow 2 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |