0
votes
3answers
31 views
Setting Flash (AS3) variable with Javascript
How could I set a Flash (Actionscript 3) variable using javascript?
Or is it possible to call a flash function with parameters from javascript?
I have tried …
0
votes
1answer
22 views
Flash AS3 Global Variables?
HI i have a main class
//main.as
package {
public class main {
public var testGlobal:string = "testValue";
}
}
//pop.as
package {
public class pop {
function pop():void {
…
0
votes
1answer
12 views
can I make Flash/swf “movie” in which I can scroll back and forth through the sound recording?
so suppose I have a long sound recording as part of a Flash presentation. Can I put on the presentation a scrollbar and start/stop/pause/resume buttons as in Media Player or Windows sound recorder …
0
votes
1answer
17 views
How to get an event for close or remove a instance in Flash AS3
package com.test{
import flash.display.Sprite;
import flash.display.MovieClip;
import com.greensock.*;
import com.greensock.easing.*;
import com.test.CreateRoundRectButton;
…
0
votes
0answers
20 views
Flash Video Streaming Intricacies
My client has a site where they stream in MP4 videos from a Flash Media Server. This works all fine but now they want to move all the videos to their local server (accessible on a sub-domain) and this …
0
votes
2answers
28 views
Actionscript physics engine which supports particles attracting eachother
I'm looking for a physics engine for Actionscript which supports particles attracting eachother. Like in this example.
So not just objects being attracted by the floor like in most engines (eg. APE …
0
votes
1answer
20 views
Where can I get flash games to add on my website?
Hi
I am have a web site in Flex.
And i want to add a few flash games in it.
Can someone tell me what services provide there games to be added. I know addictinggames.com has its games on facebook. …
0
votes
4answers
46 views
Volume control in ActionScript 3
How can I increase/decrease the volume of a Sound on key-press in ActionScript 3.0
0
votes
2answers
25 views
as3 copy custom shape out of bitmap
So,
I have bitmapA which is rectangular. I have a crop area I want to copy...
However, the bitmap is at an angle from the crop.
How do I copy a section from a bitmap that isn't a rectangle laid …
1
vote
2answers
29 views
Facebook, Flash and maintaining state
So here's the situation: I have a Flash application I'm deploying to facebook as a canvas app. There are various states within this app - different "pages", sort of.
I want to be able to share this …
0
votes
2answers
16 views
Opening IE Window from within Flex
All I need to open a new IE Window from within Flex code on click of a link.
P.S I dont want to open a new Browser. I want to open a browser window only that can open a new URL.
Something like …
0
votes
1answer
40 views
Errors while using the Google Maps Flash API
Hi stackers, my question today is dealing with the Google Maps Flash API.
I successfully created a basic map using Flash CS4 with the API here: http://gaban.com/googlemaps/
Now my problem is with …
0
votes
4answers
33 views
Using FlashVars to pass variables to a SWF
hello,I would like to pass over 50 items of variables from php to flash.actually I want to pass array with foreach statement, looping through the array and assigning loop index to the variables and …
3
votes
1answer
53 views
Online Image Editor - Ajax or Flex / Flash??
I am working on a plan to build an online image editor with just some basic functions. It should (obviously) contain a canvas working area and support the following functions:
1. Upload an image from …
0
votes
2answers
25 views
javascript for drawing network diagram for project management tasks
im developing a web based project management web site using php
i need charts for tasks
about the gant chart it is ok i found a javascript library which functions can take the tasks names , dates and …

