LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

active-x container

How to include flashfiles in the frontpanel.Ttried using activex but i am not able to locate macromedia flash.Should i write something in the registry?
0 Kudos
Message 1 of 9
(4,016 Views)

Hi muks,

No need to change anything in the registry.

You will need to find the Macromedia Flash ActiveX file on your computer and use ActiveX functions in LabVIEW.  The link explains how to do this.

Also have a look at these other links:

http://forums.ni.com/ni/board/message?board.id=170&message.id=53212

http://forums.ni.com/ni/board/message?board.id=170&message.id=87121

http://forums.ni.com/ni/board/message?board.id=170&message.id=164244

Have a look at this flash.vi:  http://sine.ni.com/devzone/cda/epd/p/id/3891

RayR

Message 2 of 9
(4,007 Views)
Thanx a lot joe.Also can you tell me what to do if the object is not listed.I am very sure i have installed flash properly.
0 Kudos
Message 3 of 9
(3,985 Views)

You may have to search in the list of ActiveX classes for the one appropriate for you.  It may be different from the ones in the link if you have a different version.

RayR

Message 4 of 9
(3,977 Views)
I think i have not conveyed my problem correctly.I meant i have installed flash correctly.I should be able to find shaock wave object when i right click the container right?But i am not able to find it.
0 Kudos
Message 5 of 9
(3,961 Views)
Hummm...
 
Can you post your code?
 
RayR
0 Kudos
Message 6 of 9
(3,949 Views)
Hi muks,
 
If Shockwave Flash Object is not an option, generally it is because the ActiveX files are not loaded correctly.  If you browse to C:\WINDOWS\system32\Macromed\Flash (assuming you are running Windows XP), do you see a file with a .ocx extension?  You can register that ActiveX control through the command prompt with the command regsvr32 "Path_to_ActiveX_control" where Path_to_ActiveX_control is the path to the .ocx file. 
Jennifer R.
National Instruments
Applications Engineer
Message 7 of 9
(3,938 Views)
bulls eye jenifer thanx a lot
Message 8 of 9
(3,927 Views)
Glad to be able to help, muks Smiley Happy
Jennifer R.
National Instruments
Applications Engineer
Message 9 of 9
(3,898 Views)