SilverLight播放音乐、视频.doc

上传人:hw****26 文档编号:3552800 上传时间:2019-06-04 格式:DOC 页数:4 大小:17.46KB
下载 相关 举报
SilverLight播放音乐、视频.doc_第1页
第1页 / 共4页
SilverLight播放音乐、视频.doc_第2页
第2页 / 共4页
SilverLight播放音乐、视频.doc_第3页
第3页 / 共4页
SilverLight播放音乐、视频.doc_第4页
第4页 / 共4页
亲,该文档总共4页,全部预览完了,如果喜欢就下载吧!
资源描述

1、播放音乐添加进入声音时,要将音频时间置零。音频格式最好是 MP3 格式的。页面代码:后台代码:using System;using System.Windows.Controls;using System.Windows.Input;namespace MusicAndMoviepublic partial class MainPage : UserControlpublic MainPage()InitializeComponent();private void btnGuess_MouseEnter(object sender, MouseEventArgs e)TimeSpan time

2、=new TimeSpan ();MusicTwo.Position = time;MusicTwo.Play();btnGuess.Content = “You Can Try Me !“;private void btnGuess_MouseLeave(object sender, MouseEventArgs e)TimeSpan time = new TimeSpan();MusicOne.Position = time;MusicOne.Play();btnGuess.Content = “Baybay!“;播放视频注意:设置资源后,将Web重新生成一下。AutoPlay应置为Fal

3、se页面代码:后台代码:using System.Windows;using System.Windows.Controls;using System.Windows.Input;namespace Floatpublic partial class MainPage : UserControlbool isplay = true;public MainPage()InitializeComponent();private void btnStart_Click(object sender, RoutedEventArgs e)if (isplay)btnStart.Content = “暂停“;mv01.Play();isplay = false;elsebtnStart.Content = “播放“;mv01.Pause();isplay = true;private void btnStart_MouseEnter(object sender, MouseEventArgs e)/添加鼠标进入效果、函数private void btnStart_MouseLeave(object sender, MouseEventArgs e)

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 精品笔记

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。