Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast
Results 21 to 30 of 52

Thread: How to create a site loading external SWF with Flash CS3

  1. #21
    Junior Member Settled In madmad is on a distinguished road
    Join Date
    May 2008
    Posts
    25
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    flash templates
    Hy Flep, really nice!

    could you add something like a fade in and out function, while going from one content point to the other? you know how it could be done? or maybe a preloader with statusbar?

    would be interesting!

  2. #22
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: How to create a site loading external SWF with Flash CS3

    Hi,
    have a look to this new file:
    Attached Files

  3. #23
    Junior Member Settled In madmad is on a distinguished road
    Join Date
    May 2008
    Posts
    25
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    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

  4. #24
    Junior Member Settled In slee is on a distinguished road
    Join Date
    Jun 2008
    Posts
    4
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    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);
    }

  5. #25
    Junior Member Settled In Fajar is on a distinguished road Fajar's Avatar
    Join Date
    Feb 2008
    Posts
    10
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    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
    Attached Files
    Fajar Sylvana | BLAST from the FLASH

  6. #26
    Rin
    Rin is offline
    Junior Member Settled In Rin is on a distinguished road
    Join Date
    Aug 2008
    Posts
    7
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    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!

  7. #27
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,609
    Rep Power
    9

    Re: How to create a site loading external SWF with Flash CS3

    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

  8. #28
    Rin
    Rin is offline
    Junior Member Settled In Rin is on a distinguished road
    Join Date
    Aug 2008
    Posts
    7
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    Wow I'm so excited it's working!! Thank you thank you so much Flep!

  9. #29
    Rin
    Rin is offline
    Junior Member Settled In Rin is on a distinguished road
    Join Date
    Aug 2008
    Posts
    7
    Rep Power
    0

    Re: How to create a site loading external SWF with Flash CS3

    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?

  10. #30
    CSS.FlepStudio.org Moving My Stuff To The FlepStudio Onsitus is on a distinguished road Onsitus's Avatar
    Join Date
    Jul 2007
    Posts
    1,405
    Rep Power
    5

    Re: How to create a site loading external SWF with Flash CS3

    Quote Originally Posted by Rin View Post
    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?
    Did you change the name of the Document Class in the fla itself?

+ Reply to Thread
Page 3 of 6 FirstFirst 1 2 3 4 5 ... LastLast

Similar Threads

  1. Flash site not loading
    By nra153 in forum Actionscript 3.0 newbies
    Replies: 1
    Last Post: 22-07-10, 14:42
  2. Help with loading external flash file
    By srivatson in forum HELP free utilities
    Replies: 0
    Last Post: 08-12-08, 12:32
  3. loading external text file in nested flash file
    By angel3m in forum HELP free utilities
    Replies: 0
    Last Post: 16-07-08, 21:18
  4. Modifying external swf site of Flep
    By madmad in forum Actionscript 3.0 newbies
    Replies: 0
    Last Post: 17-05-08, 16:44
  5. Loading external XML files with Flash CS3
    By Flep in forum Tutorials
    Replies: 14
    Last Post: 19-11-07, 14:23

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts