A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Setting Up the Movie

  1. #1
    Junior Member
    Join Date
    Apr 2002
    Posts
    10
    Okay, I want my flash movie to load like this page:
    http://www.eminem.com
    - i know it's eminem's page, but I like the way it loads.
    Can anyone tell me how I can do this with my flash movie???

  2. #2
    Senior Mender trionik's Avatar
    Join Date
    Nov 2000
    Location
    Montréal,Canada
    Posts
    1,077
    have a look at this

    http://www.flashkit.com/movies/Scrip...20/index.shtml

    or find an other one there...

    http://www.flashkit.com/search.php?c...ader&x=24&y=10

    there is a large amount of preload movie here that use this kind of script...

  3. #3
    Junior Member
    Join Date
    Feb 2002
    Location
    Austin, TX/St. Louis, MO
    Posts
    5
    pay someone a lot of money and have it done professionally ?? ...

    Hehe, honestly I don't know, sorry

  4. #4
    Senior Mender trionik's Avatar
    Join Date
    Nov 2000
    Location
    Montréal,Canada
    Posts
    1,077
    What kind of answer is that Karmapolice....

    If you don<t know say nothing or point to somewhere he could get the info he need...

    That because when there is already an answer to a question we don<t necesarly go into the question to answer it...

    If we see that already one person ad answer the question we will go to the one that haven get an answer yet...

    So if you have nothing to say ... Shut the f.... up...

  5. #5
    Junior Member
    Join Date
    Apr 2002
    Posts
    10

    FURTHER EXPLANATION

    Originally posted by mattgw36
    Okay, I want my flash movie to load like this page:
    http://www.eminem.com
    - i know it's eminem's page, but I like the way it loads.
    Can anyone tell me how I can do this with my flash movie???
    i prob wasn't clear enough...i'm not so much interested in the pre-loader as I am in how his site appears in a new window without any toolbars...know how to do that??? Thank you!

  6. #6
    Senior Mender trionik's Avatar
    Join Date
    Nov 2000
    Location
    Montréal,Canada
    Posts
    1,077
    yeah well that's a popup window...

    <script language="JavaScript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
    }
    //-->
    </script>
    </head>

    <body bgcolor="#FFFFFF" text="#000000" onLoad="MM_openBrWindow('myurl.html','myname','wid th=500,height=500')">
    </body>

    That's the script you should have into your html page...

    here is what you should modified to fit your need

    ('myurl.html','myname','width=500,height=500')">

    myurl.html = your html page to display
    mynam = the name you give to your menu
    500 = the width of the window
    500 = the height of the window

  7. #7
    Junior Member
    Join Date
    Apr 2002
    Posts
    10

    THANK YOU!

    hey, THANKS A TON! i gotta going good, that worked perfect
    you can check it out if ya want
    http://www.dork.com/mattgw

    ...work in progress though, got a lot to do

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