You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
updated README to mention new Java, rename RegistryBackup class to RegistryBackups for consistency, restart application when __COMPAT_LAYERS used in Server Mode
Copy file name to clipboardExpand all lines: FlashpointSecurePlayer/README.md
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Flashpoint Secure Player 1.0.1
1
+
# Flashpoint Secure Player 1.0.2
2
2
This application attempts to solve common compatibility or portability issues posed by browser plugins on Windows for the purpose of playback in BlueMaxima's Flashpoint.
3
3
4
4
It is compatible with Windows 7, Windows 8, Windows 8.1 and Windows 10, and requires .NET Framework 4.5. If you are on Windows 8.1 or Windows 10, or if you are on Windows 7/8 and have updates enabled, you already have .NET Framework 4.5. Otherwise, you may [download .NET Framework 4.5.](http://www.microsoft.com/en-us/download/details.aspx?id=30653)
@@ -9,7 +9,7 @@ It is driven by a model consisting of two concepts: Modes and Modifications. The
9
9
10
10
Presently, there are three Modes (ActiveX Mode, Server Mode, and Software Mode) and six Modifications (Run As Administrator, Mode Templates, Environment Variables, Downloads Before, Registry Backups, and Single Instance.)
11
11
12
-
This application has bugs. Help me find them! See the [Known Issues](#known-issues) below, and if you've found a bug that isn't listed, report anything unusual as an issue.
12
+
This application has bugs. Help me find them! If you've found a bug, report anything unusual as an issue.
13
13
14
14
# Modes
15
15
The Mode determines what action Flashpoint Secure Player will perform after all of the Modifications are made. For example, the end goal may be to open a browser, or a specific software. The Mode to use is not optional. If it is not set, an error will occur. Modes are exclusive - there may only be one set at a time.
@@ -154,7 +154,7 @@ With the "Miniclip" Modification Name specified, all URLs passed into Server Mod
154
154
155
155
The Software Mode Template works identically to the Server Mode Template in that it provides the ability to replace the command line passed in with regexes. The Software Mode Template also has an additional attribute, `hideWindow`, which causes the window of the software to be hidden. This is ideal for hiding console windows for softwares that have them.
156
156
157
-
For example, a practical use of the Software Mode Template would be to create a `modification` element that always ensures the use of important Java options.
157
+
For example, a practical use of the Software Mode Template would be to create a `modification` element that always ensures the use of important Java options. Note that this example is simplified from the real Java configuration file for the purpose of demonstration.
158
158
159
159
```
160
160
<modification name="java">
@@ -354,9 +354,6 @@ You may notice that because the Flashpoint Secure Player is effectively capable
354
354
- Generally speaking, more specific error reporting would be nice.
355
355
- Old CPU Simulator integration?
356
356
357
-
# <aname="known-issues"></a>Known Issues
358
-
- The compatibility layers have no effect when using Server Mode.
0 commit comments