Plugin Directory

Changeset 708804


Ignore:
Timestamp:
05/06/2013 06:14:52 PM (13 years ago)
Author:
Wolfram Research
Message:

trying to change readme layout

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wolfram-cdf-plugin/trunk/readme.txt

    r708803 r708804  
    2626* Description: 'source' holds the CDF file name or the url where the file is located. To enter just the file's name, you must first add the file to WordPress using the file uploader.
    2727   
    28 2. width
     28= width =
     29* Required: Yes
     30* Input type(s): integer
     31* Description: 'width' holds an integer that describes the width in pixels of the CDF on your WordPress blog.
     32   
     33= height =
     34* Required: Yes
     35* Input type(s): integer
     36* Description: 'height' holds an integer that describes the height in pixels of the CDF on your WordPress blog.
     37   
     38= altimage =
     39* Required: No
     40* Input type(s): file name with extension, url
     41* Description: 'altimage' stores an image that will be displayed if the client does not have the CDF plugin installed. If left blank, a generic placeholder will appear.
     42   
     43= altimagewidth =
     44* Required: No
     45* Input type(s): integer
     46* Description: 'altimagewidth' holds an integer that describes the width in pixels of the alternate image, which may be different than the width of the CDF itself.
    2947
    30 Required: Yes
    31 
    32 Input type(s): integer
    33 
    34 Description: 'width' holds an integer that describes the width in pixels of the CDF on your WordPress blog.
    35    
    36 3. height
    37 
    38 Required: Yes
    39 
    40 Input type(s): integer
    41 
    42 Description: 'height' holds an integer that describes the height in pixels of the CDF on your WordPress blog.
    43    
    44 4. altimage
    45 
    46 Required: No
    47 
    48 Input type(s): file name with extension, url
    49 
    50 Description: 'altimage' stores an image that will be displayed if the client does not have the CDF plugin installed. If left blank, a generic placeholder will appear.
    51    
    52 5. altimagewidth
    53 
    54 Required: No
    55 
    56 Input type(s): integer
    57 
    58 Description: 'altimagewidth' holds an integer that describes the width in pixels of the alternate image, which may be different than the width of the CDF itself.
    59 
    60 6. altimageheight
    61 
    62 Required: No
    63 
    64 Input type(s): integer
    65 
    66 Description: 'altimageheight' holds an integer that describes the height in pixels of the alternate image, which may be different than the width of the CDF itself.
     48= altimageheight =
     49* Required: No
     50* Input type(s): integer
     51* Description: 'altimageheight' holds an integer that describes the height in pixels of the alternate image, which may be different than the width of the CDF itself.
    6752
    6853When using Mathematica 9.0.1 (or higher), you can use the CDF Deployment Wizard (http://www.wolfram.com/cdf/adopting-cdf/deploying-cdf/) to generate your individual CDF files and alt images. The generated alt image includes an overlaid CDF Player logo, and when a user clicks on the image, they are taken to the download site for the CDF plugin. Once installed, the alt image disappears and the interactive CDF content is displayed.
Note: See TracChangeset for help on using the changeset viewer.