flash

Best jQuery drop-down nav Suckerfish alternative that works with Flash?

感情迁移 提交于 2019-12-24 19:25:33
问题 I think that my Suckerfish drop-down navigation does not play well with flash. I've done everything I can think of, yet my drop-down navigation keeps displaying underneath my flash movie. If I replace the movie with an image, it displays just fine. Only when I use a flash movie does the navigation display underneath the flash movie. I have already added wmode and it still does not work: <param name="wmode" value="transparent" /> So I think my only solution left is to try and replace the

Should DispatchEvent be the last statement of a function?

微笑、不失礼 提交于 2019-12-24 19:16:00
问题 Should dispatchEvent must be the last statement of any function ? 回答1: When you call dispatchEvent, all handlers for that event are immediately called before the rest of the function body where dispatchEvent was called runs. Does that mean that you need to call dispatchEvent as the last thing in a function body? Only if the code that is after the dispatchEvent call somehow depends on something that will be adversely changed when the handlers run. 回答2: Absolutely not, dispatchEvent() can be

Argument count mismatch on flash.net::Socket/connect()

无人久伴 提交于 2019-12-24 19:09:15
问题 Hi i am receiving this error "ArgumentError: Error #1063: Argument count mismatch on flash.net::Socket/connect(). Expected 2, got 0.". I have created a .net tcp server that sends 1 byte of data while reading a file, now the flash client connects but i get this error and i don't receive any data at all. Why am i getting this error? Thanks for any replies in advance. Here is the flash code import flash.net.Socket var socket = new Socket("localhost",8888); socket.connect(); socket

Read request URL in Flash

巧了我就是萌 提交于 2019-12-24 19:02:08
问题 I am not a flash developer, but I am stuck with a flash developer, stuck with a third party program in ActionScript1. I asked him to get the request URL of the page which embeds the flash object (like reading the address bar in the browser). and then get Query string variables and send it back to an application. How to read those variables? Remember it is action script1. Thanks 回答1: Do you have control over how the movie is embedded? If so just add that information to the flash vars that you

NetStream.seek() for mp4 to exact position not keyframe

眉间皱痕 提交于 2019-12-24 18:56:57
问题 It seems seek() on mp4 file seeks to the closest keyframe (seekpoint). Is it possible to seek to exact position in between of keyframes? Thanks! 回答1: It does in fact seek to the nearest key frame. If you want to be able to seek to more specific parts of the stream you'll need to add more key frames. Of course more key frames usually results in larger file size. Good luck! 来源: https://stackoverflow.com/questions/3338795/netstream-seek-for-mp4-to-exact-position-not-keyframe

Trouble with insertChildAfter for xml in actionsctipt 3

僤鯓⒐⒋嵵緔 提交于 2019-12-24 18:53:01
问题 I'm having a lot of trouble with inserting a child after an existing node that is VERY nested in my XML. I'm trying to insert another IObject node beneath object3_LIST3. I've tried the same scheme as Having trouble with insertChildBefore and insertChildAfter in AS3 with this. This always outputs undefined and I can't seem to figure out why.. Can anyone help? If I trace contentNode and parentNode, it outputs: object3_LIST3 and <objects> <IObject>object3_LIST3</IObject> </objects> As if no

How do you stop Copy/Paste in a flash form

六眼飞鱼酱① 提交于 2019-12-24 18:33:46
问题 I work for a medical transcription company and our medical transcription test we administer to our applicants is an older flash forms app that stops copy and paste by emptying the clipboard when you enter the form. This worked great in IE 7, but recently it has come to my attention that it does not work so well in Firefox. Or perhaps it is the version of flash, since flash should be browser independent. I'm not by any means a flash developer, in fact I'm quite terrible at it. So what I need

为FLASH正名!HTML5前景分析

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-24 18:28:32
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> (本文于2010.10.01发表在 《草根》杂志 第四期,LAMP交流超级群(500人):106382633) 眼下关于HTML5的新闻在互联网上可谓是铺天盖地,关注度甚是有超越云计算之势,网友的反映也是众说风云,各执一词,就目前看来,乔布斯(Apple)公然挑起的这场战争到底是掀起了一些波澜,但起初观望这场战争的时候,小编就产生了一种疑问,按理说这类挑衅应该总是由垄断一方首先发动,以达到把新生儿打压在萌芽状态的效果,但这次反到是这样一个新生儿突然像站起来挑战元老Adobe这样的事情看起来就有点蹊跷了。 也许你要说HTML5怎能算是一个新生儿,它的草案形成了已经有近2年的时间了,但是跟Flash帝国18年的技术积累,数十万的开发者,97%的用户占有率,试问HTML5难道不算是一个新生儿吗? 这场闹剧本来只是两大世界级公司之间的利益之争罢了,但现在已经不可避免的殃及另外两家巨头,没错,他们分别是谷歌和微软。这让我们不禁产生一种好奇,那便是究竟他们在Adobe和Apple交战火热的时候所表明的态度,究竟想满足怎样一种需要?就目前为止,这场战争的阵营势力分别是这样的: HTML5阵营:Apple,Google Flash阵营:Adobe 中立阵营:Microsoft 随大流阵营:Mozilla,Opera

Add a button to save the picture in AIR or AS3

被刻印的时光 ゝ 提交于 2019-12-24 18:26:53
问题 I have a file attachment here. I tried I try to add a button for interface to download the image in the phone folder in AIR or AS3 Or make a photo wallPaper for phon. Can anyone help me?? And experience it in the attached file . 来源: https://stackoverflow.com/questions/29915396/add-a-button-to-save-the-picture-in-air-or-as3

flash player: usage

蓝咒 提交于 2019-12-24 18:25:59
问题 i use Adobe flash player in my site, and now i need to increment some filed in database, when user click on player. here is the script <div id="conteiner" style="text-align: center;" ></div> <script type="text/javascript"> var s1 = new SWFObject("player.swf","ply","420","380","9","#FFFFFF"); s1.addParam("allowfullscreen","true"); s1.addParam("allowscriptaccess","always"); s1.addParam("flashvars","file=<?=$video ?>"); s1.write("conteiner"); </script> i deside to use ajax for it, but how can i