==== Making a recording ====
<span style="background:yellow">TBD (following is note-form only)</span>
On a platform where Moz2D content is enabled in Firefox (currently only Windows):
* Create a profile for recording if you don't already have a suitable one,<br> <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -ProfileManager</code>* Assuming we want a recording for http://www.website.com and our profile is called “recording” we can make the recording with the following command line:<br> <code>c:\Program Files (x86)\Nightly\firefox.exe -no-remote -P recording -recording http://www.website.com/ -recording-output mytest.aer</code>
Sometimes recordings are prematurely ended and come up empty. This is a known bug and should be fixed soon.
==== Playing a recording ====