The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Video::CPL::Story - Video::CPL::Story object.

VERSION

Version 0.10

SYNOPSIS

    This is mostly an internal package for CPL.pm. You can use it directly, but it is recommended to use the cue point creation routines in CPL.pm.

    use Video::CPL::Story;
    my $foo = Video::CPL::Story->new(balloonText=>"Hello");

METHODS/METHODS

new([alpha=>$value,balloonText=>$string,forever=>"false",picLoc=$url,picOverLoc=>$url])

    Create a new Video::CPL::Story object.

xmlo

    Given an XML::Writer object, add the xml information for this Layout.

xml()

    Return the xml format of a Video::CPL::Story object.

fromxml(\%hash)

    Return a Video::CPL::Story object given that part of the parse tree from XML::Simple::XMLin.

alpha([$string])

    Accessor function to set or return C<alpha>.

balloonText([$string])

    Accessor function to set or return C<balloonText>.

forever([$string])

    Accessor function to set or return the boolean B<forever>. Values are in text, "true" or "false".

picLoc([$url])

    Accessor function to set or return the B<picLoc>. This should be a local or remote URL, e.g. 
C<http://www.foo.com/x.jpg> or C<x.jpg>

picOverLoc([$url])

    Accessor function to set or return the B<picOverLoc>, the image to be displayed when the mouse is over the image.. This should be a local or remote URL, e.g. 
C<http://www.foo.com/x.jpg> or C<x.jpg>

AUTHOR

Carl Rosenberg, <perl at coincident.tv>

BUGS

Please report any bugs or feature requests to Coincident TV.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Video::CPL::Story

LICENSE AND COPYRIGHT

Copyright 2010 Coincident TV

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.