LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-09-2003, 07:51 PM
mbonte mbonte is offline
Registered User
 
Join Date: Apr 2003
Posts: 7
Rep Power: 0
mbonte is on a distinguished road
Question Please Help... Set start frame with variable???

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"  ... ...
and here is my actionscript, located on frame 1 of the timeline:

Code:
if (menulevel == "3") {
	gotoAndStop(3);
} else {
	gotoAndStop(1);
}

Obviously I am missing something key as this does not work.


Thanks in advance,
Mike
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 04:27 AM.