I want to limit my SWF file so that it cannot be stolen and hosted on another server. So if the domain serving the SWF file isn't on a list of approved domains, the SWF will not load normally but will instead display a message that links to one of the approved locations. What I'm unsure about is how to access the domain that is hosting t...
i used play button image within datagrid iteam renderer, if i click image then move to another state (by using currentState ='play') . so i tried like
<mx:DataGridColumn textAlign="center" headerText="" dataField="col2">
<mx:itemRenderer>
<mx:Component>
<mx:HBox textAlign="center" paddingLeft="17">
<mx:Image source...
Hi
I am created a dynamically adding a VBox, that contains two images. Into a Custom Component that is derived from UIComponent. The problem is the Vbox that contains the two image is only a really tiny size. I would like the VBox stretch to the size of the two images.
This is how I am creating the Vbox....
var open:Image = new Image(...
is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
...
I'm trying to setup a DataGrid that contains a column of combo boxes. The values of the combo boxes are defined by data specific to that row. I cannot get this to work though, I'm asking for a solution to this, either fixing what I have below or a recommendation on a different way.
One of the columns of my DataGrid has an object deriv...
Help, please? It appears that my callback function isn't being called...back. I'm using jQuery, and Flash 8. To access the Flash object, I'm using the jquery swfobject plugin, c.f. (http://jquery.thewikies.com/swfobject/examples). If you think that I'm not accessing the SWF properly in the first place, please recommend code as to how I w...
In adobe air, is there anyway to get OS open a file, in their native applications?
What about in Flex 4?
...
Suppose on windows if I map the Z:/ drive to some folder on the network and my swf resides there. Can I embed that swf in the html using AC_FL_RUNContent and specifing the path as Z:/test.swf??
...
Hi I Got a notnull function for a text field as below
private function valStringNotNull( val:String ) :Boolean
{
if ( String(val).length <= 0 )
{
_errorCode = "StringNull";
return false;
}
_errorCode = "NoError";
return true;
}
and this function is being called here
var pCnt:Number = 0;
...
may i know is it possible to post fla file pro grammatically to youtube? can elaborate how?
...
I'm looking for a embedded language that can be used to script common code between a server app written in C# and a client app written in Flash/Actionscript. It is important that the embedded language interpreter run natively in the environment it is embedded into. For example, it cannot load any external C libraries (i.e. python, neko)...
Hi all,
I'm doing a work project that uses Flash CS3 / AS 2 (and cannot use AS3). I have a rather interesting and hairy problem that is taking up quite a bit of time and sanity.
I'm working on a banner that reveals a new design on rollover, and switches back to the first design on rollout. This part works fine. However, the problem is ...
In ActionScript (AS3) how do I find all the classes that implement a particular interface?
...
Hi,
is it possible using actionscript to determine what operating system the flash projector is running on...I'm producing a swf that is to run from a cd-rom and so will be published as an .exe for windows and a .app for mac...parts of the presentation change depending on what os the user is running it on...i don't want to have to publi...
We have discovered that when we draw one bitmapdata into another bitmapdata using draw, there is an upper bound on the scaling transform. At some point the IBitmapDrawable parameter ceases to be rendered on the target bitmap.
Does anyone know what the parameters of this upper bound are? Is this documented somewhere?
...
I've embedded a SWF into a class using this syntax above my class definition:
[Embed (source='/../assets/MyMovieClips.swf', symbol='SpecialMovieClip')]
public class SpecialMovieClip extends MovieClip
The MovieClip asset seems linked with my class okay, and instantiates along with it, and is visible, but:
I can't access instances ...
In a tutorial I find a statement "In the Document Class text box in the Property inspector of flash document, write Test1" But i didnt find that document class textbox. Im using flash CS3. Where it is. Please Help.
...
hi, i open up .fla file, but when i click window->action, there is not actionscript inside it. may i know where else can i check the .fla file is importing .as file. where to check it in flash cs3?
...
may i know in order to use these 2 class in my actionscript. I need to use "adobe air and flex" ? can my plain actionscript3 use these files? please elaborate
...
This is a problem I'm having in actionscript, but just as easily applies to Javascript or Jquery. Basically, I have 3 select boxes, e.g.:
<select id="color">
<option>Red</option>
<option>Blue</option>
<option>Green</option>
</select>
<select id="size">
<option>1</option>
<option>2</option>
<option>3</option>
</select>
<select id=...