using Flash in Access 2003

F

F_disk

I am trying to add a .swf file to my Access 2003 database.
The problem is that it works but it is "jerky".
When I use a pop up or right click on the movie it runs fine
and I can not figure out how to fix this problem.

any help would be appreciated.
I did read one article where you renamed the properties
to obj_flashmovie and put this script in the "on active"
but it did not fix the problem...

Private Sub Form_Activate()
Me.obj_flashmovie.Movie = Application.CurrentProject.Path + "\Movie1.swf"
End Sub

and yes I changed the Movie1.swf to the name of my movie.
I also tried to rename my movie and it still will not run smooth.
 
Top