I have just placed the player on my site and it works great.
The only thing which I want is to remove the Preloader which

comes at the centre of the screen.
I am not sure as to what exactly it is called it comes in the

centre of the player and show the numbering from 1 to 100 as

to how much video has been loaded
Kindly tell me the seting which is to be made so that this

preloader can be removed.
My code is:
<script type='text/javascript' language="javascript">
var ASTRVideoFileNameleft ='<%=strVideoFilenameleft %>'
var s1 = new

SWFObject("player.swf","player","148","110","7","#FFFFFF");
s1.addParam("allowscriptaccess","always");
s1.addVariable('bgcolor','#FFFFFF');
s1.addParam("allowfullscreen","true");
s1.addParam("wmode", "transparent");
s1.addParam("menu", "false");
s1.addVariable('showicons','false');
s1 .addVariable('shownavigation','false');
//s1.addParam("flashvars","");
s1.addParam('flashvars','file='+ ASTRVideoFileNameleft

+'&stretching=fill&autostart=true&fullscreen=true&bufferlength

=8&icons=false');
s1.write('previewvideo');

</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to