This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
61 lines (43 loc) · 1.91 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Magic Swf
A simple tool for converting Adobe Flash movies to standalone movies
This software was made by Popov Evgeniy Alekseyevich
Version 1.5.1
System requirements
36 kilobytes of free space on storage media.
Description and usage
This program lets you convert an Adobe Flash movie to a standalone movie.
A standalone movie is an executable file. It combines the built-in player and Flash movie in one file.
This program takes the file name of the Flash Player Projector and the Flash movie file name as command-line arguments.
Additional software
You need a Flash Player Projector. You can take it here: https://archive.org/details/flashplayer_32_sa_202107
Exit codes
0: Operation was successfully completed.
1: Can't open the input file.
2: Can't create the output file.
3: Can't allocate memory.
4: The executable file of the Flash Player Projector was corrupted.
5: The Flash movie was corrupted.
License
This program is distributed under GNU GENERAL PUBLIC LICENSE.
Source code
The source code was compiled under Tiny C Compiler.
But you can do it with any modern C compiler.
Contact
You can send me a letter at [email protected].
Version history
0.1-0.8: The unstable branch.
0.9: The project name has changed. The stable branch.
0.9.1-0.9.8: The small changes.
0.9.9: A small bug has been fixed.
1.0-1.1: The small changes.
1.1.1: The source code was recompiled under Open Watcom.
1.2-1.4.1: The small changes.
1.4.2: A small bug has been fixed.
1.4.3: The small changes.
1.4.3.1-1.4.3.4: The documentation has been updated.
1.4.4-1.4.8: The small changes.
1.4.9: Visual C++ support has improved.
1.4.9.1: The documentation has been updated.
1.5: The small changes.
1.5.0.1-1.5.0.2: The documentation has been updated.
1.5.1: The source code was recompiled under Tiny C Compiler.