其實現在才打這個實在太遲了
但是這排我又真的常常要用到這個,感覺google了那麼多很應該貢獻一下...

是這樣的,URLRequest在as3給我的感覺很棒
很多其他地方都用到...
比如說,以前的getURL()
在as2是
getURL("urltoload", "target");

但是as3就不是只需要用一個string那麼簡單
navigateToURL(new URLRequest("urltoload"), 'target');

雖然這步好像複雜了,但要增加function的時候就好方便了
比如說:
var request:URLRequest = new URLRequest("urltoload");
request.method = URLRequestMethod.POST; //令method變成post
navigateToURL(request, 'target');

這樣就很簡單的變成post了
如果要加上param的話也不難
var request:URLRequest = new URLRequest("urltoload");
var params = new URLVariables()
params.param1="value1" //這是key對value那樣啦
params.param2="value2"
//如此類推...
request.data = params //把param塞進去request
request.method = URLRequestMethod.POST;
navigateToURL(request, 'target');

這樣很簡單的已經可以做到html裡<form method="post">的效果了

2009/08/27 15:14 2009/08/27 15:14
Posted by YUKI.N.

Trackback URL : http://b123400.net/blog/trackback/261

  1. Ball torture.

    Tracked from Male cock ball torture. 2011/03/09 07:56 Delete

    Xxx big ball torture gay. Cock and ball torture stories.

  2. Rack torture.

    Tracked from Rack torture. 2011/03/09 23:53 Delete

    Rack torture.

  3. Female nipple torture.

    Tracked from Female nipple torture. 2011/03/11 16:27 Delete

    Female nipple torture.

  4. Free wooden pony torture.

    Tracked from Free wooden pony torture. 2011/03/11 19:21 Delete

    Free wooden pony torture.

  5. Female nipple torture.

    Tracked from Female nipple torture. 2011/03/12 08:52 Delete

    Female nipple torture.

  6. Pussy torture.

    Tracked from Pussy torture. 2011/03/12 22:55 Delete

    Pussy torture.

  7. Breast torture.

    Tracked from Breast torture. 2011/03/13 09:52 Delete

    Female breast torture. Breast press bdsm tit torture. Electrical breast torture. Breast torture.

  8. Fall flowers for a wedding.

    Tracked from Fall wedding flowers. 2011/03/13 21:57 Delete

    Fall color wedding flowers pictures. Pictures of fall wedding flowers. Fall wedding flowers. Wedding flowers autumn fall. Wedding bouquet fall wedding flowers.

  9. Send flowers cheap.

    Tracked from Send flowers cheap. 2011/03/14 23:46 Delete

    Send flowers cheap.


Leave your greetings here.

[登入][OpenID是?]
« Previous : 1 : ... 7 : 8 : 9 : 10 : 11 : 12 : 13 : 14 : 15 : ... 213 : Next »