Главная страница / Macromedia FLASH - создание роликов и эффектов / помогите с прелоадером

Создал прелоадер, который описан в статье на главной странице сайта. Теперь вопрос: флэш-файл начинает качаться (буфферизация) автоматически. Можно какую-нить кнопку поставить на прелоадер, чтобы буфферизация начиналась только после нажатия на её? Это для того, чтобы дать пользователям дайл-апа не занимать траффик.
Спасибо заранее.
зы. советы типа "хтмл-версия сайта" и "флэш-версия сайта" не подходят". =)

Flash Player 5.
url The absolute or relative URL of the SWF file or JPEG file to be loaded. A relative path must be relative to the SWF file at level 0. Absolute URLs must include the protocol reference, such as target="_blank">http:// or file:///.
variables An optional parameter specifying an HTTP method for sending or loading variables. The parameter must be the string GET or POST. If there are no variables to be sent, omit this parameter. The
GET method appends the variables to the end of the URL and is used for small numbers of variables. The POST method sends the variables in a separate HTTP header and is used for long strings of variables.
Method; loads SWF or JPEG files into a movie clip in Flash Player while the original SWF file is playing.
If you want to monitor the progress of the download, use MovieClipLoader.loadClip() instead of this function.
Without the loadMovie() method, Flash Player displays a single SWF file and then closes. The loadMovie() method lets you display several SWF files at once and switch between SWF files without loading another
HTML document.
A SWF file or image loaded into a movie clip inherits the position, rotation, and scale properties of the movie clip. You can use the target path of the movie clip to target the loaded SWF file.
Use the unloadMovie() method to remove SWF files or images loaded with the loadMovie() method. Use the loadVariables() method to keep the active SWF file, and update the variables with new values.
loadMovie(), loadMovieNum(), MovieClip.loadVariables(), MovieClip.unloadMovie(), unloadMovie(), unloadMovieNum()

Главная страница / Macromedia FLASH - создание роликов и эффектов / помогите с прелоадером / Flash Player 5 url The absolute or relative URL of the SWF file