How do I get my site to display a flash version if they have flash or my html5 version if they don't

I'm setting up my site in html5 for those devices that do not display flash/swf files.
How do I make my site run the flash site if they have flash player and switch to the html site if they don't?
Thanks!!!

Suzy, I am a professional. I work in split view constantly. And that is actually kind of dangerous, but I know the problems.
I am very happy with Dreamweaver CS 5.5's Live View, which is not something I had in CS3. But I'm not really sure which web browser it's emulating, so I always check everything out in a real browser (actually several). I look at Firefox, and Safari and I also look at it in Internet Exploder versions 7, 8 and 9 through the use of VirtualBox on my Mac. OS X Daily even offered a complete run-it-once installation kit on their website.
The current HTML standard is HTML4, which was arrived at by the W3C in 1999. People tried to improve on that standard and came up with XHTML (for eXtended HTML) and that became a "standard," but I can see people leaving that style with HTML5.
The idea behind these new standards for HTML is to go more towards a semantic web, with tags that actually describe something about the content. Essentially, what we're trying to do is get more and more in-line style information out of the web page and into a style sheet, with tags that give search engines more information about what the content is all about.
We need people with good design-sense Suzy. Learning HTML markup and how to build stylesheets to style your pages is not simple and you need to have a little patience. I think it is very promising that you are saying that HTML5 and CSS3 are easier. When these new standards are adopted, it will be much easier to make websites and those sites will be better optimized for search engines.
If you stick to HTML5 and CSS3, you need to include the HTML5 "shiv" in your header in your page. This will retranslate all of your hard work into something that Microsoft's browsers can understand, as Microsoft made them the "slow kid" down the street.
Good luck!

Similar Messages

  • How do I get rid of the popup that says Your browser must have Flash 9.0 or higher installed to add this application. You can download and install the latest Flash Player here

    I have Flash 9.0 installed properly, but I still get the popup every time I open an email.

    Your above posted list of installed plugins doesn't show the Flash plugin for Firefox.
    * http://www.adobe.com/software/flash/about/
    See:
    * [[Managing the Flash plugin]]
    * [[Installing the Flash plugin]]

  • On a Mac (10.6.4), Firefox asks to download/save any websites with an .asp extension. How do I get these sites to display properly?

    Any website that uses the .asp suffix will not open within the browser. Instead, firefox asks to download the website. If I choose to open the .asp file with firefox in the download prompt, I end up in a loop of asking to download/open. The asp websites work fine in Safari.

    What's the error? You can also try the https://www.eff.org/https-everywhere extension

  • How can I get typekit fonts to display in edge code live preview?

    I'm wondering how I can get typekit fonts to display when using adobe code cc live preview? I'm aware that it's an issue with my local base url, but I'm confused as to how to fix the issue.
    Right now my site is stored locally in a folder on my desktop. I'm not sure what to put in the typekit settings under "domain" and what URL to put in the project settings in edge code.
    A little help please?

    Hello,
    I'm sorry that you ran into trouble with this. In order for the Typekit fonts to load, you need to add the IP address that you are using for Live Preview to the domain listing on the kit. 
    By default, Edge Code uses the IP address "http://127.0.0.1/"; you should see that listed in the web browser when previewing your site.  If you've changed the preview URL in Edge Code, it might be something like butterville.local instead.
    In either case, copy the URL where you are previewing the site, and add it to your domains: go to http://typekit.com and launch your Kit Editor. Click Kit Settings in the upper right corner and add your domain to the domains field, then save your settings.
    Make sure you republish your kit after saving the changes.
    I hope that this helps! If you still have trouble with the font loading, please send me the preview URL you are using along with your Typekit kit ID.  You may post those here or email us at [email protected]
    Best,
    -- liz

  • HT5219 How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    How can i get the Apple Thunderolt display to show Windows 7 i run on my system using Paralells desktop..

    You may need to set the slider at the upper-right corner of the Control window to something other than the extreme left-most position:
    Hope this helps.

  • I have an ipod touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    I have an Ipod Touch 2 and rebuilt my laptop.  Reinstalled ITUNES and can't find my applications on ITunes after login.  I tried to activate Itunes again but it didn't.  How can I get my applications to display on ITUNEs?

    It sounds like you essentially have a new computer and unless you restored from a backup your iTunes library would be empty.  You can transfer your iTunes purchases from your iPod to the computer by:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    SInce you changed syncing computers. after you move the stuff you need to restore the iPod to factory defaults and sync the stuff back to your iPod.  If you had the iPod backup file you could restore from backup.
    If you have non-iTunes pruchases you can copy them to your computer by using one of the third-party programs discussed in this previous discussion:
    Best iPod to PC

  • How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...

    (Running Business Objects Release 2 (Web-I), No other reporting modules)
    How do I get a 0 to display when a count = 0 (zero)? (The cell is blank)...
    In my reports, I count the number of tests of one of our products and another count on the number of failures.  I then use a simple formula to give me the defect rate percentage (DR%)
    The universe objects used in the calculation are:
    Assembly Number (dimension)
    Human Sn (dimension)
    Test Code Description (dimension)
    I created a variable (called [Count Assys]) that counts the number of Assemblies Tested:
    Formula: =Count([Assembly Number];All)
    Another variable (called [Failed Count]) counts the number of failed tests:
    Formula: =Count([Test Code Description];All) Where ([Test Code Description] <> "FUNCTIONAL TESTS PASSED")
    NOTE: There is a "not equal to sign" between [Test Code Description] and "FUNCTIONAL..." above, but the forum is blanking it when I preview the message.  Not a big deal, but it may be important for someone looking to help...
    I then have a third variable called [DR%] that divides [Failed Count] into the number of [Count Assys], which yields a number formatted as a percentage.
    Formula: =[Failed Count]/[Count Assys]
    The above works great! 
    The problem is: when I have a zero defect count (everything passes), the cell is blank, so the percentage variable remains blank.  I want a zero (0) to appear if nothing failed so the percentage appears as 0%
    I've searched this forum completely and have tried several Properties changes and different variable strings (like =If([Failed Count]<1,0) and the cell stays blank and cannot come up with an answer.
    This one seems simple to me, but everything I've tried has yielded zero <smile> results.
    Thanks,
    Charles
    Edited by: Charles Norman on Dec 9, 2008 12:44 PM
    Edited by: Charles Norman on Dec 9, 2008 12:47 PM

    Hi Charles,
    Use [Dr%] Variable formula as =if(IsNull([Dr%]);0;[DR%])
    Here IsNull returns the Boolean value of variable [Dr%] if its true then inserts 0 else the percentage values of failed tests based on the  total number of assembly tests performed.
    I Hope this is what you want to achieve....
    Thanks....
    Pratik

  • How can I get my site back (done with Iweb) on my new hard drive? I had to change my hard drive after droping my computer.

    Can someone help me. I had to change my hard drive few weeks ago and lost everything. I made a site via iweb and my site is still on line but I don't know how can I get my site back on my iweb with my new hard drive.

    Patrick ~ Welcome to the Support Commuities. Here's where iWeb's key Domain file (containing your site data) is usually located:
    ...But rather than backing up just that file, consider using Time Machine and/or SuperDuper.

  • How do I get an App to display on all desktops in Mission Control?

    How do I get an App to display on all desktops in Mission Control?
    I tried:
    Right-Click on the icon in the Dock
    Options -> All Desktops
    This doesn't work.
    The App was created using REALStudio.  Does this have any bearing on the issue?
    SyB

    Hi, if the App is in the Dock, right click, choose Options>Open at login.
    Or System Preferences>Accounts>Login Items window, drag the App there or click on the tiny plus icon to add it.

  • How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    I have a full screen and cannot see my bookmarks.
    How do I get my bookmarks to display again in a column on the left of my screen, just as it always has and the way I like them. I do not want to use full screen display without the bookmarks showing.

    View > Sidebar > Bookmarks (Ctrl+B)
    Press F10 or tap the Alt key to bring up the "Menu Bar" temporarily.

  • How can I get rid of the display of the last played music-title

    How can I get rid of the display of the last played music-title
    When playing a music-title the name of the title and it's progress is displayed in the box at the top of iTunes, even if the music is already stopped or ended. This display is impeding f.i. when copying music-albums to iPhones and watching the progress. Can anyone tell me please how to make the display of the last played music-title disappear?
    Thank you very much in advance.
    Hans M

    OK, thank you very much, fiend.
    However: Since yesterday afternoon my e-mail-acount is being flooded with 50+ e-mails every few hours which are not at all related to my question. I'm copying the properties of one e-mail as a sample. Could you please organize this flood to stop or tell me what to do?
    Thank you very much!
    Hans M
    Return-Path: <[email protected]>
    Delivered-To: [email protected]
    Received: (qmail 11232 invoked from network); 2 Jan 2014 21:38:42 -0000
    Received: from unknown ([172.18.1.109])
              by mailbox11.aon.at (qmail-ldap-1.03) with QMQP; 2 Jan 2014 21:38:42 -0000
    Delivered-To: CLUSTERHOST smarthub76.res.a1.net [email protected]
    Received: (qmail 9065 invoked from network); 2 Jan 2014 21:38:41 -0000
    X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on
    WARSBL504.highway.telekom.at
    X-Spam-Level:
    Received: from redstreak.apple.com (HELO bz.apple.com) ([17.151.62.54])
              (envelope-sender <[email protected]>)
              by smarthub76.res.a1.net (qmail-ldap-1.03) with RC4-MD5 encrypted SMTP
              for <[email protected]>; 2 Jan 2014 21:38:41 -0000
    X-A1Mail-Track-Id: 1388698720:8973:smarthub76:17.151.62.54:1
    Received: from nwk-jivep-lapp04.corp.apple.com ([17.34.26.3])
    by bz.apple.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0)
    64bit (built Aug 10 2011)) with ESMTP id <[email protected]> for
    [email protected]; Thu, 02 Jan 2014 13:38:40 -0800 (PST)
    Date: Thu, 02 Jan 2014 13:38:39 -0800
    From: Apple Support Communities Updates <[email protected]>
    Reply-to: discussions-replies <[email protected]>
    To: Hans M <[email protected]>
    In-reply-to:
    <2-24330225-3-6714313-1388532858380-2-24354104-3-1039882-1388697859204.jivesbs.ji vemailuser@https://discussions.apple.com/>
    References:
    <2-24330225-3-6714313-1388532858380.jivesbs.jivemailuser@https://discussions.appl e.com/>
    <2-24330225-3-6714313-1388532858380-2-24353958-3-6714313-1388696827692.jivesbs.ji vemailuser@https://discussions.apple.com/>
    <2-24330225-3-6714313-1388532858380-2-24354104-3-1039882-1388697859204.jivesbs.ji vemailuser@https://discussions.apple.com/>
    Subject: [iTunes for Windows] - Re: Cannot follow these instructions
    "Where are my iTunes files located?" [7h40p2-20wvf-ehzw3]
    MIME-version: 1.0
    Content-type: multipart/mixed;
    boundary="----=_Part_577492_1482299802.1388698719437"
    Auto-submitted: yes
    Content-disposition: inline

  • How do I get my TV to display what's on my computer screen (Not I-tunes)?

    How do I get my TV to display what's on my computer screen (Not I-tunes)?

    You have the display set in Extended Desktop mode. In System Preferences>Display on the MacBook screen there should be an Arrangement tab when you have the MacBook hooked up to the TV and both screens working. When you click the Arrangement tab do you see two monitors side by side? One of them will have a Menu Bar at the top. Just click on the Menu Bar and drag it to the second monitor. That will make the second monitor your main screen.
    You can now use your MacBook in Clamshell Mode with a wired or Bluetooth keyboard and mouse.   http://support.apple.com/kb/HT3131 When you disconnect from the TV your Menu Bar will automatically change back to the MacBook.
    Or if you want to work on the MacBook screen while showing it on a TV you can check the Mirror Display box on the lower left hand side of the Arrangement tab under the two monitors box.

  • How do I get song lyrics to display?

    How do I get song lyrics to display on my iPod Touch 4g and iPad 2?
    The lyrics are in iTunes. They do display on my iPod Touch 2g.
    I did try a reset on the iPod Touch 4g, but did not fix problem.
    Thanks to anybody who can help
    Scott
    Los Angeles

    lekker wrote:
    I can't get the word "Lyrics" to display. Is there a way to do this? I'm wondering what "Off" refers to.
    The word "lyrics" is never displayed, but if you paste lyrics into a song, they'll be shown when you press the centre button "enough" times. Note that if there are _no lyrics_ associated with the song (because you didn't put them there) the "button pushes" will take you from On/Off (the shuffle feature) to Play - no mention of lyrics!
    I hope that helps!

  • After i reading bytes ,how do i get the image to display?

    After i reading bytes ,how do i get the image to display?
    i m lost after tis step:
    Image img=Toolkit.getDefaultToolkit().createImage(data1);

    You can create and use a Canvas. (and define the Paint method)
    Canvas c = new Canvas(){
            public void paint(Graphics g){
                g.drawImage(img,0,0,this);
    frame.add(c);

  • How can I get iTUNES library to display renamed files and folders (renamed with Windows Explorer)?

    How can I get iTunes library to display the new names and organisation of tracks and albums (ie files and folders) that I have renamed and reorganised (using Windows Explorer) having previously imported them using iTunes?
    (Even when I relocate "lost" tracks in iTunes (using the drop down menu facility to view in Windows explorer), although iTunes will then play the track, and knows where to find it, it refuses to display the track with its correct (new) name, or show it the correct (new) album.  That means I have lots of things called "Untitled" and "Track 01" etc, all of which have actually been renamed, but iTunes does not seem to have the capability to recognise the changes and update its library listing.  Another example - a Tchaikovsky CD with 3 major works in 13 tracks insists on displaying in iTunes as 13 tracks in one album, despite the fact that I have reorganised the tracks into 3 albums - two being Swan Lake and The Nutcracker - and renamed the individual tracks to a more useable format.)

    Thanks for your replies ckuan
    I agree with Tgod that your first solution does not work.  It appears unpredictable whether the old or new file names are listed when you drag the folders into iTunes from Windows Explorer.  The folder structure is completely missing.  I reckon if you have to muck around spending days/weeks/months finding out how to fix links to a secret meta-file (obviously designed by some deep-cover microsoft worm working in the Apple!), then it's pretty obvious that almost any alternate way of doing this would be better.   Bye bye iTunes!!
    Incidentally, I tried several other things that (if the software was designed intuitively) should work, but give disastrous results:
    1) when deleting the library listing in iTunes, it gives you two options - one is to remove the listings to the Recycler.  Be aware that IF you select that option, it removes not only your library listing, but also your ACTUAL MUSIC FILES to the Recycler.  Moreover, it does NOT remove the insidious secret meta-file that is what apparently keeps rewriting old names over your carefully renamed file names, and keeps totally ignoring your carefully designed folder (album) structure.  OK - not a complete disaster, as I realised and went hunting through the chaos in the Recycler to recover all my files.  No thanks to the genius who designed this brilliant feature!
    2) after deleting the library listing in iTunes, I attempted to import just the folders that I wanted.  iTunes refused to allow me to do that, and proceeded to try to import every frigging music file it could find on my whole hard drive, in apparently random fashion into the library.  Whoever thought up that doozy either never ever tried to use or market test it, or has modified their mind rather too many times with artificial substances so their brain is like muesli chop suey.
    3) oh why go on, it's too depressing ...

Maybe you are looking for

  • IT 580 : Screen Details not visible

    While creating data in IT580 ( Previous Employment Tax Details).. The screen is not visible completely. Only following feields are visible : Pers. No. Name Category Location From & To date Previous Employment Tax Details : Leave Encahsment Exemption

  • Set sample rate to 96 kHz in iMac

    If I go to Applications>Utilities>Audio Midi Support, I can set the Sample Rate to 96 kHz, but in fact the Sample Rate is back at 48 kHz next time I look. Question: How can I get the machine to accept and stay at the new sample rate of 96 kHz? Robert

  • Switching between servers

    i have a database named oradb in my server. I want to connect to remote database which is also having the same database. How can i overcome this problem. Should i change tnsnames.ora file for each login

  • Document Collaboration with In-Place Editing Activity Type

    Hello, My client needs to use the Document Collaboration with In-Place Editing Activity Type. He currently uses the Microsoft Office 2000 but unfortunately this version triggers an error. what are Microsoft Office versions that support this functiona

  • MS SQL Server 2005 Developer Edition

    Hi, We are developing a legal management product on SAP platform We would have  SQL Server to be used as a database for SAP ECC 6.0 in DEVELOPEMENT environment The landscape of the planned development  environment  has a total of 8 servers. We unders