Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Flash web part - embed tag View modes: 
User avatar
Member
Member
pt - 2/27/2011 6:33:14 AM
   
Flash web part - embed tag
We're having some difficulty getting some Flash content to render in IE 7. We believe this is due to the <embed> tag not being provided with the <object> tag that loads the Flash Player SWF file. Is there any way to force the <embed> tag to be outputted with the <object> for the Flash web part?
Thanks,
Paul

User avatar
Kentico Developer
Kentico Developer
kentico_ondrejv - 3/9/2011 1:06:39 AM
   
RE:Flash web part - embed tag
Hello,

by any chance, do you have that flash on-line, co that we could see it and test further? Are there any errors or simply nothing is being shown?

In fact, the embed tag is obsolete, that's why we don't use it in the flash webpart. The object itself should be enough to show the flash properly. Please try to find out on the Internet possible ways of displaying flash in IE7 using the object itself.

If you want to, you can clone the original flash webpart and change the final HTML code which is rendered in its code-behind: ~\CMSWebParts\Media\Flash.ascx.cs.

Best regards
Ondrej Vasil