# Huge problem when testing flash app in browser

**URL:** https://forum.kirupa.com/t/huge-problem-when-testing-flash-app-in-browser/311405
**Category:** Uncategorized
**Created:** [July 6, 2010, 2:58am UTC](https://forum.kirupa.com/t/huge-problem-when-testing-flash-app-in-browser/311405 "2010-07-06T02:58:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![javiermolo](https://avatars.discourse-cdn.com/v4/letter/j/5daacb/32.png) [@javiermolo](https://forum.kirupa.com/u/javiermolo)
#### Post date: [July 6, 2010, 2:58am UTC](https://forum.kirupa.com/t/huge-problem-when-testing-flash-app-in-browser/311405/1 "2010-07-06T02:58:37Z")

</div>

something weird is going on. i am developing a website and when i test the movie on the flash IDE it works just fine, it also works on the standalone flashplayer.

the problem im having is that when on the browser, plugin or ActiveX players it throws errors like this

**Property registerEventListener not found on app.projects.Projects\_Model and there is no default value.**

i know everything is there because it works on when i test it… but it seems that it cannot find the \*\*registerEventListener \*\*method from the inherited class

inheritance is as follows

EventBroadcaster which contains the [public function registerEventListene]  
BaseModel  
ProjectsModel

is this a bug in the flash player or am i missing something ??

thanks
