Huge Collections of Software Manuals and Knowledgebase

GreatManuals.com
Huge Collections of Software Manuals and Knowledgebase

 
Home Contact Us Request to publish your help manuals Request to remove your help manuals
Introduction
» ASPNetFlashVideo
» Installation Guide
Tutorials
» Getting Started
» Define HTML Alternative Content
» Skinning ASPNetFlashVideo FLV Player
» Encoding Flash Video (FLV) Files
» Object Reference
» JavaScript API Reference
» Example Code
Registration Detail
» Registration
 

Define HTML Alternative Content

1. Key Concepts

1. Purpose

ASPNetFlashVideo WebControl HTML Alternative content serves 3 important purposes:

  • Helps maintain the look and feel of a website when visitors have no FlashVideo Player plugin, or if their plugin cannot play your FlashVideo Movie.
  • Allows web designers to guarantee full functionality and accessibility for every website user.
  • Unlike Adobe FlashVideo Movies, search engines can read and spider HTML alternative content - which aids Search Engine Optimization.

2. Usage

The HTML Alternative content is always rendered. In the rendered page, it is placed within an HTML element, whose ID attribute matches that of the ASPNetFlashVideo WebControl instance. In the case that FlashVideo is available to the user, the WebControl's FlashVideo Movie is written over this content. The HTML Alternative can be defined in 2 ways:

free password recovery software unerase digital photos digital pictures recovery
hard disk files recovery best data recovery professional data recovery tool
undelete memory card flash drive file recovery usb restore software
  • Using the WebControl Smart Tags (Edit Templates) - Visual Studio 2005 only.
  • Directly in the ASPX Code View

The HTML alternative can contain any ASPX-style content except for code blocks i.e.: <%

Response.Write("Hello World"); %>. To test and debug your HTML alternative, you can set the WebControl's Enabled property to false. Then, when you run the web application, the HTML alternative will render as if your browser could not display the FlashVideo Movie.

2. Tutorial

Steps 1-3 are for Visual Studio 2005 users only. Visual Studio 2002/2003 should skip ahead to step 4.

  1. Open the Smart Tags Property Panel by clicking on the arrow on the top right of the WebControl

    ASPNetFlashVideo Tutorials HTML Alternative Smart tags

  2. Click on "Edit Templates" at the bottom of the panel

    ASPNetFlashVideo Tutorials HTML Alternative Edit template

  3. Add/Edit content within the editor. Note that this editor can be resized.

    ASPNetFlashVideo Tutorials HTML Alternative edit template add content

  4. Steps 1-3 will generate the following ASPX Code.

Optionally, you can edit this code by hand. For Visual Studio 2002/2003 users, manual editing is the only option available. Create the "HTMLAlternativeTemplate" tags within the ASPNetFlashVideo:FlashVideo tags as shown, and place your content within them.

Home | Contact Us | Request to publish your help manuals | Request to remove your help manuals