Question Using Flash VB 2008

toledotown

New member
Joined
Aug 29, 2010
Messages
1
Programming Experience
Beginner
I have scoured the internet for a week and have finally decided it is time to join this community as I am taking my programming very seriously lately. So, Hello.

My issue is this:

I am trying to build an introduction screen for a basic windows form program. What I want is that when the program executes the Intro is displayed with a short flash movie, then moves on to the next form.

The issue I have is I am using the Shockwave flash object and have pointed the movie locations to my c:\vb08\vblabs\vbintro.swf which shows the flash playing in the ide.

When I attempt to start debugging I am thrown an error:

An error occurred creating the form. See Exception.InnerException for details. The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))

I have searched this error on Google a few different ways and have found nothing.

Mind you, I also need the flash to play on a fresh install on a new machine as if it is part of the program.

Any ideas?:confused:
 
Back
Top