码迷,mamicode.com
首页 >  
搜索关键字:js判断浏览器flash player    ( 1792个结果
【Unity3D自学记录】Unity3D显示NPC名称
using UnityEngine; using System.Collections; public class NPCName : MonoBehaviour { //主角对象 private GameObject player; //主摄像机对象 private Camera camera; //NPC名称 private string na...
分类:其他好文   时间:2014-08-06 11:57:01    阅读次数:172
批量建立MySQL表
今天遇到MySQL的分表问题,可以采用脚本方式循环建立新的表,也可以使用sql建立。下面以建立player_0到player_9的语句为例。 delimiter // CREATE procedure create_table() BEGIN DECLARE `@i` int(11); DECLARE...
分类:数据库   时间:2014-08-06 02:07:00    阅读次数:365
Windows Server 2008 R2 开启Win7主题效果Aero
1、打开 开始---管理工具----服务器管理器--功能 2、点击 “添加功能”,选择“桌面体验”,这样就会安装上win7 主题和Windows media player 3、重启电脑后,在“服务”里启用 Themes 4、右击桌面,点击 “个性化”设置一下桌机主题、背景图片等等就可以了 ...
分类:Windows程序   时间:2014-08-05 22:00:40    阅读次数:292
POJ 1651 Multiplication Puzzle (区间DP)
Description The multiplication puzzle is played with a row of cards, each containing a single positive integer. During the move player takes one card out of the row and scores the number of points eq...
分类:其他好文   时间:2014-08-05 11:12:25    阅读次数:267
brower plugin
1,文件player.h#include "PluginWindowWin.h"...public: HWND m_HWND;2,文件player.cppbool player::onWindowAttached(FB::AttachedEvent *evt, FB::PluginWindow *....
分类:其他好文   时间:2014-08-04 21:06:57    阅读次数:259
cocos2d-x场景效果切换
Cocos2d-x提供了很多场景间切换的效果1.使用方法:ccTime t = 1.2; CCScene * pScene = CCScene::node(); CCLayer *pLayer = new book_page1(); pLayer->autorelease(); pScene...
分类:其他好文   时间:2014-08-03 23:11:06    阅读次数:268
VLC 使用
int_tmain(intargc,_TCHAR*argv[])19{20libvlc_instance_t*inst;21libvlc_media_player_t*mp;22libvlc_media_t*m;23libvlc_log_t*log;2425/*LoadtheVLCengine*/26inst=libvlc_new(0,NULL);2728//logging29log=libvlc_log_open(inst);30libvlc_set_log_verbosity(inst,2);31unsi..
分类:其他好文   时间:2014-08-03 08:04:45    阅读次数:1552
jquery上传文件控件Uploadify
基于jquery的文件上传控件,支持ajax无刷新上传,多个文件同时上传,上传进行进度显示,删除已上传文件。要求使用jquery1.4或以上版本,flash player 9.0.24以上。有两个版本,一个用flash,一个是html5。html5的需要付费~所以这里只说flash版本的用法。官网:...
分类:Web程序   时间:2014-08-01 19:14:22    阅读次数:339
delphi 插入 HTML代码 播放器
Delphi在Webbrowser中插入 HTML/java script代码使用方法将下面的代码赋值到1个记事本里保存,然后保存为xxx.htm就可以看到效果使用PasteHtml实现功能的事件 Windows Media播放器 mp3 mp4 Windows Real Player Flash ...
分类:Web程序   时间:2014-08-01 13:14:01    阅读次数:403
NetStream.appendBytes, 走向Flash P2P VOD的第一步
之前被告知可以自行实现Flash p2p的点播功能, 但一直疑惑, 印象中NetStream并未提供相关方法, 前天看订阅时发现的文章:ByteArray Access to NetStream in Flash Player 10.1[ by Thibault Imbert ]进而找到文档:Net...
分类:移动开发   时间:2014-08-01 13:01:51    阅读次数:252
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!