jQuery + Adobe Flash integration plugin

授权协议 未知
开发语言 JavaScript
所属分类 Web应用开发、 Flash开发包
软件类型 开源软件
地区 不详
投 递 者 岳安福
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Embedding Flash with flashembed.js

flashembed is a javascript tool that you can use to embed Flash objects to you website. There are other tools for embedding flash objects but none of them offers the same flexibility and ease of use as this one.

Benefits

  • Easy to use. Other Flash embedding tools can be hard to understand and use. You need to read loads of documentation for achieving a very simple task. This tool takes only 1 to 3 arguments and thats it.
  • JSON configuration. Today many flash objects are configured with lot's of parameters and many of those parameters are complex JSON objects. This plugin enables to supply JSON configurations directly to your Flash object. You don't need to hazzle with complex strings and character escapes. In fact this was the main reason for developing this plugin.
  • Alternate content. This plugin offers the easiest way to handle users with old Flash versions or users that do not have flash at all. You have following choises

    1. Default behaviour is to replace alternate content with flash if user has required flash version.
    2. You setup express install to upgrade Flash on the fly.
    3. You can configure you own onFail method that can generate content dynamically. You may even want to set up alternate browser instead of Flash.
    4. If you are too lazy to configure anything you can let this tool to show default message which is actually very informational. User will see a message informing about required player version and a direct link to correct download page.
  • jQuery support. jQuery is no longer required but is very well supported. If you have many Flash objects on your site (such as sifr objects) jQuery is an ideal tool for "flash-enabling" them. It has native query language for finding elements and this plugin can replace those elements with Flash. jQuery is not required sot this tool can also work without it.
  • flexible API access. After you have placed your Flash object to the page you'll instantly have the handle to the Flash object's programming interface (API) if such is profided.
  • Size. Althought rich in features this plugin weights a ridiculous 4.1 kb when packed.

Usage

// without jQuery: replace first argument with flash
flashembed(element, {parameters}, {configuration});

// with jQuery: replace selected jQuery objects with flash
$("selector").flashembed({parameters}, {configuration});

  • Adobe flash plugin插件的安装    Posted by: linuxsir   in linux Fedora9安装好后是没有安装Adobe的Flash plugin插件的,这样是看不了视频网站的比如优酷和56。所以需要下载,直接在官网上下载插件,www.adobe.com”download”中选择”get flash plugin”就可以下载下来了。 然后用rpm进行安装:Fl

  • Your Firefox has installed a Flash Player by mistake? The following steps will guide you to disable the plug-in. Launch Firefox; Type about:config in address field; Delete npswf32.dll from <firefox>/p

  • 【问题描述】当我们在进行Flex开发的时候,在Flex程序中设置断点,然后在Firefox 3.6中debug,当debug的时间稍微长点的时候,总是会遇到 The Adobe Flash plugin has crashed 的问题。   【解决办法】 打开Firefox,在地址栏输入about:config 找到 dom.ipc.plugins.timeoutSecs 双击此行,将value改

  • Refer to: http://fedoraproject.org/wiki/Flash http://bbs.fedora-zh.org/showthread.php?5222-Fedora-X86_64%E5%AE%89%E8%A3%85flash-plugin su -c 'yum install nspluginwrapper.{x86_64,i686} alsa-plugins-pul

  • Adobe Flash Player是一种广泛使用的、专有的多媒体程序播放器。它最初由Macromedia编写,在Macromedia被Adobe收购后由Adobe继续开发并分发。Adobe Flash Player 最初设计目的为播放2维向量动画,但至此之后成为适合开发创造丰富型互联网应用程序、流视频音频的工具。Flash Player使用矢量图形的技术来最小化文件的大小以及创造节省网络带宽和下

  • 1. enable Canonical  Partner  Repository Open Terminal and type commands below to sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner" 2. Update Repo and Install flas

  • IE中的Flash出现激活框“单击以激活并使用此控件”的解决方法。 当鼠标移到网页中的FLASH上时,会出现一个外边框。并有“单击以激活此控件”的提示。解决方法: 1、新建JS文件:取名为AC_RunActiveContent.js //v1.0 //Copyright 2006 Adobe Systems, Inc. All rights reserved. function AC_AddExt

 相关资料
  • jQuery是一个快速而简洁的库/框架,使用由John Resig在2006年创建的JavaScript构建,其中有一个很好的座右铭 - 写得少,做得更多。 jQuery简化了HTML文档遍历,事件处理,动画和Ajax交互,以实现快速Web开发。 访问我们的jQuery教程,了解 jQuery。 我们也可以使用CoffeeScript来处理jQuery 。 本章将教您如何使用CoffeeScrip

  • 许多JavaScript库使用$作为函数或变量名,就像jQuery一样。 在jQuery的情况下,$只是jQuery的别名,因此所有功能都可以在不使用$的情况下使用。 运行$.noConflict()方法将$变量的控制权交还给第一个实现它的库。 这有助于我们确保jQuery不与其他库的$对象冲突。 这是避免任何冲突的简单方法 - // Import other Library // Import

  • jquery 插件简明教程 basic-plugin-creation 基本的插件编写 $.fn.greenify=function(){ this.css("color","green"); } $("a").greenify(); 链式调用 $.fn.greenify=function(){ this.css("color","green"); return thi

  • 问题内容: 在哪个时间使用哪个。 在http://api.jquery.com/上的文档中: 对于ajaxStop(),它表示: 描述:注册所有Ajax请求完成后要调用的处理程序。这是一个Ajax事件。 对于ajaxComplete(),它说: 描述:注册一个在Ajax请求完成时要调用的处理程序。这是一个Ajax事件。 从我可以看到,由于以下原因,ajaxComplete()更加灵活: 无论完成了

  • jquery JQuery让跨浏览器进行HTML遍历,操作,事件处理,和动画操作变得简单。 JQuery自动添加到每个Meteor APP中,因为框架大量的使用了jQuery。详情参见JQuery docs 。

  • 你可能听说过jQuery,它名字起得很土,但却是JavaScript世界中使用最广泛的一个库。 江湖传言,全世界大约有80~90%的网站直接或间接地使用了jQuery。鉴于它如此流行,又如此好用,所以每一个入门JavaScript的前端工程师都应该了解和学习它。 jQuery这么流行,肯定是因为它解决了一些很重要的问题。实际上,jQuery能帮我们干这些事情: 消除浏览器差异:你不需要自己写冗长的

  • jQuery++ 在 jQuery 1.7.x 的基础上增加了一些 DOM 助手方法,目的是提供 jQuery 所不支持的功能,包括 Cookie 操作、DOM Range 和表单处理。

  • jQuery是一个快速,小型且功能丰富的JavaScript库。借助易于使用的API(可在多种浏览器中使用),它使HTML文档的遍历和操纵,事件处理,动画和Ajax等事情变得更加简单。兼具多功能性和可扩展性,jQuery改变了数百万人编写JavaScript的方式。 jQuery的核心特性可以总结为:具有独特的链式语法和短小清晰的多功能接口;具有高效灵活的css选择器,并且可对CSS选择器进行扩展