flash

Safari + jQuery thickbox = massive visual glitches?

大兔子大兔子 提交于 2020-01-05 08:09:18
问题 I need help determining what the cause of a serious visual glitch is with one of my production websites. It is only happening with Safari - Chrome and all other browsers are fine. http://www.philanthropicdirectory.org/search This is a Drupal 6.x website, running the following simultaneously: jQuery 1.3.2 (Drupal base/default) jQuery 1.4.4 (This is used here and there by overriding the jQuery namespace to '$js' for certain advanced operations 1.3.2 can't handle) jQuery UI 1.7.3 Thickbox 1.8.2

how can i change texts in the dynamic textFields in SimpleButton instance (button symbol)?

自闭症网瘾萝莉.ら 提交于 2020-01-05 05:35:08
问题 this may be a basic thing, but i couldn't find an answer by serching internet. I have created a simple button - Istance name = "btnsample" and there are two layers layer 0- button design with rollovers - layer 1- dynamic text field - instance name = "txtbtnlabel" btnsample.txtbtnlabel.text = "new button label; but it's giving followin error :-119:Access of possible undefined propety txtbtnlabel through a reference with static type flash.display:simpleButton. how to solve this problem? 回答1: I

method (function) in subClass not being called on mouse event

半腔热情 提交于 2020-01-05 05:33:24
问题 My goal is: define a subClass of Sprite called Ship use an event at runtime to call a function within this new class It seems that I've figured out how to create my Ship class using a package in a linked .as file. But I can't seem to access the function within that class. Can anyone see what I'm doing wrong? var ShipMc:Ship = new Ship(); addChild(ShipMc);// This successfully adds an instance, so I know the class is working. addEventListener(MouseEvent.CLICK, ShipMc.addShip);//But this doesn't

Game assets not loading in Kongregate

我们两清 提交于 2020-01-05 05:26:18
问题 I just created my first game, and am having some problems. I uploaded to Kongregate(but didn't publish yet), and in the preview the external files(music and three pictures) don't load. The rest of the game works fine. If I try to change it so there is a zip with the assets in it and change the directory in the code, it falls apart. I'm using FlashDevelop, so everything is programatic. I noticed the swf is only a few kb large, so is there anyway to compile the assets into the swf file and load

Running the Flash Player over long time period

僤鯓⒐⒋嵵緔 提交于 2020-01-05 04:58:11
问题 Hi I'm looking into the issues to expect if the Flash Player (version 10) is run over a long period of time, say 24+ hours. I know that the player has issues with not performing garbage collection properly, and that the weak listener system is buggy. I plan on having the flash app started/monitored using a watchdog/sentinal app written in C/C++/C#. So I plan on refreshing the app periodically. Does anyone have recommended practices for running a flash player over that sort of time scale? 回答1:

Replacing ScrollPane Scrollbar with OS Native Scrollbar

北慕城南 提交于 2020-01-05 04:36:08
问题 Is there an easy way to replace the ScrollPane scrollbar with the OS's native scrollbar? Flash applications look much more integrated if they have the same skinning as the user's operating system -- which isn't always easy to detect (Vista Aero vs. Classic?). Have you guys come across any examples of Flash apps doing this? 回答1: To set up something like this would be a big and dirty job. If you're that concerned with OS look-and-feel integration, you're probably better off using native browser

How to embed a swf on top of a html page?

為{幸葍}努か 提交于 2020-01-05 04:32:10
问题 I want to embed a swf over a html page, like a floating video watching panel. I already have a swf file which will automatically adjust its size according to the browser size, and the swf file is partially transparent. I thought I can just add a div tag, make the position absolute and change z-index bigger, but that doesn't work because the swf just replaced everything that's on the page. Here's what I did <script> swfobject.embedSWF("swf/float.swf", "header", "100%", "100%", "9.0.0"); <

how to disable garbage collector as3 [duplicate]

纵然是瞬间 提交于 2020-01-05 04:21:11
问题 This question already has answers here : disable GC in AS3 (2 answers) Closed 6 years ago . so, I am making really enormous project with as3, and I`d like to know how to disable garbage collector, as user might be on for long and I dont want him or her to just be cut off because garbage collector removed some listener somewhere that should be now needed. is there easier way to disable garbage collector than go to every single listener and add "false, 0, true" extension after naming the

get the color of movieClip

跟風遠走 提交于 2020-01-05 04:10:09
问题 I want to get the color from the movieclip. I am Using Following Code: for (var j = 0; j <bmpd.width; j++) { for (var k = 0; k <bmpd.height; k++) { trace("0x"+bmpd.getPixel(j,k).toString(16)) } } Here Circle is a MovieClip.please guide me 回答1: To get a color on your MovieClip at a certain point or range, you should create a transparent BitmapData of required capacity (1x1 for point), fill it with 0x0 color, then create a transform matrix aligning (0,0) of BitmapData to upper left corner of

EMMC与RAND的区别

烂漫一生 提交于 2020-01-05 02:54:08
作者:Younger Liu, 本作品采用 知识共享署名-非商业性使用-相同方式共享 3.0 未本地化版本许可协议 进行许可。 EMMC与RAND的区别 说到两者的区别,必须从flash的发展历程说起,因为两者都属于flash的范畴。 1. Flash发展历程 1.1 NOR Flash和NAND Flash NOR Flash和NAND Flash,两者均为非易失性闪存模块。 1988年,Intel首次发出NOR flash技术,彻底改变了原先由EPROM和EEPROM一统天下的局面。NOR类似于DRAM, 以存储程序代码为主,可以让微处理器直接读取。因为读取速度较快,但晶片容量较低,所以多应用在通讯产品中,如手机。 1989,东芝公司发表NAND flash结构,强调降低每比特的成本,更高的性能,并且像磁盘一样可以通过接口轻松升级。因为NAND flash的晶片容量相对于NOR flash大,更像硬盘,写入与清除资料的速度远快于NOR。目前已广泛应用在各种存储设备上, 可存储代码和资料。 1.2 NAND Flash发展 NAND Flash的存储单元发展:从SLC, MLC到TLC。 SLC:Single-Level Cell, 即1bit/cell,读写速度快,寿命长,价格是MLC三倍以上,约10万次读写寿命。 MLC:Multi-Level Cell, 即2bit