-
Power User
Loading flash movie at the end , how ?
Hi how to load a flash movie when the html page has totally loaded ? the movie plays at the start.
have a look at my example site :
www.mobilespot.tk
but when it's open completely once refresh it, it will work fine next time.
[img width=450 height=120]http://img132.imageshack.us/img132/6581/fearsv9.gif[/img]
-
-
Guru
Loading flash movie at the end , how ?
The movie plays at the end for me.
This will be largely connection speed dependant.
I have a really large cable connection so the page graphics/content load immediately for me, while the flash movie takes just a bit longer.
I think to have any real control of the movie playing, you'll need to use a Script to force the movie to wait until the page is fully loaded before downloading. This can generally be controlled through a standard "setTimeOut()" function.
Add up the amount of file size your graphics and html content are, then divide that by 5 (56k modem speed). The amount of second you get from that division will be the time you use to control the setTimeOut function.
The function will be contained within your HEAD tags.
If you're not familiar with scritping, you can also just add empty frames to the start of your movie (where the main graphic is then static or there's no graphic visible at all), that add up to the amount of seconds in download time your page will take to load for a 56k modem user (the division number you got above).
These are the initial methods i'd try using.
Hope that helps.
Any question just ask.
-
-
Power User
Loading flash movie at the end , how ?
Thanx for your help keeper , im not too advance in scripting. the second method is cool but this will annoy cable and T3 users i guess. anyway suppose my site contents are 200 kb then how many empty frames should I add at the begining ? + any sugession on the template or header design ? \:]
[img width=450 height=120]http://img132.imageshack.us/img132/6581/fearsv9.gif[/img]
-
-
Guru
Loading flash movie at the end , how ?
200 / 5 = 40
So 40 seconds is your target timeframe for a 56k user to download the page. That's a long time btw. You sure you can't knock that down a little?
If your movie is 18 fr/sec, then the math would be: 18x40, which = 720 frames. And seince that's a WHOLE lota frames, you may well just want to create a new blank movie for that and in the 720th frame add an Action script command that will load you main movie.
In this type of situation there is no complete way to satisfy all your visitors. You'll simply have to figure out/decide which connection speed the bulk of your visitors will be using and cater to that crowd. That's generally the way the Web works.
As for the design/header i think it's fine. I don't usually partake in giving 'artistic' advice on stuff like that, because it's a personal preference subject. 'Technically' i don't see anything wrong with the design. :B
-
-
Power User
Loading flash movie at the end , how ?
thanx for help keeper i'll leave the flash movie as it is for now, and will try to complete the site first.
[img width=450 height=120]http://img132.imageshack.us/img132/6581/fearsv9.gif[/img]
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Powered by
vBulletin® Version 4.1.9
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
Content Relevant URLs by
vBSEO 3.6.0
Copyright 2011 Photoshop Gurus Forum. All rights reserved.