A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: 1113: Circular type reference was detected in AudioPlayer

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Posts
    23

    1113: Circular type reference was detected in AudioPlayer

    Hi,

    I am facing error: 1113: Circular type reference was detected


    package
    {

    import nyt.ui.control.*;

    dynamic public class AudioPlayer extends AudioPlayer
    {

    public function AudioPlayer()
    {
    return;
    }// end function

    }
    }
    Nomi

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    The class AudioPlayer extends itself. That is not possible.
    - The right of the People to create Flash movies shall not be infringed. -

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center