forge icon indicating copy to clipboard operation
forge copied to clipboard

error when testing legacy http test

Open ranjit-git opened this issue 4 years ago • 1 comments

when clicking init,cleanup etc then get bellow error Screenshot from 2022-01-05 13-40-30

ranjit-git avatar Jan 05 '22 08:01 ranjit-git

I think flash has been removed from all modern browsers by now. swfobject is used to load flash and that project has been done for 5+ years. These examples use a small bit of flash to do low level networking. Without that they are not going to work. The code would allow some other mechanism to do networking, but I'm not sure what a replacement would be for modern browsers.

Were you just playing with these demos or do you have a project where this needs to work?

And to be fair, we did move these things to "legacy". :-)

davidlehn avatar Jan 07 '22 01:01 davidlehn