MathGroup Archive 2008

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

Search the Archive

Re: Manipulate on the web

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87661] Re: Manipulate on the web
  • From: Arnoud Buzing <arnoudb at wolfram.com>
  • Date: Tue, 15 Apr 2008 05:51:11 -0400 (EDT)
  • References: <200804130732.DAA11524@smc.vnet.net>

You can upload the notebook to:

http://www.wolfram.com/solutions/interactivedeployment/publish/

which will convert it for use in the (completely free) Player:

http://www.wolfram.com/products/player/

After you upload, you will receive an email with a link to the converted notebook
that will run interactively in the (free) Player.




N K wrote:
> Hi everyone,
> I have a simple manipulate with a slider. For
> instance:
> 
> Manipulate[Plot[Sin[ax], {x, 0, 6}], {a, 0, 2}]
> 
> Is it possible to somehow put this online so that the
> users using the site can drag the sliders and see how
> the graph changes?
> 
> Thanks very much
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 


  • Prev by Date: Re: List concatenation speed
  • Next by Date: Re: Player Pro and Packages
  • Previous by thread: Manipulate on the web
  • Next by thread: Re: Manipulate on the web