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

NAME

HTTP::MobileAgent::Flash - Flash information for HTTP::MobileAgent

SYNOPSIS

  use HTTP::MobileAgent;
  use HTTP::MobileAgent::Flash;


  my $agent = HTTP::MobileAgent->new;
  print "Flash Version : " . $agent->flash->version;

  if ($agent->is_flash )   { ...... }
  
  if ($agent->flash->is_supported('lite1.1') and $agent->flash->width <= 230) {
    :
  }
  if ($agent->flash->is_supported('lite1.0') and $agent->flash->max_file_size <= 48) {
    :
  }

DESCRIPTION

This module adds flash, is_flash method to HTTP::MobileAgent

METHODS

is_flash

flash

version
max_file_size
is_supported
  $agent->flash->is_supported('Lite1.1')
  $agent->flash->is_supported('Lite1.0')

AUTHOR

KIMURA, takefumi <takefumi@mobilefactory.jp>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

BUGS

This module does not support the Vodafone, yet.

SEE ALSO

HTTP::MobileAgent, http://www.nttdocomo.co.jp/service/imode/make/content/spec/flash/index.html, http://www.au.kddi.com/ezfactory/mm/flash01.html, http://creation.mb.softbank.jp/

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 110:

'=item' outside of any '=over'

Around line 119:

You forgot a '=back' before '=head1'