Skip to main content
Jhon Carlo
Inspiring
October 26, 2014
Answered

Read and use cue point in mp3 file

  • October 26, 2014
  • 1 reply
  • 707 views

Hallo,

it's possible to handle cue point in mp3 file with as3.

If yes, any hint?

Thank you.

This topic has been closed for replies.
Correct answer Ned Murphy

It is likely that you need to import the CuePointEvent class if the error is indicating it cannot find it.

1 reply

Ned Murphy
Legend
October 26, 2014
Jhon Carlo
Inspiring
October 30, 2014

Thank you Ned,

I've seen several exemple, the best I've found at: http://www.adobe.com/devnet/actionscript/articles/cue_points_audio.html

return this error:

Scene 1, layer 'scripts', Frame 1, Line 33 1046: Type was not found or was not a compile-time constant: CuePointEvent.

Thanks again.

Ned Murphy
Ned MurphyCorrect answer
Legend
October 30, 2014

It is likely that you need to import the CuePointEvent class if the error is indicating it cannot find it.