A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [RESOLVED] getURL

  1. #1
    Senior Member
    Join Date
    Mar 2006
    Posts
    139

    resolved [RESOLVED] getURL

    hello people!

    would i be right in thinking getURL wont work if the swf is running locally or from a CD?
    And if this is the case is there a work around?

    just to make sure i'm not being a big thicky this is what i'm using on my button...

    Code:
    on(release) {getURL("http://www.google.co.uk", "_blank");
    }
    The swf will be running locally on machines but needs to provide working links to web pages...

    thanks!

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    You are correct about not working locally, you can however publish the exe file and it will work, not sure if you need to allow content to run on my computer, but i tested with and without, it worked.

  3. #3
    Senior Member
    Join Date
    Mar 2006
    Posts
    139
    thanks, yea did consider an exe but the client spec is flash running in html...
    never mind! cheers

Tags for this Thread

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center