News

Startup Aims to Bring Flash Back to the Web

Longtime Flash developer Jim Kremens for years was frustrated by the fact that running Flash-based content on Web sites was no longer feasible. So he developed a new markup language that he hopes will change that.

Called FluidHtml, the new language lets developers build interactive Web sites running rich content without requiring the Adobe Flash plug-in. It is effectively an extension of HTML that can generate Flash content, Kremens said an interview.

Kremens earlier this year launched privately funded FHTML Inc., based in Waltham Mass.  "The goal of the project was to capture all of the dynamics of Flash and usability of the Web, from a developers and users perspective," he said.  Kremens unveiled his new effort last week at the TechCrunch50 conference in San Francisco. (A video of his presentation can be found here).

To make its markup work in Flash, the company uses an interpreter called FHTML.SWF. It reads the FluidHtml markup generated on a page, and then "renders the layout, effects, behaviors and instructions in the markup," according to the company.

The language generates tags and has what it calls a liquid layout engine, which more effectively applies basic Cascade Style Sheet (CSS) concepts. It also includes an animation engine and has no server-side dependencies. It supports basic HTTP requests as well as AJAX, Kremens explained.

Besides simplifying the ability to render Flash on Web sites, a key benefit, is that content created in FluidHtml is searchable as standard HTML. It also supports deep linking, can be built without the need to hire expensive Flash or ActionScript developers, Kremens said.

FHTML released a private beta last week and plans a public beta in November. The company plans a finished release by January 2010.

About the Author

Jeffrey Schwartz is editor of Redmond magazine and also covers cloud computing for Virtualization Review's Cloud Report. In addition, he writes the Channeling the Cloud column for Redmond Channel Partner. Follow him on Twitter @JeffreySchwartz.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube