| Issue 415: | Internet Explorere wont show embedded content in the NyroModal | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
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
Feb 1, 2010
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
Which version of IE? it seems to work great for 7 and 8?
Feb 5, 2010
All versions it will not open up an html page that has an object or embeds in it.
Feb 5, 2010
Could you send a link or something please?
Feb 5, 2010
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
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
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
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
(No comment was entered for this change.)
Status:
WontFix
|
||||||||