Results 1 to 3 of 3

Thread: Refresh Page script

  1. #1
    Join Date
    Sep 2008
    Posts
    17
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Refresh Page script

    if i want same refresh script in flash coding how can i?is it possible ?

  2. #2
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by mir4kir View Post
    if i want same refresh script in flash coding how can i?is it possible ?
    what refresh script?

    Edit: I see...it's the script that codeexploiter linked to above. I didn't take a good look at it. But, if you can call it via a mouse event in JS, you can easily do it in AS. Simply use this formula when using AS2 (AS3 is a little more complicated, ask if you're using AS3):

    Code:
    getURL("javascript:function");

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •