MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Embedded HTML CDF rendered as grey box.

  • To: mathgroup at smc.vnet.net
  • Subject: [mg127290] Re: Embedded HTML CDF rendered as grey box.
  • From: "luis.valero at mac.com" <lvalerob at gmail.com>
  • Date: Sat, 14 Jul 2012 01:30:08 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: mathgroup-newout@smc.vnet.net
  • Delivered-to: mathgroup-newsend@smc.vnet.net
  • References: <jmlrug$jcq$1@smc.vnet.net>

Have you got any solution? I am looking to solve the same problem

Thank you



On Wednesday, April 18, 2012 9:53:52 AM UTC+2, Scott Colwell wrote:
> Has anyone come up with a better solution than the one below for dealing with embedded HTML CDF&#39;s that render as a grey boxes due to dynamic content from an untrusted path?
> 
> The script below adds &quot;{fullscreen:&#39;true&#39;}&quot; to the code in the html file but it would be nice if there was a way to work around the issue so that it doesn&#39;t render as grey in the first place.
> 
> Any ideas?
> 
> 
> &lt;script src=&quot;http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js&quot; type=&quot;text/javascript&quot;&gt;
> &lt;/script&gt;
> &lt;script type=&quot;text/javascript&quot;&gt;
> var cdf = new cdf_plugin();
> cdf.embed(&quot;http://path.to/myCDF.cdf&quot;, 500, 600,{fullscreen:&#39;true&#39;});
> &lt;/script&gt;



On Wednesday, April 18, 2012 9:53:52 AM UTC+2, Scott Colwell wrote:
> Has anyone come up with a better solution than the one below for dealing with embedded HTML CDF&#39;s that render as a grey boxes due to dynamic content from an untrusted path?
> 
> The script below adds &quot;{fullscreen:&#39;true&#39;}&quot; to the code in the html file but it would be nice if there was a way to work around the issue so that it doesn&#39;t render as grey in the first place.
> 
> Any ideas?
> 
> 
> &lt;script src=&quot;http://www.wolfram.com/cdf-player/plugin/v2.1/cdfplugin.js&quot; type=&quot;text/javascript&quot;&gt;
> &lt;/script&gt;
> &lt;script type=&quot;text/javascript&quot;&gt;
> var cdf = new cdf_plugin();
> cdf.embed(&quot;http://path.to/myCDF.cdf&quot;, 500, 600,{fullscreen:&#39;true&#39;});
> &lt;/script&gt;




  • Prev by Date: Re: Replace, ReplaceAll and If time performace comparition
  • Next by Date: Re: Algorithm Analysis Course: Should I use Mathematica for projects?
  • Previous by thread: Re: Algorithm Analysis Course: Should I use Mathematica for projects? //oops, typos
  • Next by thread: Using Mathematica to Plot Business Business Data By Zip Code