|
[Date Index]
[Thread Index]
[Author Index]
Re: How to save/export a Manipulate[...] run to a movie file?
- To: mathgroup at smc.vnet.net
- Subject: [mg78362] Re: [mg78332] How to save/export a Manipulate[...] run to a movie file?
- From: John Fultz <jfultz at wolfram.com>
- Date: Fri, 29 Jun 2007 05:44:08 -0400 (EDT)
- Reply-to: jfultz at wolfram.com
Export the Manipulate as Flash. The Flash export will run through the
Manipulate controls, or follow any bookmarks you've set using the "Add to
Bookmarks" item in the popup menu on the upper right-hand side of the
Manipulate.
This is exactly how the Flash animations on http://demonstrations.wolfram.com
are done, incidentally.
Search the help system for SWF (swf is the filename extension of Flash files)
for more information.
Sincerely,
John Fultz
jfultz at wolfram.com
User Interface Group
Wolfram Research, Inc.
On Thu, 28 Jun 2007 04:32:57 -0400 (EDT), Nasser Abbasi wrote:
> Hello;
>
> I have a small notebook which does a Manipulate[....], where I 'run'
> it for some simulation time, and I need to save this run to a movie
> file (format not important, quick time or avi etc....) so I can send
> it to someone.
>
> Is there a way to do this from within Mathematica other than doing a
> recording screen capture of the window itself in which this command is
> running in?
>
> I know of course I could save this as a Mathematica .nbp file and have
> someone run it inside Mathematica player. But I think it is simpler
> if one can save an example run to a movie file first.
>
> Any idea if this is possible to do from inside Mathematica? I looked
> at the documentation, and I can't see any example of how to do this.
>
> thanks,
> Nasser
Prev by Date:
Re: comparing rewite rules
Next by Date:
Re: Re: Re: problem with Pick
Previous by thread:
How to save/export a Manipulate[...] run to a movie file?
Next by thread:
Re: How to save/export a Manipulate[...] run to a movie file?
|