| HTTP-MobileAgent-Flash documentation | view source | Contained in the HTTP-MobileAgent-Flash distribution. |
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-Flash documentation | view source | Contained in the HTTP-MobileAgent-Flash distribution. |