Confirmed users
166
edits
m (→Draw targets) |
|||
Line 232: | Line 232: | ||
==== Making a recording ==== | ==== Making a recording ==== | ||
On a platform where Moz2D content is enabled in Firefox (currently only Windows): | 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> | * 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 -P recording -recording http://www.website.com/ -recording-output mytest.aer</code> | <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 | Sometimes recordings are prematurely ended and come up empty. This is a known bug. | ||
==== Playing a recording ==== | ==== Playing a recording ==== |