Hi,
have a look to this new file:
Hi,
have a look to this new file:
Good Job Flep!
One problem:
if one click on a button, while actual section isn´t loaded already (maybe at frame 10 in the rollin) the actual section jumps to frame 30 and fades to 62. This would be nicer, if there is a listener, that rolls back from the actual position always roll back to revFrame and roll in over nextFrame. And i would disable actual laoded section buttons.
best Mad
I am using your files as a basis for a mutlimedia player. I have it working fine except for one problem.
One of the swfs that get called in is a video player. It works fine, but when i load another swf, you can still hear the video playing even tho the new swf loads. i assume this code is supposed to take care of that, but it doesnt seem to be working for some reason:
private function cambiaSezione(m:MouseEvent):void
{
id=m.target.parent.id+1;
loader.unload();
removeChild(loader);
rimuoviListeners(loader.contentLoaderInfo);
caricaSezione(m.target.parent.id+1);
}
Perhaps first thing to do you should stop the sound from your .swf, then you can removeChild your .swf. After that you should set your .swf to null and remove your listener. Thats will be remove your display object from your computer memory. it's better you make an own Class for your video.
PS: i give you a sample for solve that problem. i hope it usefull
Fajar Sylvana | BLAST from the FLASH
Flep, thank you so much for making this tutorial! I'm making my website in flash cs3 and I've been searching high and low for something like this.
I just have one question, how do I make the swf file go automatically to the home page without the intro/enter page? This is probably an obvious question but I'm very unfamiliar with actionscript. I appreciate any help given!
ok,
open the FLA and delete the MovieClip logo_mc.
Open Main.as and change aggiungiListenerEntra() with entra()
Also delete this function: private function aggiungiListenerEntra():void
Also change this line: private function entra(m:MouseEvent):void with this private function entra():void
Wow I'm so excited it's working!! Thank you thank you so much Flep!
Flep,
Sorry, I have another question. Is it possible to change the file name from Main.as and main.fla to say, Area.as and area.fla? In the .as file I tried changing public class Main extends MovieClip to public class Area extends MovieClip. And public function Main() to public function Area() but none of the pages load after the changes. Am I missing something?
CSS.FlepStudio.org in english: css tutorials, free css template and css menu
Conversione da PSD a XHTML/CSS - Creazione siti web - Introduzione CSS3
Bookmarks