Replies: 2 comments 4 replies
-
@Varaosa, a minimal sample can be found at https://ousia.github.com/ruffle-demo/ Download the selfhosted version (the file ending with The relevant HTML code reads: <object data="./006699.swf" type="application/x-shockwave-flash" width="400" height="400">
<param name="movie" value="./006a699.swf" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="menu" value="false" />
</object>
<script src="./ruffle.js"></script> Repository @ https://github.com/ousia/ruffle-demo. I hope this answers your question. |
Beta Was this translation helpful? Give feedback.
-
What Wallepaper Engine support say: So, how to configure Chromium on Ruffle or use Ruffle if you don't have Chromium installed on pc? In this case if you want to show HTML -file with flash content in Chromium, even if you don't have Chromium installed on pc. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I like to ask how i could add ruffle player into own web page to play flash file using ruffle engine?
Are there any source with flash example how to play flash on normal html file, that have flash content?
What i actually want then, i like to use local html file to play flash content in web browser.
Beta Was this translation helpful? Give feedback.
All reactions