| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| vinedomains.com | Need flash assistance!!! Help me someone!!! Code: onEnterFrame = function () {
APause = setInterval(GoBack, 2000);
function GoBack()
{
setProperty(_root.popupBG, _visible, true);
setProperty(_root.buttonNext, _visible, true);
setProperty(_root.skipButton, _visible, false);
clearInterval(APause);
stop();
}
};
On enter frame, the popupBG and buttonNext will appear after 2 seconds. When the buttonNext is click, it will go to the next frame. See the code for buttonNext below. Code: on (release) {
setProperty(_root.popupBG, _visible, false);
setProperty(_root.buttonNext, _visible, false);
nextFrame();
}
The popupBG and nextButton will disappear and gameinstruc and okButton will appear. Code: onEnterFrame = function () {
APause = setInterval(GoBack, 2000);
function GoBack()
{
clearInterval(APause);
setProperty(_root.gameinstruc, _visible, true);
setProperty(_root.okButton, _visible, true);
setProperty(_root.skipButton, _visible, false);
stop();
}
};
I then put the boy_instructions.swf file in boy_instructions.html. Problem: When I put the .swf file in HTML, instead of stopping after the popupBG and buttonNext appear, it go straight to Frame 2 and stop there instead. Why is that so? Please help someone. Thanks!
__________________ Domains For Sale: HUMOO.com | CAFOO.com | VAJOO.com | PEPOO.com | MOCAU.com | JASLI.com | LUVVO.com | DINOMO.com | MajorBlogs.com | LatestMovies.net |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A number of Templates for sale - Auction | CDImage | Web Development Wanted | 1 | 02-13-2005 12:47 AM |
| Quality Flash | LordHaHa | For Sale / Advertising Board | 0 | 01-29-2005 11:55 AM |
| Flash Deadly Sins (that can kill your web business) | abacomedia | Graphic Design / Flash | 2 | 06-26-2004 09:32 PM |
| Using Music on your Site - WAV, MP3, MIDI, Flash? | abacomedia | Web Design Discussion | 1 | 05-20-2004 01:04 PM |