This is a discussion on "MX scripting question" within the Flash & Multimedia Forum section. This forum, and the thread "MX scripting question are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
MX scripting question
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
MX scripting question
ive been building a flash menu for a multi page html site. in order to get the flash animation to load up in different frames for different pages ive included the following coding in the first frame of the flash animation:
if (firstItem == 1) { gotoAndStop("from 1"); } else if (firstItem == 2) { gotoAndStop("from 2"); } else if (firstItem == 3) { gotoAndStop("from 3"); } else if (firstItem == 4) { gotoAndStop("from 4"); } else if (firstItem == 5) { gotoAndStop("from 5"); } else { stop(); } Then ive determined the variable firstItem in dreamweaver - in each page, selected the flash menu and in the properties window, where it says the name of the file: menu_09.swf, added the following: ?firstItem=1 with 1 being any number between 1-5 according to the number of menu items. so in the page where i want the 4th item opened, ive written: menu_09.swf?firstItem=4 altho this has worked as far as getting the flash animation to load up where i want it to it now keeps looping because the page is on a constant refresh for some reason that i dont understand. any thoughts.... (have attached the flash file) |
|
|
|
|||
|
Re: MX scripting question
Under your publish settings in flash, set the loop to none. If looping is the problem...Or your actions are weird...
|
|
|||
|
Re: MX scripting question
Still on my honeymoon and I don't have flash on the crap-top...so the actual PAGE is refreshing? Or is the flash causing the page to reload because it is running through each frame over and over?
try putting a stop(); on frame 2,3,4,5, etc. That might take care of it. (again, I cannot see the flash file at the moment) Cheers, Scott
Last Blog Entry: Yay!? (Oct 8th, 2007)
|
![]() |
| Tags |
| script |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| life scripting | alexgeek | Webforumz Cafe | 17 | Aug 26th, 2007 16:26 |
| Flash scripting | acrikey | Flash & Multimedia Forum | 7 | Aug 11th, 2007 01:14 |
| scripting help | berjoe | Flash & Multimedia Forum | 5 | Oct 3rd, 2006 16:55 |
| Add-Favourites scripting | metoks | Classic ASP | 0 | Sep 10th, 2006 18:48 |
| PHP scripting help please | D3mon | PHP Forum | 9 | Jun 14th, 2004 20:06 |