Thread: Get URL
View Single Post
  #2 (permalink)  
Old Jun 18th, 2007, 16:13
Sgaspar11 Sgaspar11 is offline
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Get URL

This looks correct...try adding a target to see what happens...something like this:

Code: Select all
 
on(release) {
getURL("http://www.lightex.co.uk/etc.html","_blank");
}
Other than that I have no clue...this looks perfect and it is coded correctly.
Reply With Quote