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
» ASPNetFlash
» Getting Started
ASPNetFlash .NET WebControl
» Installation Guide
» Object Reference
» JavaScript API Reference
» Example Code
Optional ActionSpeak Flash Components
» Introducing ActionSpeak
» Installing ActionSpeak
» ActionScript API
Tutorials
» Define HTML Alternative Content
» Set Flash Variables in ASP.NET
» Speaking with ASP.NET
» Speaking with JavaScript
» Speaking with WebPage
» Speaking with Persistent State Objects
» Speaking with other Flash Movies
» Speaking with Flash Debugger
Registration Detail
» Registration
 

Define HTML Alternative Content

1. Key Concepts

1. Purpose

ASPNetFlash WebControl HTML Alternative content serves 3 important purposes:

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

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 ASPNetFlash WebControl instance. In the case that Flash is available to the user, the WebControl's Flash Movie is written over this content. The HTML Alternative can be defined in 2 ways:

  1. Using the WebControl Smart Tags (Edit Templates) - Visual Studio 2005 only.
  2. 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 Flash Movie. 

2.  Tutorial

digital photo restore unerase digital photos compact flash recovery
data recovery utility download best data recovery send group sms
usb drive recovery drive recovery usb drive file restore

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


ASPNetFlash Tutorials HTML Alternative Smart tags

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


ASPNetFlash Tutorials HTML Alternative Edit template

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

ASPNetFlash 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 ASPNetFlash:Flash tags as shown, and place your content within them.

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