Issue 415: Internet Explorere wont show embedded content in the NyroModal
Status:  WontFix
Owner: ----
Closed:  Apr 2010
Reported by wilkjam...@gmail.com, Jan 20, 2010
What steps will reproduce the problem?
1. Use embed code on a page you are going to ajax in
2. Open it up in a nyromodal
3. Comes up empty, but if you go to the page its there

What is the expected output? What do you see instead?
I want to see the embedded pdf, but instead I get a blank screen

Please provide any additional information below.


Feb 1, 2010
Project Member #1 nyro...@gmail.com
Are you talking about a swf embedding object?
If so, I think you have to write the object tag as well to get it work well with IE.

Please provide your code, it will be easier for me to help you.
Feb 1, 2010
#2 wilkjam...@gmail.com
No the Modal is opening a .html file in that it has a swf embeded with embed and object 
and does not show up. I have to put it in an iframe to get it to work.
Feb 5, 2010
Project Member #3 nyro...@gmail.com
Which version of IE?
it seems to work great for 7 and 8?
Feb 5, 2010
#4 wilkjam...@gmail.com
All versions it will not open up an html page that has an object or embeds in it.
Feb 5, 2010
Project Member #5 nyro...@gmail.com
Could you send a link or something please?
Feb 5, 2010
#6 wilkjam...@gmail.com
Example code, this has to be put in an iFrame first to show up properly, same thing 
happens when I put in a flash movie, and cant use any jQuery for swf object or other 
like inserters

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Info-Tech Research Group</title>
</head>
<body>
<object type="application/pdf" data="slidedeck.pdf" width="900" height="600">
<embed src="slidedeck.pdf" width="900" height="600"></embed>
</object>
</body>
</html>
Feb 5, 2010
#7 wilkjam...@gmail.com
And a longer example, this code is spit out from a generater:

<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SlideDeckSample</title>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#ffffff">
<!-- saved from url=(0013)about:internet -->
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">

<!-- Use the following <object> tag to embed the Flash presentation into HTML 
document -->
<object id="presentation" width="700" height="525" classid="clsid:d27cdb6e-ae6d-11cf-
96b8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version
=8,0,0,0" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="SlideDeck_Sample.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="SlideDeck_Sample.swf" quality="high" bgcolor="#ffffff" width="700" 
height="525" name="presentation" align="middle" allowScriptAccess="sameDomain" 
type="application/x-shockwave-flash" 
pluginspage="http://www.adobe.com/go/getflashplayer" allowFullScreen="true" />
</object>

<!-- Use the following <object> tag to embed the Flash presentation into XHTML 
document --> 
<!--
<object id="presentation" width="700" height="525" type="application/x-shockwave-
flash" data="SlideDeck_Sample.swf"> 
<param name="allowScriptAccess" value="sameDomain" /> 
<param name="movie" value="SlideDeck_Sample.swf" /> 
<param name="quality" value="high" /> 
<param name="bgcolor" value="#ffffff" /> 
<param name="allowFullScreen" value="true" /> 
</object>
-->

</td>
</tr>
</table>
<script type="text/javascript" src="fixprompt.js"/>
</body>
</html>
Feb 5, 2010
#8 wilkjam...@gmail.com
A third:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PowerPoint Presentation</title>
</head>
<body>
<object id="presentation" width="620" height="501" type="application/x-shockwave-
flash" data="PowerPoint Presentation.swf"> 
<param name="allowScriptAccess" value="sameDomain" /> 
<param name="movie" value="PowerPoint Presentation.swf" /> 
<param name="quality" value="high" /> 
<param name="bgcolor" value="#ffffff" /> 
<param name="allowFullScreen" value="true" /> 
</object>
</body>
</html>
Feb 5, 2010
Project Member #9 nyro...@gmail.com
For the first, it's a PDF. You better show it in an iframe to be sure it's working
across many browser.
For the second (swf), why is your doctype commented?
for the last one, be sure to set the wmode to transparent.
Apr 17, 2010
Project Member #10 nyro...@gmail.com
(No comment was entered for this change.)
Status: WontFix