

2009
02-22
02-22
How To: Stream a Sound
.gif&h=140&w=205&zc=1)
2009
02-22
02-22
How To: Play a Song
Demonstrates how to play a song from a user's media libary.The Complete SampleThe code in this tutorial illustrates the technique described in the text. A complete code sample for this tutorial is ava.... Read More >
2009
02-22
02-22
How To: Play a Sound
Demonstrates how to play a sound.To play a sound without using XACT, you will use the SoundEffect or SoundEffectInstance classes. Using these classes is simpler than using XACT and the classes require.... Read More >
.bmp&h=140&w=205&zc=1)
2009
02-22
02-22
Audio Overview

2009
02-21
02-21
vista下XNA无法安装,vs 2008 自动消失
vista下, XNA无法安装,XACT无法启动,还有一些程序莫名关闭, vs 2008 自动消失。下面是csdn的一个方法《《你用的是D版的XP,而且附带激活补丁的. 好,解决方案如下: 修改注册表: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Nls\Language InsttallLanguage="xxx.... Read More >
2009
02-19
02-19
XACT unknown error code
All XACT methods return an HRESULT which are either standard COM error codes or XACT specific error codes defined in the header XACT.h. In this case the error code is XACTENGINE_E_NOWAVEBANK which is .... Read More >
2009
02-17
02-17
XNA Series – 3d textures from Blender
A quick note, if you are exporting an object with uv images, you need to add the images to a subfolder of your Content folder called fbx (under the folder you are putting your fbx files) This is where.... Read More >
2009
02-17
02-17
XNA Series – Begining 3D – Part 1
