-
Notifications
You must be signed in to change notification settings - Fork 396
Flash Site playback #2449
Comments
Yes, you should. Either automated by the existing programs out there or manually. I am not too familiar with the internals of this project, but including another library on your site for just running Flash on-the-fly with JavaScript will slowdown your site. That's fine for nostalgic sites, but - in my opinion - not preferable for portfolio sites. |
Flash is still very active and more powerful than html5/js, especially in the education sector, also js is hell to maintain with various browsers and version, lacking in very useful features like multicast, UDP, etc.. |
Also you have a better alternative which is wasm, and there are already some AS to Wasm converters, search on the net, you will find it. |
@DJKOT2 |
Flash is blocked or disabled by default in most browsers, so I determine that as "not working" |
click on the your flash swf and a popup window will say "allow or block" |
I know that, but it's not the way for portfolio site to be done, to have a big "blocked" sign at the center |
you under estimate users today, how do you embed your swf in your page? swfobject is the best way to do it so btw you can add a message like "please allow Flash to run by clicking below" |
I don't want everything to be reprogrammed. That's not the point. |
youtube don't use flash at all, Flash is working well on smartphone with puffin browser. |
Well, on my side I have 20 years of animation experience. Is it gonna change something? No. That's why I'm here. |
so you have to reprogram everything is javascrap |
you have your experience, I have mine, and you are here to ask help about coding, not animation. Forget shumway, it's a dead project. btw javascript will also die soon... now do what you want, I tried to help you, but apparently it's not worth to do it. |
and btw you should complain to the browser developers about your situation, not here |
I'm not quite sure browser developers are going to pay attention to what I say to them. |
well, you should learn why Flash is blocked, if it's not a browser decision. So they have to listen to you since your issue comes from Flash to be blocked. a browser plugin is managed by the browser, not the plugin itself |
maybe I should find halfway decent FLASH-HTML5 convertor? |
not for AS2 in my knowledge, and btw AS3 to html5/javascript is far far to be perfect, it can be ok (with bugs) for design, but for the code you will have to retouch it. html5 is not a substitute of Actionscript, you will have to dirt your fingers into javascript. |
even a simple scripts like "gotoandplay" or "geturl" won't work? |
Lol!, no, it's call devolution :) |
maybe you should pay someone to code shumway. |
I can consider this as a possibility. |
Yes, it doesn't work on latest Firefox. |
you can check on my repo some new projects here, but just started |
To be honest, I cannot understand a word in there, as I'm not a developer. |
try to import your FLA into the last flash professional (animate CC as replaced name), then migrate your AS2 code into AS3, then save as HTML5/JS, hoping everything will be transcoded, but should be ok as it seems very basic code. |
I've checked these pages using firefox 62, working perfectly fine. https://mozilla.github.io/shumway/ https://mozilla.github.io/shumway/examples/inspector/inspector.html?rfile=../racing/race.swf |
@ROBERT-MCDOWELL you should stop pushing your ideas on internet with arguments like "my 20 years of experience" because there are a lot of people on the internet that have way more experience as you...(I personally have 45+ years) As for your comment "Forget shumway, it's a dead project." i think the community would agree more with a statement like "Forget Flash, it's prehistoric and doomed to disappear from usage". @DJKOT2 i am advicing the same as @ComFreek in #2449 (comment) |
@TriMoon |
@TriMoon |
It's a framework to ease developing dynamic web-apps, you can find more info on its webpage i linked to 😉
you are clueless in IT that's a fact you have proven... |
Hi, I've made my portfolio site in Flash some time ago (using AS2).
Of course, now it's not working.
What should I do to make it work now? Do I have to convert it to HTML5?
How does your player works? Is it using some scripting to play normal regular SWF, or I have to convert SWF to something?
Please excuse my fairly illogical question, I don't know too much about programming.
--
Alex
The text was updated successfully, but these errors were encountered: