A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: [F8] Actionscript or Stage, which one?

Hybrid View

  1. #1
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,755
    I say use as much dynamic content as you can. It offers flexibility and and makes updating way easier in the end.

    That mean.. images should be loaded externally using loadMovie();

    I also make each 'page' (section) of my web site an external.swf and load it in using loadMovie() as well...

    my MAIN.swf is somewhat just a SHELL, with my navigation, some minor layout stuff/graphics, logo..footer..etc.. and the main content section(s) are empty/blank movieClips that just sits there waiting to get content loaded into them

  2. #2
    Junior Member
    Join Date
    Sep 2005
    Posts
    18
    That sounds like a great idea! Good organization.

    What I'm looking to do is create the # of pages I have dynamically depending on how many folders are created on the server. So I can upload pics into folders of "ceremony", "reception", "wedding party", etc... and all of these folder names will be a new page. I don't think I can use external swf's if I don't know how many pages I will have.

    What should I do then, so that I can keep the great organization you suggested?

    Thanks.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center