Ignore:
Timestamp:
09/29/10 15:01:49 (3 years ago)
Author:
pablo
Message:

Updating JavaScript documentation to reflect new API; including API reference in embedding guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fl5/doc/publishers/embedding.rst

    r1339 r1342  
    2121.. note:: 
    2222 
    23 We recommend putting everything in a folder called "jwplayer" at the root of your site.  This enables the :ref:`quickembed` method of setting up the player. 
     23        We recommend putting everything in a folder called "jwplayer" at the root of your site.  This enables the :ref:`quickembed` method of setting up the player. 
    2424 
    2525 
     
    106106.. note::  
    107107 
    108    As you can see, the Flash version reference is not in the embed tag: this is one of the drawbacks of this method: it's not possible to sniff for Flash and selectively hide it, e.g. if the flash version is not sufficient or if the device (iPad ...) doesn't support Flash. 
     108   The Flash version reference is not in the embed tag: this is one of the drawbacks of this method: it's not possible to detect Flash and selectively hide it, e.g. if the flash version is not sufficient or if the device (iPad ...) doesn't support Flash. 
    109109    
    110110JW Embedder 
     
    246246.. note:: 
    247247 
    248 If you're configuring the Embedder to run primarily in HTML5 mode using the :ref:`embed_players` block, you'll need to take the additional step of unzipping the skin ZIP and uploading its contents to your web server in the same location as the ZIP file itself.  Your skin's folder structure would look something like this: 
     248        If you're configuring the Embedder to run primarily in HTML5 mode using the :ref:`embed_players` block, you'll need to take the additional step of unzipping the skin ZIP and uploading its contents to your web server in the same location as the ZIP file itself.  Your skin's folder structure would look something like this: 
    249249 
    250250.. code-block:: text 
Note: See TracChangeset for help on using the changeset viewer.