• 0

Flash and html hybrid.


Question

I saw this template and was really impressed with it:

http://www.templarts.com/kit-graphique/science/21352FR.html

However, the template is a complete Flash site, and due to efficiency and speed issues, i would require the following things:

1. The buttons and hyperlinks to be in flash

2. The banner be in flash ( or animated ).

3. The rest of the contents be simple html/css.

Is this design feasible? Also, i would like to know the quickest/easiest way of creating those hyperlinks menus(software or any online tool).

Link to comment
https://www.neowin.net/forum/topic/906224-flash-and-html-hybrid/
Share on other sites

9 answers to this question

Recommended Posts

  • 0

Any flash website can be recreated entirely in HTML and CSS3. As far as the main nav effects, you'll probably want to look into jQuery and look through plugins to get it just how you want it.

Now for the design itself.. it's pretty outdated, something I'd have expected from 2002-05. Take a look at themeforest perhaps?

  • 0
1. The buttons and hyperlinks to be in flash

Wow, really? Why?

The template represents nothing that cannot be achieved equally well in HTML and jQuery. And as such you would reach a larger audience and keep it accessible.

But I'd argue that the over-use of animation makes the site look dated and cheap - rather keep the style of the navigation but tone down the animation (again using HTML and jQuery).

  • 0

Any flash website can be recreated entirely in HTML and CSS3. As far as the main nav effects, you'll probably want to look into jQuery and look through plugins to get it just how you want it.

Now for the design itself.. it's pretty outdated, something I'd have expected from 2002-05. Take a look at themeforest perhaps?

You are kidding right? Get this done with html/css3 (which by the way is not supported in IE which is the most used browser)

http://thinkingspace.economist.com/ or

http://www.infiniteturtles.co.uk/projects/away3d/demos/hacienda/BSPImportTest.html or whatever 3d demos you can find.

On the topic, do it enterely in html/css (not 3)/javascript

  • 0

You are kidding right? Get this done with html/css3 (which by the way is not supported in IE which is the most used browser)

http://thinkingspace.economist.com/ or

http://www.infiniteturtles.co.uk/projects/away3d/demos/hacienda/BSPImportTest.html or whatever 3d demos you can find.

On the topic, do it enterely in html/css (not 3)/javascript

LOL I should say the same to you "Are you f'n kidding me?"

For what it's worth, CSS3 ~is~ supported in IE9 and using other methods can be "supported" in lower versions. If you're going to make a rather facetious comment about me kidding, why not do some research first. Kthx.

While it's not full support, you do have some basic CSS3 support for text-shadow, border-radius, and box shadow.

http://aext.net/2010/04/css3-ie-support/

Oh and in case you don't stay up-to-date with CSS3 and it's support in browser, I can help:

http://www.css3.info/microsoft-announces-css3-support-for-internet-explorer-9-ie9/

http://mashable.com/2010/03/16/ie9-preview/

http://msdn.microsoft.com/en-us/ie/ff468705.aspx#_CSS3

  • 0

LOL I should say the same to you "Are you f'n kidding me?"

For what it's worth, CSS3 ~is~ supported in IE9 and using other methods can be "supported" in lower versions. If you're going to make a rather facetious comment about me kidding, why not do some research first. Kthx.

While it's not full support, you do have some basic CSS3 support for text-shadow, border-radius, and box shadow.

http://aext.net/2010/04/css3-ie-support/

Oh and in case you don't stay up-to-date with CSS3 and it's support in browser, I can help:

http://www.css3.info/microsoft-announces-css3-support-for-internet-explorer-9-ie9/

http://mashable.com/2010/03/16/ie9-preview/

http://msdn.microsoft.com/en-us/ie/ff468705.aspx#_CSS3

Oh yeah (text-shadow, border-radius, and box shadow) extends CSS to all flash content. Man I've been writing html/css/js and doing flash for 10+ years so i know what I'm talking. You can not go to a client and say - hey I'll do you a great site that will work in 20% of the browsers and will look like crap in others. I don't want to start another flame war on that. In the topic's author case it is best to use html/css/js but please don't summarize that "Any flash website can be recreated entirely in HTML and CSS3" i just gave you two websites you can not do even with current 3d transformations in webkit.

  • 0
Any flash website can be recreated entirely in HTML and CSS3

100% disagree with the quote, 100% agree with your assumed sentiment.

Yes, CSS3 + jQuery can replace a lot of the frills that Flash brings us, and can also surpass some of what Flash is useful for...

But 100%? Come on, not even remotely true.

However, with the examples the dude above gave - no reason for such weird interfaces! As such, they don't represent "your average website" to me, and do not figure into the argument. That said, I bet you could make a damned good replica in CSS3 + HTML. But then it would be less cross-browser compliant. And then, then again, Flash is a plugin...

  • 0

Examples were given just to show the big gap between flash vs css3/js/html current state. Those interfaces are impossible to be done in css3/js way since there is not enough horsepower in those (you can check mrdoob's 3d experiments http://mrdoob.com/lab/javascript/three/particles/random.html == 9fps)

  • 0

Any flash website can be recreated entirely in HTML and CSS3" i just gave you two websites you can not do even with current 3d transformations in webkit.

I should state: Any flash website that can be static content, can rendered entirely in HTML(5)/CSS3/JS.

Your "examples" of 3D animation--where does that fit in with a website? That's all fine and dandy to utilize in flash but I fail to see how that example disproves my comment about "any flash website."

482248263.jpg

Where in that screenshot do you see anything that can't be replicated with HTML/CSS (or HTML5/CSS3)?

You can not go to a client and say - hey I'll do you a great site that will work in 20% of the browsers and will look like crap in others. I don't want to start another flame war on that.

If you've been doing this for so long, then you'd know that just because you can create a compliant HTML5/CSS3 website for current browsers, doesn't mean it'll "look like crap in others."

To me that just says you don't know much about developing websites to be cross-browser compatible..

100% disagree with the quote, 100% agree with your assumed sentiment.

Yes, CSS3 + jQuery can replace a lot of the frills that Flash brings us, and can also surpass some of what Flash is useful for...

But 100%? Come on, not even remotely true.

I think you're just taking that comment I made out of context. Obviously there will be elements that are going to require another form of "animation" so to speak. But the entire website? No reason for an entire website to be entirely made of flash. Interactive graphics? When would graphics be remade with front end code? Never.

Like this example: http://ts3.trefl.com/

The only thing that's in flash is the interactive graphic for Toy Story 3 but otherwise the rest of the site is 100% HTML/CSS. That's what my comment you quoted is referencing.

or: http://www.bmw.com/

The splash page only has the animated header in flash. The rest of the options are HTML/CSS.

http://www.bmwusa.com/Default.aspx

Again, same concept here.. Although they're using a carousel that could easily be replaced by jQuery (or any other library).

There will be some flash websites out there that people have gone nuts with various sound effects, visual effects and other bloat that it would not fit within the scope of the "every website" comment I made. But as far as "most" other flash based, damn near 100% give or take! :p

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Dopamine 3.0.6 by Razvan Serea Dopamine is an awesome free audio player which tries to make organizing and listening to music as simple and pretty as possible. Dopamine has been designed for Windows 7, Windows 8.x and Windows 10 and plays mp3, ogg vorbis, flac, wma and m4a/aac music formats quite well. The best part? It's created by long-time Neowin member, Raphaël Godart. If you’re looking for a music player to handle a large music collection, you should definitely give Dopamine a try. Dopamine 3.0.6 changelog: Fixed Manually edited album covers are overwritten on the next collection refresh Fixed AppImage package not working on modern GNU/Linux distributions Deleting song from playlist sometimes fails Playback controls only work when clicking on upper half of the buttons It's unclear that files must be tagged with an external ReplayGain scanner (for example rsgain) before normalization can take effect. Change to Artist or Album tags is not reflected in the song list view nor in the Now Playing information ReplayGain issues Smart playlist filters ignore text containing accents or other special characters Some MP3 files trigger an "MPEG header not found" error due to a too-narrow initial MPEG header scan range Changed Updated the Vietnamese translation Download: Dopamine 3.0.6 | 122.0 MB (Open Source) Links: Home Page | Forum Discussion | Screenshot | Other OSes Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      193
    3. 3
      PsYcHoKiLLa
      147
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      77
  • Tell a friend

    Love Neowin? Tell a friend!