| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Inserting a behaviour event in flash
I am trying to link a frame to go to a web page using behavious in Flash,
My problem is that It does not give me an option to tell it to go to the site on click. In the event it just says none, so it just goes to the site on its own, I want the whole movie to play and go to the site only when ckicked Thank you |
|
#2
|
|||
|
|||
|
Try using getURL on either a frame entry or on a button as a behaviour.
e.g. Code:
on (release) {
getURL(url, window, method);
}
|
![]() |
| Viewing: ASP Free Forums > Web Design > Multimedia > Inserting a behaviour event in flash |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|