flash

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Vegan
Forum Regular
Posts: 574
Joined: Fri Sep 05, 2008 3:34 pm
Location: Victoria, BC
Contact:

flash

Post by Vegan »

in open source flash is not known but some operations use it a lot

now the next version of windows and edge will be loath to even load it, same for firefox which is also on linux etc

everyone wants html 5 but wordoress is still xhtml so its behind the curve
Hardcore Games™ Legendary is the Only Way to Play™
My site is powered by LAMP
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: flash

Post by Celauran »

Vegan wrote:in open source flash is not known
Firefox (open source) supported Flash for ages. Chromium (also open source) did as well. Everyone knows Flash.
Vegan wrote:now the next version of windows and edge will be loath to even load it, same for firefox which is also on linux etc
That's a good thing; it's a constant source of vulnerabilities. I haven't had it installed on any of my systems for years now.
Vegan wrote:everyone wants html 5 but wordoress is still xhtml so its behind the curve
WordPress isn't XHTML, HTML 5, or anything else. Want XHTML? Use a theme that outputs XHTML. Want HTML 5? Use a theme that outputs HTML 5.
thinsoldier
Forum Contributor
Posts: 367
Joined: Fri Jul 20, 2007 11:29 am
Contact:

Re: flash

Post by thinsoldier »

Was there even an actual question in there?
Vegan wrote:everyone wants html 5 but wordoress is still xhtml so its behind the curve
This actually doesn't matter, sort of. As long as standard rendering mode is triggered instead of old quirks rendering mode it doesn't _really_ matter what doctype you use, as long as you use a doctype. html4, html5, xhtml they are all "anything goes" because browsers bend over backwards to allow your code to work as much as they can.
Warning: I have no idea what I'm talking about.
Post Reply