# SoundChannel not found?

**URL:** https://forum.kirupa.com/t/soundchannel-not-found/246537
**Category:** flash
**Created:** [December 12, 2007, 2:55am UTC](https://forum.kirupa.com/t/soundchannel-not-found/246537 "2007-12-12T02:55:31Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![h3liumX](https://avatars.discourse-cdn.com/v4/letter/h/b9e5f3/32.png) [@h3liumX](https://forum.kirupa.com/u/h3liumX)
#### Post date: [December 12, 2007, 2:55am UTC](https://forum.kirupa.com/t/soundchannel-not-found/246537/1 "2007-12-12T02:55:31Z")

</div>

I’m trying to use the SoundChannel class in a project, but it is not recognized.

If I try:

```auto

import flash.media.SoundChannel;
...
var _sc:SoundChannel;

```

I get this error: The class or interface ‘SoundChannel’ could not be loaded.

Even with just the import statement I get the error. SoundChannel lights up like a keyword too. Why can’t I use this class? Thanks.
