A Arvin Meyer Jan 9, 2004 #2 Ron said: Is there any way to insert a Flash SWF file into a form? Click to expand... You can put a browser control in a form, and have that display a flash object. Use the .Navigate property of the browser control: With Me.ActiveXCtl0 .Navigate "http:\\www.barneys.com" End With -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access
Ron said: Is there any way to insert a Flash SWF file into a form? Click to expand... You can put a browser control in a form, and have that display a flash object. Use the .Navigate property of the browser control: With Me.ActiveXCtl0 .Navigate "http:\\www.barneys.com" End With -- Arvin Meyer, MCP, MVP Microsoft Access Free Access downloads: http://www.datastrat.com http://www.mvps.org/access