PDA

View Full Version : Failed to parse corrupt data?


seanlail
10-06-2008, 11:16 AM
I'm getting this error when I stop / play a video from my library:

"Warning: Failed to parse corrupt data"

The player just crashes and disappears, nothing else is happening???

I'm doing this in FDT, using MXMLC to compile and using the Flex 3 SDK.


I can't find anything on the LiveDocs, other than this (http://livedocs.adobe.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=00000797.htm)

rawmantick
10-06-2008, 12:06 PM
We're not prophets, show code)
And you've gave a link to Flex 1.5 sdk docs. But the forum branch is for flex 3.

seanlail
10-06-2008, 12:58 PM
That's the point, I couldn't find it in the Flex 3 live docs.
I am using Flex 3 with the latest debug player.

I figured it out anyway.
Was an issue with compiling the library at a lower audio bitrate than the video/audio asset was originally created at. The player can't handle if you stop somewhere inbetween, hence when I was calling.

videoMc.stop();
Then later... videoMc.play();

It threw that weird error.