Flash on forms...

D

Dwayne Conyers

Wanted to place a Macromedia Flash object on a form. What is the best way
to accomplish this? Thanks.
 
Y

Yuan Shao

Hello,

Thanks for your post. Please check to see if the Shockwave Flash Control
meetsyour requirements.

a. Add the Shockwave Flash control on the form the Tool Box.

b. Connect to the Shockwave Flash Animation File. To make the Shockwave
Flash control play back your Flash animation file, follow these steps:

1. Right-click the inserted Shockwave Flash control, and then click
Properties.
2. Click the Movie property. In the Value box, type the full Uniform
Resource Locator (URL) or drive path to the *.swf file that you want to
play.
3. Make sure that the Playing property is set to True.

For information about how to obtain Shockwave Flash, visit the following
Shockwave Web site:

http://www.shockwave.com

This document contains references to a third party World Wide Web site.
Microsoft is providing this information as a convenience to you. Microsoft
does not control these sites and has not tested any software or information
found on these sites; therefore, Microsoft cannot make any representations
regarding the quality, safety, or suitability of any software or
information found there. There are inherent dangers in the use of any
software found on the Internet, and Microsoft cautions you to make sure
that you completely understand the risk before retrieving any software from
the Internet.

Thanks for using MSDN newsgroup.

Regards,

Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
D

Dwayne Conyers

Thanks. Can the SWF be embedded or must it be accessible via URL or UNC?
Can a dynamic UNC (built in script by concatenating the application.path
with the file name) work with this control during the form.load or form.open
event? Thanks.
 
Y

Yuan Shao

Hi Dwayne,

Thanks for your feedback. Based on my research, you can use URL and UNC
with the Shockwave Flash control to play flash. You can also set the Movie
property of the control in script for dynamic UNC.

Example:

Sub LocateShock()
ShockwaveFlash#.Movie = "<URL or UNC>"
End Sub

NOTE: <ShockwaveFlash#> is the name of the Shockwave Flash Control on the
slide; Replace this with the actual name of the control.

Please feel free to post in the group if this solves your problem or if you
would like further assistance.

Regards,

Michael Shao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

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