Flash Movie on a form

A

Arvin Meyer MVP

Little Penny said:
Is it possible to use flash animation on an access form? If so how?


I tried following the steps here:

http://www.databasedev.co.uk/flash_movie.html

But counld not get it to worK

It worked fine for me, both in the form's Activate event and also in the
control's GotFocus event. Make sure that your code reads like:

Me.NameOfFlashControl.Movie = "C:\Full path to the swf file"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top