I'm testing an SWF on Android.
The SWF should request a remote resource like:
http:///ver.config?...
However, Ruffle tries to load:
file:///ver.config?...
and reports:
Error during URLLoader load:
FetchError("Could not turn url into file path")
Log:
ruffle_core::loader:
Error during URLLoader load of
"file:///ver.config?..."
FetchError("Could not turn url into file path")
I cannot provide the original URL because it contains private information, but the behavior is reproducible.
Expected behavior:
The URLLoader should request the original HTTP URL instead of converting it to a file:// URL.
Is this a known issue with Android or URL resolution?
I had load swf
I'm testing an SWF on Android.
The SWF should request a remote resource like:
http:///ver.config?...
However, Ruffle tries to load:
file:///ver.config?...
and reports:
Error during URLLoader load:
FetchError("Could not turn url into file path")
Log:
ruffle_core::loader:
Error during URLLoader load of
"file:///ver.config?..."
FetchError("Could not turn url into file path")
I cannot provide the original URL because it contains private information, but the behavior is reproducible.
Expected behavior:
The URLLoader should request the original HTTP URL instead of converting it to a file:// URL.
Is this a known issue with Android or URL resolution?
I had load swf