Hi Everyone

new ta Flash

Page 1 of 1

4 Replies - 1632 Views - Last Post: 07 November 2003 - 07:23 PM

#1 reviler   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 01-November 03

Hi Everyone

Posted 01 November 2003 - 12:52 PM

Hi All:

Starting off with a question..lol..have lots a them as I am new ta Flash..
OK here goes..(hope I dont sound too dumb)

I have this 'flash template' n the action for 'option 1' is:

On (release) {
gotoandplay(795)
}


OK..so the user clicks on 'option 1' n that brings up another picture with writing..
Is there any code ta then have that then automatically bring up a URL to another page on a website..

I guess it would be something similar to if someone had a flash intro that automatically goes to the website without the viewer clicking on 'Enter'...(Is that possible ta do??)

Thanks in advance for any information...any help would be greatly appreciated!!!

reViler

This post has been edited by reviler: 01 November 2003 - 12:53 PM


Is This A Good Question/Topic? 0
  • +

Replies To: Hi Everyone

#2 pioSko   User is offline

  • still.dreaming
  • member icon

Reputation: 23
  • View blog
  • Posts: 1,888
  • Joined: 06-June 03

Re: Hi Everyone

Posted 03 November 2003 - 12:37 AM

well, on the frame where you want flash to open the window, you place this line in...

Quote

getURL("http://insert.adress.here.com/", "_windowName");


Is this what you wanted?
Was This Post Helpful? 0
  • +
  • -

#3 reviler   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 01-November 03

Re: Hi Everyone

Posted 06 November 2003 - 07:32 PM

Thanks for the reply!!!
I havent had a chance ta check it out...bad news here...Ma took a tumble outside and smashed her kneecap n all has been hectic...Hopefully in a couple a days I'll get back ta workin with it..
I appreciate your help!!!
Thanks much

edit......OK..I see if I put the getURl on the frame I have gotoand play to..it goes ta that site..
not sure what ....

Quote

"_windowName");

means..I'll research it though..thanks!!!!

reViler

This post has been edited by reviler: 06 November 2003 - 08:30 PM

Was This Post Helpful? 0
  • +
  • -

#4 pioSko   User is offline

  • still.dreaming
  • member icon

Reputation: 23
  • View blog
  • Posts: 1,888
  • Joined: 06-June 03

Re: Hi Everyone

Posted 07 November 2003 - 01:41 AM

Quote

edit......OK..I see if I put the getURl on the frame I have gotoand play to..it goes ta that site..


Well, no. You don't need the gotoAndPlay() in order for flash to open a window. Just the getURL().

Here's an example I prepared earlier :P

Attached File(s)


Was This Post Helpful? 0
  • +
  • -

#5 reviler   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 7
  • Joined: 01-November 03

Re: Hi Everyone

Posted 07 November 2003 - 07:23 PM

:D

Excellent!!! Thanks...That example made it alot clearer..I really appreciate it...owe ya one...

:D
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1