Get URL

This is a discussion on "Get URL" within the Flash & Multimedia Forum section. This forum, and the thread "Get URL are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 17th, 2007, 18:07
acrikey's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: UK
Posts: 305
Thanks: 0
Thanked 0 Times in 0 Posts
Get URL

I'm scripting a button in flash and have put this code in and got this Syntax back what am I doing wrong?

Code: Select all
 
on(release) {
getURL("http://www.lightex.co.uk/etc.html");
}
1087: Syntax error: extra characters found after end of program.

Last edited by Sgaspar11; Jun 18th, 2007 at 16:12.
Reply With Quote

  #2 (permalink)  
Old Jun 18th, 2007, 16:13
Multimedia Specialist
Join Date: Apr 2007
Location: Arizona
Age: 25
Posts: 666
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Sgaspar11
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.
Last Blog Entry: Yay!? (Oct 8th, 2007)
Reply With Quote
  #3 (permalink)  
Old Jun 19th, 2007, 06:56
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Get URL

The code is correct and a target is not required. You must be doing something wrong, like applying the code to an object or a frame. Check everything, and if you are still having a problem post up the .fla and I will take a look.
Reply With Quote
  #4 (permalink)  
Old Jun 20th, 2007, 03:11
Banned Member
Join Date: Jun 2007
Location: somewhere
Posts: 70
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Get URL

i tried it in macromedia flash mx 2004 and it worked fine I agree with Jacob i think you are doing something wrong.
Reply With Quote
Reply

Tags
get url

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 07:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43