blob: 5fb1bd35692ba1c8aef4696aa61e3c2a6ac71b15 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2008 IBM Corporation and Others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Kentarou FUKUDA - initial API and implementation
*******************************************************************************/
package org.eclipse.actf.visualization.eval.html.statistics;
public interface IFlashTag {
String FLASH_IS_OBJECT = "isObject";
String FLASH_QUALITY = "quality";
String FLASH_SALIGN = "salign";
String FLASH_WMODE = "wmode";
String FLASH_MENU = "menu";
String FLASH_LOOP = "loop";
String FLASH_PLAY = "play";
String FLASH_SWLIVECONNECT = "swliveconnect";
String FLASH_WITHEMBED = "withEmbed";
}