Skip to main content
Participant
May 21, 2007
Question

Active X Controls

  • May 21, 2007
  • 1 reply
  • 300 views
I have Flash files in html docs and when I am testing the Flash in IE 7 I have to click the movie in order to get it to work properly. Isn't there a behavior to fix this problem? Please help
This topic is closed to new replies. Start a new post to keep the conversation going.

1 reply

Participant
May 21, 2007
Hi

Its long time ago i have worked with flash but i have a small flash movie working on one of my websites.

www.datasikring.dk

I have in my page used this code,:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="299" height="203">
<param name="movie" value="forsideflash.swf">
<param name="quality" value="high">
<embed src="forsideflash.swf" quality="high" pluginspage=" http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="299" height="203"></embed></object>

Hope itcan help U