GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
HTML::MobileJp::Plugin::EZweb::Object(3) User Contributed Perl Documentation HTML::MobileJp::Plugin::EZweb::Object(3)

HTML::MobileJp::Plugin::EZweb::Object - generate object object download HTML tag.

    use HTML::MobileJp;
    ezweb_object(
        url         => 'http://aa.com/movie.amc',
        mime_type   => 'application/x-mpeg',
        copyright   => 'no',
        standby     => '?$B%@%&%s%m!<%I?(B',
        disposition => 'devdl1q',
        size        => '119065',
        title       => '?$B%5%s%W%kF02h?(B',
    );
    # =>
    #   <object data="http://aa.com/movie.amc" type="application/x-mpeg" copyright="no" standby="?$B%@%&%s%m!<%I?(B">
    #   <param name="disposition" value="devdl1q" valuetype="data" />
    #   <param name="size" value="119065" valuetype="data" />
    #   <param name="title" value="?$B%5%s%W%kF02h?(B" valuetype="data" />
    #   </object>

generate object download HTML tag.

Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>

HTML::MobileJp, <http://www.au.kddi.com/ezfactory/tec/spec/wap_tag5.html>

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2011-10-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.