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

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) {
:
}

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

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

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.

This module does not support the Vodafone, yet.

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/