`
smartinvoke
  • 浏览: 106009 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
文章列表
A simple .swf file and it’s below the line representation          At some point along your journey to write your own .swf files, you are going to have to be able to read and understand the raw bits and bytes. I created a one frame flash movie that contained only a rectangle and saved it as R ...
<?xml version="1.0" encoding="utf-8"?> <rcp:RCPModule xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:rcp="http://www.smartrcp.org" creationComplete="init()" xmlns: ...
<?xml version="1.0" encoding="utf-8"?> <rcp:RCPModule xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:rcp="http://www.smartrcp.org" creationComplete="init()" xmlns:mx=" ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="absolute" horizontalAlign="center" verticalAlig ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete="init()" horizontalA ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*" xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete="init()"> <m ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*" xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" horizontalAlign="center" verticalAlig ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*" xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" horizontalAlign="center" verticalAlig ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical"> <mx:Script> <![CDATA[ imp ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete="init()"> <m ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete="init()" width=" ...
本篇展示flex工具栏的实现: <?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete=" ...
<?xml version="1.0" encoding="utf-8"?> <gui:RCPModule xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:gui="cn.smartinvoke.gui.*"  xmlns:rcp="cn.smartinvoke.rcp.*" layout="vertical" creationComplete="init()"> < ...
本段视频通过演示使用smartrcp让flex调用IE浏览器内核, 实现了动态执行浏览器js代码等高级功能。   效果图如下:       视频下载地址:  http://smartrcp.googlecode.com/svn/org.smartrcp.demo/src/vedios/browser.swf smartrcp下载地址:http://smartinvoke.cn 源代码见附件
大家都知道很难屏蔽掉flex程序中的某些右键菜单项,比如 设置...,关于 adobe flash player。   在smartrcp中可以轻松屏蔽掉这些菜单项,并构建出功能丰富的右键菜单。   效果如下图:          视频教程下载地址:   http://smartrcp.googlecode.com/svn/org.smartrcp.demo/src/vedios/vedio4.swf     smartrcp下载地址:http://smartinvoke.cn    
Global site tag (gtag.js) - Google Analytics