2
votes
15answers
367 views
Is it business suicide to build a entire website in Flash?
My website will be basically selling services; will my SEO ranking still be affected if I embed the Flash site in a blank html page? I am at that critical point where I am ready t …
3
votes
0answers
49 views
UDP real-time games in Flash/Flex available Open source RTMFP implementation
Are there any examples of using the Flash 10 beta RTMFP UDP based protocol to build real-time Flash games. The RTMFP examples so far seem to focus on P2P networking between flash c …
0
votes
3answers
22 views
how to call actionscript function from javascript
Hi all
I have a function like this in actionscript3
private function uploadFile(event:MouseEvent):void {
var uploader:URLRequest = new URLRequest(serverUploadFile);
l …
1
vote
1answer
16 views
flash with recaptcha or any other captcha solution
Hello there,
I have been looking over the internet for a while about this, but it doesn't seem like there is any information available specifically related to captcah and flash.
…
0
votes
1answer
26 views
randomized placement of xml nodes with Actionscript
I have a flash ecard that I am working on and had one of those "wouldn't it be cool if..." moments!
I would like find out if it is possible to:
1) load in an xml file that contai …
0
votes
1answer
29 views
ActionScript error #1053 - Illegal override of allowInsecureDomain in _MonkeyContacts_mx_managers_SystemManager (FlexMonkey code generation example)
I'm following along the MonkeyContactsCodeGenExample guide and when I run the ant target for test-with-launcher, I get a popup saying:
VerifyError: Error #1053: Illegal override o …
0
votes
2answers
23 views
Flex 3 and scaling DropShadowFilter
I have an application that requires resizing of a component that will be scaled up and down quite frequently. I noticed that when I scale the component, any filter I use on it will …
0
votes
1answer
25 views
ExternalInterface.addCallback is not working
Hi
This is my AC3 code
private function uploadet( dosya:String ):void {
var uploader:URLRequest = new URLRequest(dosya);
localFile.upload(uploader);
}
var …
1
vote
3answers
70 views
get keyCode from string?
Using a static method in as3, I can get a charCode from a character in a string.
How can I get the keyCode from a character in a string? Do I need to run this function through ja …
1
vote
3answers
28 views
How does [RemoteClass] work in Flex Actionscript can I use it for custom data-binding?
Actionscript supports a [RemoteClass] metadata tag that is used in BlazeDS to provide data-binding hints for marshalling AMF binary objects from Java to BlazeDS.
For example:
Jav …
0
votes
1answer
39 views
Contact a remote server on a specific port with Actionscript?
Does flash actionscript allow you to contact an arbitrary server on a specific port?
I would like to stream some images live from a server using a proprietary protocol.
Or does …
0
votes
1answer
11 views
DataGrid-CellRenderer: Multiple colors for text
Hello folks,
can someone tell me how I can manage to give single words inside a DataGrid-CellRenderer a different color than defined by the TextFormat for that CellRenderer? It's …
0
votes
2answers
43 views
retreive POST data from FLASH to ASP.Net
here's my AS3 code:
var jpgEncoder:JPGEncoder = new JPGEncoder(100);
var jpgStream:ByteArray = jpgEncoder.encode(bitmapData);
var header:URLRequestHeader = new URLRequestHeader("C …
0
votes
1answer
21 views
Using Per Item Fills in Flex/Actionscript
I am creating a chart using mxml. The mxml tags only create a chart with a horizontal axis and vertical axis.
My result event handler has actionscript code that loops through the …
0
votes
2answers
30 views
Flash = Preload movie
Ok, so this might seem like a stupid question, please try and see my predicament (at least that's what I tell myself):
I have a flash, which loads button with Actionscript 2.0. No …

