before somebody screaming RTFM, let me clarify.
does system.totalMemory test the memory used in movie which invokes it, or used by all movies running on the browser/system?
I want to initiate garbage collaction for my app when it reaches a certain limit and i dont want the process to be initialized by the user watching funny cats youtu...
I read an Adobe article which demonstrated H.264 video playback support in Flash Player. Would video encoded in this format be more compressed than typical FLV videos? Should I be using this format for video I place on websites from now on?
...
Hi everyone,
I am a beginner of using air,I have searched some AIR examples that can save out a file without asking directory, but I put the code into my "test-app.xml",it seems dosen't work and when i complie again in flash,it said my decryptor has error, my "test-app.xml" is something like "",but in the tutorial is "
also,how can i p...
Hi Everyone,
I'm calling a php file from Flash and adding variables afterwards like so:
http://www.randomwebsite.com/something.php?title=爸爸
It works fine if I copy and paste this directly into the web browser, however if I call it through flash, the address bar would end up like this: something.php?title=??
Is there anything I can do ...
Hi,
I found several solutions for creating Flash LSOs from JavaScript (for example: http://www.nuff-respec.com/technology/cross-browser-cookies-with-flash )
If Page (www.hostA.com/index.html) and the .swf file are from the same site, everything works fine.
No I'm trying to load the page form www.hostA.com/index.html, which includes www....
I have a flash app using the flex framework - I would like to bind a display object textField with data from my dataModel.
How do I do this without the flex binding brackets "{ }"
Thanks in advance everyone.
...
I am trying to dynamically resize an flv playing back in a flash player. To do this, I need to get the flv's width/height so I can maintain the original aspect ratio.
I have noticed that in Firefox the onMetaData event will be hit right away, and the video will resize properly. In IE however, onMetaData is not hit until the buffer is fu...
I have a datagrid in flash 8 that has an array as a data provider.
One of the items in the array is a number, which represents an amount of money. So I iterate through the array and create a new item "amountFormatted" in each line of the array.
For example I have a value of 10 and a formatted value of £10.00 in the array. This formatte...
I have a menu with button objects in As3. I want to display the page where user is and for this I must show buttons' over state (which is mc) when flash loads. I'm sending the page parameter to flash. I just need to play the movie clip inside the specific button.
Looking for something like:
btn1.m1.gotoAndPlay(1); or btn1.m1.play();
...
My Flash designer is reading an XML stream I'm sending back to the browser (I'm a C# dev). We have this working fine.
He is then selecting into an XMLList where a element has its id a certain value i.e. . This is also working just fine.
In this XmlList, are Events, that look a little something like this:
event
startdate
...
Some pseudo-code for accomplishing a linear fisheye distortion of a MovieClip's contents would be very appreciated.
The attached illustration shows how the "fisheye effect" is automatically applied to an area around the mouse-pointer.
The Flare toolkit has examples of both Bifocal and Fisheye distortion here.
...
I have an htc Imagio. I cannot seem to find a Flash Player for it. Does anyone know how to get Flash to install on a Windows Mobile 6.5 phone?
...
I'm pulling my hair out over a problem I'm encountering on Firefox 3.5 & 3.6 on OS X. I'm using SWFobject to embed an AmMap of the US, which has rollover tooltips for various states. The rollovers are working fine in every other browser I've tested, but they're very buggy on FF for Mac--most of the time they don't show up at all, but i...
It took me many hours to narrow down a problem in some code to this reproducible error, which seems to me like a bug in AVM2. Can anyone shed light on why this is occurring or how to fix it?
When the value at index 1 is deleted and a value is subsequently set at index 0, the non-existent (undefined) value at index 1 will now show up in ...
I'm noticing some unexpected behavior. Some time in the last few months, a change in either Firefox, the Flash player, or both, has made it so that Flash movies that are in inactive browser tabs no longer execute in real time. They appear to still execute, but only in bursts, and not in a predictable way. This is a problem because I d...
I'm looking for a way to load invalid (malformed) XML into an AS3 XML object. Do you know a class or a technique to do so? I have to load malformed HTML and parse it as XML.
This is a Flex project so I can use Flex specific classes if needed!
I thought of using the HTMLLoader since it accepts all kinds of malformed HTML and renders it ...
Is it possible to make php variables public and accessible anywhere on the timeline?
The script I included works fine if I set it as the document class only (it won't work if I try importing it). The variables pass the text to dynamic text fields on the main timeline.
The problem:
It will pull the information and display it when the SW...
Hello!
So I am pretty familiar with memory management in Java, C and C++; however, in flash what constructs are there for memory management? I assume flash has a sort of virtual machine like java, and I have been assuming that things get garbage collected when they are set to null. I am not sure if this is actually the case though. Also...
I am evaluating raphaeljs (SVG/VML) for developing a similar component like Flicr Map or Google Map based on purely drawing rather than utilizing images. Unlike, flickr map or google map our map will more interraction with user and lot of drawing is involved.
Can anyone advice me if using SVG/VML has any issues rather than Flash? It wi...
Hi,
Recently I had some issues with Flash in IE, involving a SWF which is something like a gallery.
In Firefox its loads perfectly, but in IE it doesn't work properly sometimes. The first time it is loaded its works fine but when I refresh all the images are blank. The image data came from XML.
I wish to get some tips regarding the...