1
vote
3answers
18 views
AS3: Accessing custom class public functions from a MovieClip on a timeline
Hi,
I've got a AS3 program with a Main.as custom class.
In this class I load an instance of a 'menu' movieclip which has simpleButton instances inside... How do I access the Main …
0
votes
1answer
34 views
splitting function attributes
Hi would it be possible to correctly split function attributes using regex ?
i want an expression that splits all attributes in a comma seperated list. But the attributes themselve …
0
votes
1answer
15 views
swfobject weird behavior
Hi All,
I'm using swfobject to embed my flash. It's doing weird things.
I've created a simple textfield using FlexBuilder. It's an AS3 project, which extends Sprite. I've set it …
0
votes
2answers
40 views
How to load xml item one at a time as3
Flash AS3:
Does anyone know how to load items one at a time instead of loading in loop at a normal process using AS3? I'm having problem with overwritten value.
I couldn't make t …
0
votes
0answers
11 views
AS3 proportionally scaling external image
Currently I am using a for loop to dynamically load XML images and place them in a grid as thumbnails. I have the arrangement set and all the data is loading smoothly, but now I n …
0
votes
3answers
50 views
how to use the Function type in AS3 (var f:Function) for a method f(s:String)
i have a class that has something like this
public class Foo {
public var f:Function;
public void method(s:String)
{
f.invoke(s);
}
}
so i need to assign to the f a function …
0
votes
1answer
5 views
RTMP stream of a+v plays only audio, no video
In Flash, AS3, I am using NetConnection to connect to a RTMP server, then I use NetStream to play a video+audio stream.
I attach the stream (attachNetStream) to a flash.media.Vide …
0
votes
2answers
12 views
AS3 - getting symbols from an assets library WITHOUT Flex
Been searching around for a long time, and the only examples I can find for doing this are something like this:
[Embed(source="Assets.swf", symbol="dog")]
private static var _Dog: …
0
votes
1answer
18 views
Flash AS3 javascript popup on Safari
Hi,
I'm trying to do a popup window that is sized at 300x200 when clicking a button using the following code
var jscommand:String = "window.open('http://www.mydomain.com','win',' …
0
votes
2answers
238 views
Creating Dynamically Flex Custom ItemRender (Constructor)
Hi,
am creating some Advanced Datagrid with actionscript.
I have created an actionscript class where I extend the VBox object:
package core
{
import mx.containers.VBox;
impor …
0
votes
2answers
197 views
Can you make Flash URLRequest /web services work from behind a proxy in IE?
We have a Flash application that connects to a WCF REST web service returning json data.
We use URLRequest/URLLoader with POST requests, not a lower-level library using sockets li …
1
vote
6answers
101 views
Does anyone know any cool text editing program for easy code translation?
Does anyone know any cool text editing program for easy code translation?
I have some code like
public var distance:Number;
public var blurX:Number;
public var blurY:Number;
…
4
votes
1answer
70 views
ActionScript 3 Workflow using SWCs with linked external classes
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I wa …
0
votes
1answer
16 views
[AS3] Deleting a shape via code
Pretty basic question here, but its still got me a little confused..
I have an object(navigation menu bar) that I want to change the colors on with code, so in an updateColor func …
1
vote
3answers
95 views
Embedding Fonts in AS3 - Dynamic Text Field disappears
This is hopefully a new problem or just me missing something obvious. Please help! I'm embedding a font into my AS3 application. I'm doing everything by-the-book and it half-works. …
