Help for this page

Select Code to Download


  1. or download this
    -----------------
    |i'm a headline |
    ...
    |and i'm regular|
    |text text text |
    -----------------
    
  2. or download this
    $etext = $mc->new_edit_text( [$font, $text] )
    returns a new basic dynamic editable text object. It has interfaces to
    + raw DefineEditText tag.
    
  3. or download this
    $etext->box_size( $width, $height )
    sets the bounding box of the text and stops auto-sizing the box. When 
    +either $width or $height is undef, it is unchanged. Fixing bounding b
    +ox may cause unexpected text clipping. You should set DefineEditText 
    +flag Multiline and/or WordWrap. See SWF::Element.
    
  4. or download this
    $etext->methos for SWF::Element::Tag::DefineEditText
    You can control details of the texts to call methods for DefineEditTex
    +t tag. See SWF::Element
    
  5. or download this
    Tag::DefineEditText
    Type: Text
    ...
     Leading        $
     VariableName   STRING
     InitialText    STRING
    
  6. or download this
    $rect=SWF::Element::RECT->new;
    
  7. or download this
    $rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100);
    $element=SWF::Element::* ->new([parameters]);
    
  8. or download this
    $etext->methos for SWF::Element::Tag::DefineEditText
    You can control details of the texts to call methods for DefineEditTex
    +t tag. See SWF::Element
    
  9. or download this
    $etext = $mc->new_edit_text( [$font, $text] )
    returns a new basic dynamic editable text object. It has interfaces to
    + raw DefineEditText tag.
    
  10. or download this
    package DWIM;
    # How to use this module is left as an exercise to the reader.
    1;
    
  11. or download this
    $etext->Tag::DefineEditText->configure(AutoSize=>0,WordWrap=>1);