📄 class_factiongeturl2.html
字号:
<html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./header_files/filelist.xml">
<title>FFFSDK</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>michael</o:Author>
<o:LastAuthor>michael</o:LastAuthor>
<o:Revision>4</o:Revision>
<o:TotalTime>80</o:TotalTime>
<o:Created>1999-09-28T21:47:00Z</o:Created>
<o:LastSaved>1999-09-29T01:42:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Words>48</o:Words>
<o:Characters>277</o:Characters>
<o:Company>Middlesoft</o:Company>
<o:Lines>2</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:CharactersWithSpaces>340</o:CharactersWithSpaces>
<o:Version>9.2720</o:Version>
</o:DocumentProperties>
</xml><![endif]-->
<link rel=Stylesheet type="text/css" media=all href=doxygen.css>
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;
text-underline:single;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor=white lang=EN-US link=blue vlink=blue style='tab-interval:.5in'>
<!-- Insert HTML here --><RIGHT>
<div class=Section1>
<div style='border:solid windowtext 1.0pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
mso-border-shadow:yes'>
<p class=MsoNormal style='margin-right:55.5pt;border:none;mso-border-alt:solid windowtext 1.0pt;
padding:0in;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;mso-border-shadow:yes'><span
style='background:#E0E0E0'><span style="mso-spacerun: yes"> </span><a
href="hierarchy.html">Class Hierarchy</a> <a href="classes.html">Alphabetical
List</a> <a href="headers.html">Header Files</a> <a
href="functions.html">Compound Members</a> 18 Nov 1999<o:p></o:p></span></p>
</div>
<meta name=robots content=noindex>
<p class=MsoNormal style='margin-right:55.5pt'><span style='background:#E0E0E0'><![if !supportEmptyParas]> <![endif]><o:p></o:p></span></p>
<p class=MsoNormal style='margin-right:55.5pt'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p>
</div>
</body>
</html>
<h1>FActionGetURL2 Class Reference</h1>An action that opens a URL in an indicated window (stack based). <a href="#_details">More...</a><p><code>#include <<a class="el" href="class_factiongeturl2-include.html">FAction.h</a>></code><p><p>Class diagram for FActionGetURL2:<p><center><img src="class_factiongeturl2.gif" usemap="#FActionGetURL2_map" border="0"></center><map name="FActionGetURL2_map"><p><area href="class_factionrecord.html" ALT="FActionRecord" shape="rect" coords="0,0,105,24"></MAP></P><a href="class_factiongeturl2-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0><tr><td colspan=4><br><h2>Public Members</h2></td></tr><tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top> </td><td valign=top><a class="el" href="class_factiongeturl2.html#a0">FActionGetURL2</a> (<a class="el" href="Macromedia.H.html#a13">U8</a> _method)</td></tr><tr><td><img src=null.gif></td><td><img src=null.gif></td><td></td><td><font size=-1><em>FActionGetURL2 constructor.</em> <a href="#a0">More...</a><em></em></font><br><br></td></tr><p><tr><td><img src="null.gif"></td><td><img src="null.gif"></td><td nowrap align=right valign=top>virtual void </td><td valign=top><a class="el" href="class_factiongeturl2.html#a1">WriteToSWFStream</a> (<a class="el" href="class_fswfstream.html">FSWFStream</a> *_SWFStream)</td></tr><tr><td><img src=null.gif></td><td><img src=null.gif></td><td></td><td><font size=-1><em>Writes the object out to a <a class="el" href="class_fswfstream.html">FSWFStream</a>.</em> <a href="#a1">More...</a><em></em></font><br><br></td></tr><p></table><hr><a name="_details"></a><h2>Detailed Description</h2>An action that opens a URL in an indicated window (stack based).<p><div class="fragment"><pre> 1. pops value WINDOW off stack, window specifies the target window, empty string indicates current
2. pops URL off stack, specifies which URL to retrieve
3. retrieve URL in WINDOW using given HTTP request method
- if method is "HTTP GET" or "HTTP POST", variables in movie clip are sent using standard "x-www-urlencoded" encoding
</pre></div> <hr><h2>Member Function Documentation</h2><a name="a0" doxytag="FActionGetURL2::FActionGetURL2"><p><table width=100%% cellpadding=2 cellspacing=0 border=0><tr><td class="md"><b>FActionGetURL2::FActionGetURL2 (<a class="el" href="Macromedia.H.html#a13">U8</a> <em>_method</em>)</b></td></tr></table></a><div class="in"><p>FActionGetURL2 constructor.<p><dl compact><dt><b>Parameters: </b><dd><em>_method</em> - a number indicating an HTTP request method (value 0 indicates that it is not a request method, 1 indicates HTTP GET, 2 indicates HTTP POST) </dl></div><a name="a1" doxytag="FActionGetURL2::WriteToSWFStream"><p><table width=100%% cellpadding=2 cellspacing=0 border=0><tr><td class="md"><b>virtual void FActionGetURL2::WriteToSWFStream (<a class="el" href="class_fswfstream.html">FSWFStream</a> * <em>_SWFStream</em>)<code> [virtual]</code></b></td></tr></table></a><div class="in"><p>Writes the object out to a <a class="el" href="class_fswfstream.html">FSWFStream</a>.<p><dl compact><dt><b>Parameters: </b><dd><em>_SWFStream</em> - any <a class="el" href="class_fswfstream.html">FSWFStream</a> pointer, though usually the <a class="el" href="class_fswfstream.html">FSWFStream</a> given as an argument to the appendTag function of the <a class="el" href="class_fswfstream.html">FSWFStream</a> representing the .swf file being created </dl><p>Reimplemented from <a class="el" href="class_factionrecord.html#a0">FActionRecord</a>.</div><hr>The documentation for this class was generated from the following file:<ul><li><a class="el" href="FAction.h.html">FAction.h</a></ul><html xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./footer_files/filelist.xml">
<title>Sunday, September 26, 1999</title>
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>michael</o:Author>
<o:LastAuthor>michael</o:LastAuthor>
<o:Revision>5</o:Revision>
<o:TotalTime>18</o:TotalTime>
<o:Created>1999-09-27T06:04:00Z</o:Created>
<o:LastSaved>1999-09-28T21:56:00Z</o:LastSaved>
<o:Pages>1</o:Pages>
<o:Words>9</o:Words>
<o:Characters>56</o:Characters>
<o:Company>Middlesoft</o:Company>
<o:Lines>1</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:CharactersWithSpaces>68</o:CharactersWithSpaces>
<o:Version>9.2720</o:Version>
</o:DocumentProperties>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.2in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
color:black;
mso-bidi-language:HE;}
p.MsoFooter, li.MsoFooter, div.MsoFooter
{margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.2in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
tab-stops:center 3.0in right 6.0in;
background:#333399;
border:none;
mso-border-alt:solid windowtext .5pt;
padding:0in;
mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
color:white;
mso-bidi-language:HE;
font-weight:bold;
mso-bidi-font-weight:normal;}
p.MsoBlockText, li.MsoBlockText, div.MsoBlockText
{margin-top:0in;
margin-right:1.0in;
margin-bottom:6.0pt;
margin-left:1.0in;
mso-pagination:widow-orphan;
font-size:10.0pt;
mso-bidi-font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-bidi-language:HE;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1027"/>
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1"/>
</o:shapelayout></xml><![endif]-->
</head>
<body lang=EN-US style='tab-interval:.5in'>
<div class=Section1>
<div style='border:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
background:#333399'>
<p class=MsoFooter align=center style='margin-right:82.5pt;text-align:center;
tab-stops:.5in'><span style='background:#333399'>Sunday, September 26, 1999<span
style='mso-tab-count:2'>牋牋牋牋牋牋牋牋
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -