bonjour,
à adapter selon ta distribution et version
sudo apt/aptitude install adobe-flash-properties-gtk adobe-flashplugin browser-plugin-freshplayer-libpdf browser-plugin-freshplayer-nacl browser-plugin-freshplayer-pepperflash ubuntu-restricted-extras
tu fais une page html, qui appelle ton fichier.swf
:~$ cat ~/scripts/swf.html
<!DOCTYPE html>
<html lang="fr">
<head>
<meta http-equiv="Cache-control" content="private">
<meta charset="utf-8">
<title>example</title>
<!-- meta -->
<meta name="description" content="">
<meta name="author" content="">
<!-- mon icon
<link rel="shortcut icon" href="favicon.ico">
-->
</head>
<body>
<header>
<!-- menu du haut -->
<div>
</div>
</header>
<!-- contenu de ma page -->
<!-- <object width="1900" height="950" data="foo.swf"> -->
<object width="1900" height="1050" data="/home/toto/Téléchargements/foo.swf">
</object>
<footer>
<!-- menu du bas -->
</footer>
</body>
</html>
tu règles les dimensions (width, height) selon ton écran et après, tu appelles avec chromium, ta page html. Autorise/Interdit flash