Questions tagged [ruffle]

Ruffle is an Adobe Flash Player media emulator that is written in Rust for playing SWF files on either the desktop or in a web browser. Use this tag when you have code-related questions related to working with or creating Ruffle content.

17 questions
3
votes
2 answers

Autoplay embedded swf using Ruffle

I am converting my legacy swf into my blog using Ruffle. I use this code that is perfectly working, but I'd like to make the swf autoplay on loading. Can you help me? Thanks.
passegua
  • 71
  • 1
  • 7
3
votes
1 answer

Ruffle not working on mobile browsers (Chrome)

I made some simple .swf object (Actionscript 2) and wrapped it with Ruffle: http://www.tanadsplinare.com.hr/test1/3.htm Here's the complete code:
Dalibor
  • 1,430
  • 18
  • 42
3
votes
2 answers

How to embed Ruffle flash player emulator into HTML file?

I need help on implementing a swf into my HTML site with ruffle (https://ruffle.rs/), I added "AddType application/wasm .wasm" into httpd.conf in in apache, and this is my code but it does not display on my localhost server :
Thundermole
  • 59
  • 2
  • 9
1
vote
0 answers

How to embed to HTML flash emulator for interactive map SWF file - that is not ruffle

I have an issue to convert SWF file to HTML using emulator, unfortunately Ruffle is not supporting all features in ActionScript3 showing console error for AVM2. I tried to embed that in project that is Asp Net Razor MVC. However I am interested is…
1
vote
1 answer

Is there a capability to utilize drag and drop functionality when using Ruffle?

I've downloaded Ruffle to replace Flash functionality for my computer. I'm currently taking an online course that relies on Flash for its courses and exams. I've found that Ruffle runs the Flash programs, but any exam questions formatted as drag and…
Bold1
  • 11
  • 1
0
votes
0 answers

AMP not showing Ruffle content

If i serve my blog using Amp then the Ruffle (replacing flash) is not showed. So I must serve not-AMP pages to mobile users. I tried many themes but none is working. The page I need help with:…
passegua
  • 71
  • 1
  • 7
0
votes
0 answers

Is their a way to make Ruffle save game progress in a Google Site

I want to know how to circumvent Ruffle not saving when using an iframe. Any other solution also works as long as it lets the games save. I know that the reason Ruffle isn't saving is because it uses LocalStorage which relies on URLs and after you…
0
votes
1 answer

Is there a way to add ruffle to my website?

I dont have acsesses to the code on ruffle.js and when i try ti use other metheits it says extension blocked but ruffle has worked on this computer and anyone help? "My" code rn is:
0
votes
0 answers

How to get ruffle-player in selenium python?

I am trying to get the ruffle player id of a game by profile = webdriver.FirefoxProfile() profile.set_preference("plugin.state.flash", 2) driver = webdriver.Firefox(profile,…
Hiba Rehman
  • 127
  • 2
  • 9
0
votes
1 answer

Ruffle Emulator Error message: Failed to fetch:

When I am making my website with ruffle on it, when ever I launch the website the emulator fails to load and I get the error. I am trying to run the flash game Toss The Turle but it will not load https://github.com/project-lulo/RuffleTest Here is…
user20151407
0
votes
0 answers

New Google Sites and running an SWF file

From what I have read, I can add my SWF files to a new google site by using Ruffle. However, my coding is very limited and I'm very much a novice. Please could someone please explain how I can do this or write the code I need to make this…
Katie
  • 1
0
votes
1 answer

Ruffle SWF at 100%

How do you make a SWF scale at 100% using Ruffle flash emulator? [For some reason I have to type more because stack overflow doesn't like my simple question.]
Joe
  • 11
  • 1
0
votes
0 answers

How to run ruffle flash in full screen from the browser?

How can I run ruffle in full screen from a browser? This is the HTML code I use to run ruffle on a web page:
0
votes
1 answer

Why Does Ruffle Play This SWF File Better Than Adobe?

I am helping my teacher fix some links in her web quest, both of which involved Flash. However, there is this one link that is troubling me. The link - a BBC interactive - works partially in the Ruffle Flash Player but almost not at all in the…
Taf04k
  • 3
  • 2
0
votes
1 answer

Is it possible to use Ruffle within an Iframe?

So ive been trying to use Ruffle (a flash emulator written in Rust) on a website for some flash games. This works like a charm with flash games in my website source files, but it doesnt work for iframes. This is the code that ive been trying to get…
1
2