Skip to main content
Known Participant
December 16, 2011
Question

Error #1014: Class flash.media::H264VideoStreamSettings could not be found

  • December 16, 2011
  • 2 replies
  • 8051 views

Hi,

I am developing application for recording the video in mp4 format with h.264 codec and I am able to record video in mp4 format with h.264 codec, but when I am compiling the Swf by "CTRL+Enter" at that time I am facing error "VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found" and when I am publishing Swf by "ALT+Shift+F12" then I am not facing any error, so please suggest me that, what step I need to do for removing the error.

Thanks

Ram

    This topic has been closed for replies.

    2 replies

    February 21, 2012

    please update the playerglobal.swc at <install root>/SDK/<version>/framework/libs/players/11.0/

    and in the Flash Builder compiler, please add paremeter as -swf-version=13

    Participant
    December 16, 2011

    Hi,

    Check out here : http://www.adobe.com/support/flashplayer/downloads.html

    and the download the playerglobal.swc to target the 11.1 APIs

    then in Flash, do :

    1 - Go to Edit menu

    2 - Preferences (new window)

    3 - ActionScript category

    4 - At the bottom, ActionScript 3 Settings (new window)

    5 - At the bottom, Library path

    6 - Add a new path

    7 - Browse to the swc file that you'v download.

    That's all !

    Good luck,

    Known Participant
    December 20, 2011

    Thanks for reply,

    I have make all those as you mention in flash but, I am facing same problem 'VerifyError: Error #1014: Class flash.media::H264VideoStreamSettings could not be found.'.

    Is there any specific location for playerglobal11-0.swc.

    Thanks