Lizzy v1.1.1

christophedelory.playlist.asx
Class Base

java.lang.Object
  extended by christophedelory.playlist.asx.Child
      extended by christophedelory.playlist.asx.AsxElement
          extended by christophedelory.playlist.asx.URLElement
              extended by christophedelory.playlist.asx.Base

public class Base
extends URLElement

Defines an URL string appended to the front of URLs sent to the Windows Media Player control. This element defines a Uniform Resource Locator (URL) string appended to the front of URL-flip URLs sent to the WMP control. URL-flipping is a scripting mechanism that causes the WMP control to open a new URL in a browser or browser frame when it receives a script command.
The BASE element is similar to a home directory for relative links. It only affects URLs sent using script commands as part of the content stream that is playing in the WMP control.
A BASE element defined as the child of an ASX element becomes the default for the entire Advanced Stream Redirector (ASX) file. A BASE element defined in an ENTRY element overrides any BASE element in the parent ASX element (for that ENTRY element only).
Note: if the HREF parameter does not end with a '/' character, the WMP control appends one to the end of the string.

Version:
$Revision: 91 $
Author:
Christophe Delory

Constructor Summary
Base()
           
 
Method Summary
 
Methods inherited from class christophedelory.playlist.asx.URLElement
getHref, setHref
 
Methods inherited from class christophedelory.playlist.asx.Child
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base

public Base()

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.