<!--quoteo(post=179970:date=Jan 22 2007, 04:16 PM:name=Rad)--><div class='quotetop'>QUOTE(Rad @ Jan 22 2007, 04:16 PM) [snapback]179970[/snapback]</div><div class='quotemain'><!--quotec-->
Hi, Petros. It´s a good information. But my trailer doesn´t want to start now. It´s strange. <img src="style_emoticons/<#EMO_DIR#>/mybad.gif" style="vertical-align:middle" emoid="
" border="0" alt="mybad.gif" />
<!--QuoteEnd--></div><!--QuoteEEnd-->
<img src="style_emoticons/<#EMO_DIR#>/hi.gif" style="vertical-align:middle" emoid=":gday" border="0" alt="hi.gif" /> Rad <img src="style_emoticons/<#EMO_DIR#>/buds.gif" style="vertical-align:middle" emoid="
" border="0" alt="buds.gif" />
POTC\Program\interface\mainmenu.c has the code:<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->
void procTimeCalculate()
{
int n = sti(GameInterface.mainmenu.timeclock) - 1;
if(n>0)
{
GameInterface.mainmenu.timeclock = n;
PostEvent("evntTimeCalculate",1000);
return;
}
SetEventHandler(EVENT_END_VIDEO,"LaunchMainMenu_afterVideo",0);
StartPostVideo("trailer",1);
SetEventHandler("Control Activation","procAttractExit",1);
}<!--c2--></div><!--ec2-->
Check to see if you have this.
Also check to see if the video runs in Windows Media Player.