Forum Moderators: open
But the question is, do most British internet users have Fash enabled, these days? Our site is aimed at fairly conservative trade customers. I don't want to confront them with having to download Flash player, if a significant percentage of them are unlikely to have it. In that case, I'd rather use an mpeg link.
ADDED: Scrap that, I thought you'd said your business was animation... my bad.
I don't suppose anyone has any statistics/information regarding this?
Thanks,
File menu > Publish Settings... > Check "Flash (.swf)" and Check "HTML (.html)"
HTML Tab > Below the "Template:" menu, Check "Detect Flash Version"
Click the "Settings..." button which just became available. Give the three file names better names, I like to use (in order) "index.html" "flash.html" "noflash.html"
Click "OK", Click "Publish", Click "OK"
Now, you should have three HTML files to work with in the directory of your FLA file and two SWF files. If you open the "index.html" file you'll notice it's using a Flash movie to send the user to the real page "flash.html" if they meet the requirements and a META redirect in the HEAD to send the user to the "noflash.html" page after 2 seconds.
Modify the "index.html", "flash.html", and "noflash.html" page to your aesthetic delight, then (this is important) go back into "Publish Settings..." and UNCHECK BOTH the HTML box in the Format tab and the "Detect Flash Version" in the HTML Tab. If you don't do this Flash will overwrite your aesthetic improvements every time.
<edited>minor change</edit>
If the user gets a link directly to either the "flash.html" or "noflash.html" page then they won't go through the "index.html" check. Each of those pages should have a conspicuous link to the alternate page, respectively:
<a href="noflash.html">Non-flash version</a>
<a href="flash.html">Flash version</a>