Pablo Rodríguez

Results 176 comments of Pablo Rodríguez

I thought this was the best way to contact him, since this repository belongs to him.

@matthiaskramm, many thanks for your reply. Using `pdf2swf` from SWFTools, I generate both SWF files: 1. [noproblem.swf.zip](https://github.com/ruffle-rs/ruffle/files/5937765/noproblem.swf.zip). 2. [problem.swf.zip](https://github.com/ruffle-rs/ruffle/files/5937766/problem.swf.zip). BTW, files aren’t compressed. I only appended the `.zip` extension to...

Another issue comes from https://github.com/ruffle-rs/ruffle/issues/1561#issuecomment-748651396. The loader doesn’t work because it’s located inside a sprite. My question would be how to use a loader outside the sprite (since _Ruffle_ isn’t...

Many thanks for your reply, @matthiaskramm. The diff from `swfdump -D` from both files (`pdf2swf` with and without `-f`) reads: ``` diff --- noproblem.txt 2021-02-06 23:12:51.109524760 +0100 +++ problem.txt 2021-02-06...

With https://www.mejorar-presentaciones.tk/mejorar-presentaciones-presentation.swf, the main sans font isn’t displayed at all. The error message reads: ``` js Error running definition tag: DefineFont3, got Invalid data: Invalid fill style. player.js:1:25123 ``` Fonts...

@matthiaskramm, Ruffle has problems with loading movieclips inside sprites. I have the following basic `swfc` source; ``` .flash filename="box.swf" .box b1 100 100 color=red fill=yellow .put b1 pin=center scale=0% .frame...

Many thanks for your reply, @ROBERT-MCDOWELL. I didn’t know that sprites were AS3. The issue was opened some time ago in Ruffle, but it will take some time to get...

I’m afraid I cannot code. I wonder, if there might be any takers out there.

I don’t have it on the Windows system I use, but I can fake it with a portable installation. IMHO, packaging the GStreamer dependencies would be great to have a...

Many thanks for commit d989d639927a5cd6a7da1f2b9248f96b370d331f. I’m afraid I don’t get the video playing (not even clicking on it). I’m going to check it with the new beta (once it’s available).