
Welcome Guest
|
#1
|
|||
|
|||
|
Hello,
I'm new to this great forum... This problem is driving me nuts, I have found several threads on here dealing with the same thing and I can't make it work... I have an HTML based site with a flash navmenu, and I want different HTML pages to start the flash file on different frames. I have set up my HTML code to include the variable: Code:
<PARAM NAME=movie VALUE="menumain.swf?menulevel=3"> <EMBED src="menumain.swf?menulevel=3" ... ... Code:
if (menulevel == "3") {
gotoAndStop(3);
} else {
gotoAndStop(1);
}Obviously I am missing something key as this does not work. Thanks in advance, Mike |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| change value of a variable to _currentframe when in a specific frame | MattiasÅ | Flash MX ActionScript |
1 | 01-28-2009 11:34 PM |
| 2D Physics Engine | Scottae | Members Cafe |
11 | 07-24-2008 04:36 PM |
| Problems with UIscrollBar when "Export frame" for AS is not set to 1. | mr2web | Flash MX |
2 | 06-01-2006 02:28 PM |
| Need help: Randome start frame. | John_swedish | Flash MX ActionScript |
2 | 02-21-2006 10:37 AM |
| Finding Start Frame and End Frame | Todd@SER | Flash MX ActionScript |
7 | 06-10-2002 09:39 PM |





