A Flash Developer Resource Site

Search:

Type: Posts; User: kapis555

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,519

    Send variable from HTML to AS2

    Hello,

    I have flash movie, with SharedObject, so it remembers last frame where it was, but I have to make HTML button which resets SharedObject variable to 0 and redirects me to different page.
    ...
  2. Replies
    6
    Views
    2,195

    okay i did some research and I came up with this...

    okay i did some research and I came up with this code:


    var submitListener:Object = new Object();
    submitListener.click = function(evt:Object) {

    var send_lv:LoadVars = new LoadVars();
    ...
  3. Replies
    6
    Views
    2,195

    http://katalogs.net84.net/index.php/sample-sites-2...

    http://katalogs.net84.net/index.php/sample-sites-2/product/updatecart?product_id=2&module_id=130&add=1&ctrl=product&task=updatecart&return_url=aHR0cDovL2thdGFsb2dzLm5ldDg0Lm5ldC9pbmRleC5waHAvc2FtcGxlL...
  4. Replies
    6
    Views
    2,195

    Hi there, thank you for response. It should add...

    Hi there, thank you for response.
    It should add product to the basket, but it seems it isn't working.


    I made quick button, just regular square and now it gives me errors:

    Scene 1, Layer...
  5. Replies
    6
    Views
    2,195

    var _lv:LoadVars = new LoadVars(); //when you...

    var _lv:LoadVars = new LoadVars();
    //when you click the submit button
    submit_btn.onRelease = function()
    {
    //any input variables are added as properties of the LoadVars object

    ...
  6. Replies
    6
    Views
    2,195

    convert PHP button to Flash.

    Hello,

    Here is my button, which does the "add to cart" function in my web page.
    Problem is that, that I need to make exact button in flash, which does the same thing.
    I would be grateful if...
Results 1 to 6 of 6




Click Here to Expand Forum to Full Width

HTML5 Development Center