flash

How to embed my own video player in Facebook?

折月煮酒 提交于 2019-12-28 08:11:12
问题 Is it possible to embed my own video player in Facebook, so I can see the video directly in the timeline, like all the YouTube videos? Are there any metatags I need to include in the <head> section of my site? 回答1: You must first get your Flash player approved by submitting a video embed whitelist request. Once this is approved, which took 4 hours for me when I look back on emails from my request, your player will be able to be shown just as YouTube videos are. You can then use the Facebook

What is the best multiple file JavaScript / Flash file uploader?

荒凉一梦 提交于 2019-12-28 03:23:13
问题 Specifically, I'm looking for a client-side, JavaScript and / or Flash based multiple file uploader. The closest thing I've found is FancyUpload. Anyone have experience with it? If not, what else is out there? 回答1: Yahoo's YUI Uploader is your friend. 回答2: Uploadify is a jQuery / Flash hybrid (if you don't feel like adding in YUI just to handle uploads). Demo How to implement 回答3: SWFUpload is probably the leading "competitor" to that. 回答4: Alternatives to SWFUpload: YUI Uploader jqUploader

preparing mp4 file for html 5

爷,独闯天下 提交于 2019-12-28 01:28:25
问题 In html 5, I want to embed an mp4 like this: <video width="640" height="480" controls> <source src="somefile.mp4" type="video/mp4"> Your browser does not support the video tag. </video> The video runs fine the the browser in my development machine, but the file is 500MB because it was recorded in full HD. How do I down-sample the file so that it is about 50MB, with smaller video but the same sound quality, and still able to play in the browser using the html5 video tag shown above? I am using

as3 textfield changing string value

Deadly 提交于 2019-12-27 16:06:48
问题 i am new in as3 in flash. i need to show an alert. in alert box the shown text field is like : "ou ra ro la atio hata". But the real text that i want to show is like "Mouse drag drop play action hata". at the code pair the text field is like "Mouse drag drop play action hata". and when i debug code, also i see the text field like same. actually i did not find out why the text field is changing like "ou ra ro la atio hata". is it changing, or replacing, or removing etc. i really don't know.

Chrome 62 and Flash

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-27 11:31:09
问题 I have a Flash-based app that I need to test using Cucumber. As flash is not enabled by default I need to enable it before each test and whitelist the url I believe. If I pause the test in it's background phase I can manually set these options. How can I automate this approach though, I have looked into adding options and preferences , but still cannot seem to get to work. So this is my standard setup in an env.rb file Capybara.register_driver :chrome do |app| chrome_binary = '/Applications

javascript onclick event over flash object

早过忘川 提交于 2019-12-27 11:15:27
问题 I have one embed flash movie inside one div, I put one javascript onclick event handler in the main div, but isn't catching the click, what is wrong? Code: <div id="top-box-player" onclick="alert('Hi Bananas!');"> <object width="400" height="300"> <param name="movie" value="general.swf"> <embed src="./swf/general.swf" width="400" height="300"> </embed> </object> </div> 回答1: It is best to think of all swf's as having a z-order of infinity. Flash is on top and there is very little which can be

Adobe Flash Player不是最新版本

六眼飞鱼酱① 提交于 2019-12-26 12:06:33
错误截图如下: 步骤1. 打开浏览器,输入 http://www.adobe.com/cn/ 步骤2. 点击菜单,打开下拉的列表,找到并点击AdobeFlashPlayer 步骤3. 把可选程序的勾“√”去掉,否则会安装可选程序,然后点击立即安装按钮 步骤4. 上一步下载的文件还不是AdobeFlashPlayer,需要双击下载好的程序来下载安装AdobeFlashPlayer,点击下一步 步骤5. AdobeFlashPlayer下载完成后会自动安装,安装完成后会提示重启浏览器,点击完成按钮关闭软件安装 来源: https://www.cnblogs.com/jellyru/p/6808449.html

Flash / FLV - How do I extract MetaData from an FLV? [closed]

隐身守侯 提交于 2019-12-25 19:42:11
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . What software is available for extracting metadata from an FLV? I'm testing an flv streaming module for apache (mod_flvx) and need to extract keyframe info from an flv for debugging purposes. I was only able to find FLV MetaData Viewer, but its dated, from 2006, and doesn't install properly on Win7. http://www

Flash Whiteboard: Actionscript 3

不羁岁月 提交于 2019-12-25 19:39:28
问题 I'm looking for a flash Actionscript 3 tutorial on how to create a whiteboard application with flash media server 3.5. Please anybody have any ideas where I can start looking for this information? 回答1: Search for the articles: Using the Whiteboard component Creating a Whiteboard Application with Macromedia Flash Communication Server MX My first answer so no link allowed for me 来源: https://stackoverflow.com/questions/904752/flash-whiteboard-actionscript-3

flash as3 Fadein fadeout xml slideshow

 ̄綄美尐妖づ 提交于 2019-12-25 19:06:35
问题 I am new to as3.0 and want to complete my project. I am using the below code for my xml slideshow but I want the pictures to fade into each other it should never fade to complete white. Hope any expert can help me. import gs.*; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import fl.transitions.easing.*; stage.scaleMode = StageScaleMode.NO_SCALE; stage.align = StageAlign.TOP_LEFT; //hides the description box until