-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtutorial.html
More file actions
50 lines (43 loc) · 2.37 KB
/
tutorial.html
File metadata and controls
50 lines (43 loc) · 2.37 KB
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
<!DOCTYPE html>
<html>
<head>
<title>How to open SWF</title>
<link rel="icon" href="img.png">
<link rel="stylesheet" href="styles.css">
<meta charset="utf-8">
<meta name="keywords" content="SWF, how to, open, flash, ">
<meta name="description" content="How to open SWF files for bonk.io hacks">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-144204677-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-144204677-1');
</script>
<base target="_blank">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="navigation">
<nav><a href="index.html" target="_self">Homepage</a> | <a href="catalog.html" target="_self">SWF catalog</a> | <a href="tutorial.html" target="_self">How to open SWF</a> | <a href="faq.html" target="_self">Frequently asked questions</a> | <a href="lang-select.html">languane</a></nav>
</div>
</body>
<body>
<h1 style="text-align: center; font-size: 300%">Tutorial: How to open SWF files.</h1>
<p style="text-align: center; padding-left: 150px">SWF (Small web format, shockwave flash) is scripts wroten on flash. Every browser flash games is SWFs. But how to open SWFs if they arent browser game?</p>
<br><br><br><br><br><br><br>
<h1> Way 1 - SWF opener</h1>
<p>Most obvious method is use utilits specially created for SWF file type. The one of them is "SWF opener", really easy to use programm, i think you will have no problems with it!</p>
<a href="http://www.browsertools.net/downloads/SWFOpenerSetup.exe">DOWNLOAD</a>
<hr>
<br><br>
<h1>Way 2 - flash projector.</h1>
<p>Flash projector is better but also harder method. It is programm needed to open SWF files made by Adobe, so it is safe and best one for SWFs.</p>
<br><p>Usage: Open files with projector, and set up a trusted location.<br> Right click>global settings>additional>trusted location. add C:\ disk at trusted location and done! Reopen your SWF</p>
<p><a href="https://fpdownload.macromedia.com/pub/flashplayer/updaters/32/flashplayer_32_sa.exe">Get projector</a></p>
<footer>
<div class="divFooter">
Site made by Cilian. Discord: Cilian#2767
</div>
</footer>