saltarella
11-24-2008, 02:10 PM
Hello everyone,
I have a html page with 12 small swf embeded. My problem is IE6 asking for permission to load the content, 12 times! (for each movie). I can see the flash content of other sites without having to activate something, so I guess Iīm doing somenthing wrong here, but I canīt figure out what...
Here the html code I use to embed each swf file
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="117" height="99" border="0">
<param name="movie" value="selected/video.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="selected/video.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="117" height="99"></embed>
</object>
Probably this kind of topic have been already discussed but I searched a lot and tried different solutions with no good results, I think my problem is I donīt know the problem :confused:
Any help is really appriciated.
Thanks in advance.
I have a html page with 12 small swf embeded. My problem is IE6 asking for permission to load the content, 12 times! (for each movie). I can see the flash content of other sites without having to activate something, so I guess Iīm doing somenthing wrong here, but I canīt figure out what...
Here the html code I use to embed each swf file
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="117" height="99" border="0">
<param name="movie" value="selected/video.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="selected/video.swf" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="117" height="99"></embed>
</object>
Probably this kind of topic have been already discussed but I searched a lot and tried different solutions with no good results, I think my problem is I donīt know the problem :confused:
Any help is really appriciated.
Thanks in advance.