hello...
I'm new to ActionScript 2.0. plz kindly help me.
I have created the MainMovieClip and Scrollbar as follow ....
my problem is that when I input japanese characters,the characters display at the top corner of the swf until I confirm the input.
how can I do it??
if I install FlashPlayer "flashplayer10_1_rc2_plugin_041910", then th...
Hi All,
I am in need of a strange solution. I have one requirement in which I am displaying two components in a VBox. But on click of the main container I need to maximize that and need to display the components in horizontal. I was just wondering whether I can change the VBox to HBox and viceversa dynamically using actionscript or some...
So i have a flash site i am doing in as2, even if the solution can only be done in as3, I still want it.
I am trying to accomplish lines through the background image like on this site http://larc-paris.com/#/fr/club
I tried just putting the patten on the image itself, but when i scale my site, its all distorted and the lines does not l...
How can I mask my flash movie dynamically using actionscript to create a 5 pixels rounded mask in the 4 corners? (the corners should be transparent, the rest should be visible)
Thanks!
...
So, how do we write a class over several files in action script 3?
In C# there's the "partial" keyword.
In C++ it's natural (you just "#include ..." all files).
In Flex 3, in a component, you add this tag: <mx:Script source="myfile.as"/>.
How do I split the following class into several files;
package package_path
{
public class ...
Hey all,
Ive been using ActiveMQ as a message broker and have been able to get Flex to subscribe to a topic and receive messages using this library and flexonrails.net/?cat=26 (cant add second link) as a guide.
However I've been unable to achieve the same goal in Flash. Does anyone know how to use this library in Flash or know any tuto...
package uk.co.bigroom.utils
{
import flash.utils.Dictionary;
/**
* Class to create a weak reference to an object. A weak reference
* is a reference that does not prevent the object from being
* garbage collected. If the object has been garbage collected
* then the get method will return null.
*/
publ...
After embedded flash content on HTML, I tried to click comboxbox list, it was appear to be truncated, how do I actually make the list visible outside the flash content? Seeing some of the commercial ads with out-of-box feature, how do I do that?
...
I am looking to subclass RemoteObject. Instead of:
<mx:RemoteObject ... >
<mx:method ... />
<mx:method ... />
</mx:RemoteObject>
I want to do something like:
<remoting:CustomRemoteObject ...>
<mx:method ... />
<mx:method ... />
</remoting:CustomRemoteObject>
where CustomRemoteObject extends mx.rpc.remoting.mxml.Remo...
I'm finding lately how unsecure Javascript is when programming a game (I'm trying to do a turn based RPG and currently the battle calculations are done through Javascript which any player can cheat with of course giving themselves as much XP as they want), so I'm wondering if I were to move my battle screen to flash if this would be any ...
I've read about each of these but I still don't understand how they all inter-operate, which are competing technologies, or even really what each of them is distinctly.
Flash, Air, Flex... Are these all "containers"/JVM-like runtime environments, in which ActionScript code runs?
SWF,FLV,AIR... Are these competing file formats which a F...
I'm trying to figure out most efficient/safe way to name recorded streams on FMS.
The case is to get listing of recorded streams from the server (eg. rec_001, rec_002...) and dynamically add rec_003 filename to the new stream that is being recorded.
I'm thinking about either using FMS File Object and put everything in array of files eve...
So I have a class where I instantiate a variable callback like so:
public var callback:Function;
So far so good. Now, I want to add an event listener to this class and test for existence of the callback. I'm doing like so:
this.addEventListener(MouseEvent.MOUSE_OVER, function(event:MouseEvent) : void {
if (callback) {
...
Hello all,
I'm trying to write a simple plugin for the flash player flowplayer (documentation for writing a plugin for flowplayer can be found here). I'm new to flash and I think I'm having a problem connecting the .fla file to the .as file when compiling into a .swf. As it is, when I include the plugin, the player doesn't show up.
...
Hi,
I want to implement a progress par using AJAX for a flash file.
Please see the demo here
http://www.freeplaynow.com/online-games/play/1729/park-my-plane.html
Tried to debug their page but the javascript is obfuscated and im not so good in js. Any ideas ?
Thanks
...
First of all let my clarify that I am a flash noob, this is a freelance job I am doing for someone.
I have a flash files with symbols I need to export as PNG images, for some reason the exported images have different width and height than indicated in the flash file.
After checking I found out that the new dimensions don't even keep the...
I cannot afford the Creative Suite or Flex Builder but I would like to develop a commercial Flex/ActionScript AIR application. Is this a viable goal and are there robust tools out there that don't cost a small fortune?
Have others done this? What am I missing out on without Adobe's pricey software?
...
Hi there,
I basically want to know how to take a user entered number, then take another user entered number and times it by a predefined number and then display the result when submit is clicked.
E.g.
200 + 300 x 0.4 = xxxx
Im sure this must be fairly simple so if anyone is able to help me out it would be greatly appreciated!
If thi...
I'm using the HTTPService object in actionscript to send some data to a php file on another server which then inserts the data to a database. I set up the crossdomain.xml file in the root of the directory that contains the php file to get around any security issues.
Everything works fine on Firfox 3.5 (on mac and pc) and on IE 7 & 8....
I created a canvas in a function, and in his function I have a CLICK eventlistener. On the click I want to manipulate what's inside the canvas.
Will referencing the canvas using the Dictionary class work?
...