Skip to main content
Inspiring
December 7, 2007
Question

Playback Component & Sound

  • December 7, 2007
  • 2 replies
  • 306 views
Is it possible to access the sound ByteArray coming from a PlayBack Component? How do you get to that data.
This topic has been closed for replies.

2 replies

Inspiring
December 13, 2007
Aran,
Are you looking for something for the .FLV playback component? You can easily grab the byteArray from a sound alone. There are a ton of examples out there if you google it, but a good example with code is...

http://www.communitymx.com/content/article.cfm?cid=8E9A0

- B
arandlettAuthor
Inspiring
December 13, 2007
No I was looking to see if I could grab the Sound Byte Array Data from the sound coming from the FLV Playback Component playing a video.
arandlettAuthor
Inspiring
December 13, 2007
Does anyone have an idea if this is possible?