As you add libraries?

deneus

Member
Licensed User
Longtime User
Hello I try to play a video and I have the following error:



Compiling code. Error
Error parsing program.
Error description: Unknown type: videoview
Are you missing a library reference?
Occurred on line: 26
Dim vv As VideoView

--------------
As you add libraries?
 

NJDude

Expert
Licensed User
Longtime User
You have to add a reference to the AUDIO library, on the IDE right side panel click on "Libs" and then check the library I mentioned above.

By the way, this kind of questions should be posted on THIS thread and not here.
 
Top