- 浏览: 536379 次
- 性别:
- 来自: 深圳
文章分类
最新评论
-
gaolegao2008:
如果报 is_volum 列名找不到之类的,我是从新部署了一个 ...
spring quartz 定时器报错 -
gaolegao2008:
部署到linux上时,还有一种情况就是mysql数据库区分大小 ...
spring quartz 定时器报错 -
qq123zhz:
yahier 写道 对我有帮助,但我看的一个demo程序,却没 ...
spring quartz 定时器报错 -
qq123zhz:
这个要在eclipse的插件环境下运行的,你不懂eclipse ...
GEF 自动布局 -
qq123zhz:
这个很久了,不记得啥时候写的了
json转为Map
然后,在flex应用中,你可以通过读取应用参数来获取这些变量:
var username:String; var type:String; if(Application.application.parameters.hasOwnProperty("username")) { username=Application.application.parameters.username; } if(Application.application.parameters.hasOwnProperty("type")) { type=Application.application.parameters.type; }
这样username="ryan",type="coke"。。。。。。。
<!-- saved from url=(0014)about:internet --> <html lang="en"> <!-- Smart developers always View Source. This application was built using Adobe Flex, an open source framework for building rich Internet applications that get delivered via the Flash Player or to desktops via Adobe AIR. Learn more about Flex at http://flex.org // --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- BEGIN Browser History required section --> <link rel="stylesheet" type="text/css" href="history/history.css" /> <!-- END Browser History required section --> <title></title> <script src="AC_OETags.js" language="javascript"></script> <!-- BEGIN Browser History required section --> <script src="history/history.js" language="javascript"></script> <!-- END Browser History required section --> <style> body { margin: 0px; overflow:hidden } </style> <script language="JavaScript" type="text/javascript"> <!-- // ----------------------------------------------------------------------------- // Globals // Major version of Flash required var requiredMajorVersion = 9; // Minor version of Flash required var requiredMinorVersion = 0; // Minor version of Flash required var requiredRevision = 60; // ----------------------------------------------------------------------------- // --> </script> </head> <body scroll="no"> <script language="JavaScript" type="text/javascript"> <!-- // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65) var hasProductInstall = DetectFlashVer(6, 0, 65); // Version check based upon the values defined in globals var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision); if ( hasProductInstall && !hasRequestedVersion ) { // DO NOT MODIFY THE FOLLOWING FOUR LINES // Location visited after installation is complete if installation is required var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn"; var MMredirectURL = window.location; document.title = document.title.slice(0, 47) + " - Flash Player Installation"; var MMdoctitle = document.title; AC_FL_RunContent( "src", "playerProductInstall", "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"", "width", "100%", "height", "100%", "align", "middle", "id", "flex_jiaohu", "flashvars","username=zhz", "quality", "high", "bgcolor", "#869ca7", "name", "flex_jiaohu", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", "pluginspage", "http://www.adobe.com/go/getflashplayer" ); } else if (hasRequestedVersion) { // if we've detected an acceptable version // embed the Flash Content SWF when all tests are passed AC_FL_RunContent( "src", "flex_jiaohu", "width", "100%", "height", "100%", "align", "middle", "id", "flex_jiaohu", "quality", "high", "flashvars","username=zhz", "bgcolor", "#869ca7", "name", "flex_jiaohu", "allowScriptAccess","sameDomain", "type", "application/x-shockwave-flash", "pluginspage", "http://www.adobe.com/go/getflashplayer" ); } else { // flash is too old or we can't detect the plugin var alternateContent = 'Alternate HTML content should be placed here. ' + 'This content requires the Adobe Flash Player. ' + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>'; document.write(alternateContent); // insert non-flash content } // --> </script> <noscript> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="flex_jiaohu" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="movie" value="flex_jiaohu.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#869ca7" /> <param name="allowScriptAccess" value="sameDomain" /> <embed src="flex_jiaohu.swf" quality="high" bgcolor="#869ca7" width="100%" height="100%" name="flex_jiaohu" align="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" > </embed> </object> </noscript> </body> </html>
//js部分
var flashvars = {
playname: "1.flv",
videoname: "这是1"
} ;
swfobject.embedSWF("/videoPlayer_iest.swf", "myContent", "663", "660", "9.0.0", "/expressInstall.swf", flashvars, {wmode: "transparent"});
//as取值
var _file = stage.loaderInfo.parameters.playname;
发表评论
-
对于swiz1.0框架的一点理解
2011-05-18 11:32 1178Swiz的核心是个简单的控制反转框架。借助于IoC框架,应用组 ... -
flex 强制viewStack更新
2011-05-12 15:24 2171viewStack 第一次创建后,后面viewStack切换 ... -
flex 任意组件添加鼠标手型
2011-05-09 16:03 2116<s:TextArea textFlow="{ ... -
flex 时区转换
2011-05-06 15:29 1301public static function getTimeZ ... -
关于在s:Application 使用mx:DataGrid
2011-05-05 16:24 993在flex4中使用mx:DataGrid ,不支持内联的Da ... -
原来<s:ComboBox>已经出来了
2011-04-27 14:40 1232最近做的项目需要可编辑的下拉列表,以前google发现只有d ... -
s:DataGrid与mx:DataGrid
2011-04-22 15:59 3095<s:DataGrid id="showGr ... -
AIR 居中
2011-04-21 13:54 1168youWin.nativeWindow.x = (Capabi ... -
swiz 元标签[EventHandler]
2011-04-19 14:40 1144[EventHandler( event="User ... -
flex4 AIR titleBar问题
2011-04-13 16:14 1609flex3 AIR中 windedApplication有sh ... -
flex 国际化参数
2011-04-11 11:41 1208-locale zh_CN -locale en_US - ... -
swiz 弹出框的处理
2011-04-06 12:54 1091由于swiz框架的事件是基于冒泡的,而且它 it was ... -
flex 4 工具栏
2011-04-02 15:16 2517flex 4 WEB模式下的工具栏,能正常运行。 <? ... -
flex 的反射要事先声明.......为什么?
2011-03-03 12:29 1034Flex的反射有点假,你必须先声明一下才能反射的到。为什么?? ... -
as 数组去重复元素
2011-02-16 09:38 1246var a:Array=new Array("a&q ... -
(flex4): addChild() is not available in this class.
2011-02-15 14:01 1913flex4中: just create another co ... -
BulkLoader 多文件加载库(转)
2011-02-14 12:21 2739在BulkLoader 的 add方法中 ... -
关于blazeds的Channel/endpoint的介绍
2011-02-11 10:29 1631AMFChannel/AMFEndpoint: 简单的通道传输 ... -
blazeds 自带的日志记录功能
2011-02-09 16:40 2877在mxml添加<mx:TraceTarget leve ... -
查看MXML文件所翻译的ActionScript代码
2011-01-21 15:40 1105项目属性——》Flex编译器 -locale zh_CN ...
相关推荐
`<param>`标签用于传递参数给SWF文件,如`movie`参数指定了播放器的位置,`flashVars`参数则包含了视频文件路径和其他配置,如`autostart=true`表示视频将自动开始播放。 `<embed>`标签是备用的,对于那些不支持`...
<td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1024" height="768"> <param name="movie" value="flvplayer.swf" /> <param name="quality" value="high" /> <param name=...
这种简化的方法直接在`<object>`和`<embed>`标签中传递影片地址。关键代码解释如下: 1. 创建`<object>`标签,设置`classid`和`codebase`,定义`width`和`height`属性。 2. 使用`<param>`标签设置`movie`参数,值...
当然,为了实现最佳的用户体验,我们需要在JavaScript中添加一些额外的逻辑来检测浏览器的类型和版本,然后根据结果选择使用`<audio>`还是`<object>`标签。这通常可以通过UserAgent字符串分析来实现。 除了HTML和...
代码中的注释部分展示了使用`<embed>`标签作为备用方案,确保在不支持`<object>`标签的浏览器中也能正常显示。虽然现代浏览器通常支持`<object>`,但提供`<embed>`标签可以增强兼容性。 ### 四、代码解析 - `<%@...
- **定义**:`<PARAM>`标签用于向`<OBJECT>`标签传递参数,这些参数会被传递给嵌入的内容(如Flash动画)。 - **属性详解**: - `_cx` 和 `_cy`:分别表示控件的宽度和高度,单位为twips(1英寸等于1440 twips)。 ...
总结来说,通过HTML的`<object>`和`<embed>`标签,我们可以将Flash播放器嵌入到网页中,并通过`flashvars`参数指定要播放的视频文件,从而实现在线播放Flash视频的功能。然而,考虑到Flash的局限性,建议逐渐转向...
`<param>`标签用于指定与`<object>`相关的参数。在本例中,使用了多个`<param>`标签来设置Flash播放器的行为和外观: - `name="allowScriptAccess"`: 设置允许脚本访问的范围,这里设置为`sameDomain`表示只允许...
在这个示例中,`data`或`movie`属性指定SWFPlayer的位置,`flashvars`参数用于传递配置信息,如视频文件路径(`file`)和是否自动播放(`autostart`)。 然后,你需要在ASP.NET后台代码(C#)中处理视频文件的路径。这...
在这个例子中,`<object>`和`<embed>`标签用于嵌入Flash Player组件。`movie`参数指定Flvplayer.swf的位置,`flashVars`参数则设置视频文件路径(`your_video_file.flv`)。为了实现后台播放,你需要将`your_video_...
当需要显示Flash内容时,`swfobject`会动态地将这个占位符替换为一个`<object>`或`<embed>`元素,这些元素是Flash内容实际嵌入到页面的容器。 3. **参数设置**:开发者可以通过`swfobject.embedSWF()`方法指定Flash...
在描述中提到的“修复IE6-IE8报参数错误”,这通常是指IE低版本在尝试解析或处理`<video>`标签时出现的问题。这些错误可能包括无效的参数、不支持的视频格式或者Flash插件的兼容性问题。`html5media`库通过创建一个...
这段代码中,`<object>`标签用于定义一个Flash对象,而`<embed>`标签则为不支持`<object>`标签的浏览器提供备用的嵌入方式。`movie`参数指定了播放器的SWF文件(通常是一个预先准备好的Flash Player实例),`...
在每个`<object>`标签内部,`<param>`标签用来设置Flash播放器的参数,如播放的视频URL、窗口大小、透明模式、脚本访问权限以及全屏支持。 `FlashVars`参数是传递给Flash电影的关键,这里指定了播放的视频URL及其他...
flash-swf格式计算器使用Object控件嵌入html即可使用(文件内有dom) <!DOCTYPE ... </object> </div> </body> </html>
酷6网同样采用了`<object>`标签来嵌入视频播放器,主要参数包括: - **id**: 设置对象的ID,通常为video_player。 - **type**: 设置类型为application/x-shockwave-flash,表示SWF格式。 - **data**: 视频地址,...
<script src="swfobject.js"></script> </head> <body> <div id="flashContent"> 你的浏览器不支持Flash,或者未安装Flash Player。 </div> <script> var flashvars = {}; var params = {}; var attributes ...
在HTML中,我们通常使用`<object>`和`<embed>`标签来插入各种类型的媒体内容,包括Flash视频。这两种标签都可以用来嵌入FLVPlayer.swf,但它们之间存在一些差异: 1. **`<object>`标签**: - `<object>`标签提供了...
在`<object>`或`<embed>`标签中,可以使用`FlashVars`属性传递数据。例如: ```html <object data="flash.swf" FlashVars="param1=value1¶m2=value2"></object> ``` 2. **LocalConnection**: Flash提供了`...