Hello,
I am using the frames in the timeline of a .swf as pages in a flash app. The user can advance to the next page by clicking a button that takes her to the next frame. Similarly, it is possible to navigate to the previous frame/page as well.
Most of the content is placed on the stage (i.e. created by dragging an instance of a lib...
Hello,
Anyone here know if you can run Yahoo! Widgets under Adobe AIR? If so, how does one go about doing this?
Thanks for your suggestions
...
2 years ago I red on jamesward's blog http://www.jamesward.com/blog/2007/11/12/oracle-chooses-flex-part-1/ something about oracle uses flex technology.
Does anyone know something about the progress? Were there still apps with flex at the oracle openworld?
...
I'm having a problem where buttons with image skins are being scaled incorrectly the first time they load. The CSS is being loaded dynamically (as a .swf), and in it, I skin some buttons like this:
Button.myButton {
disabledSkin: Embed(source='assets/images/chat_button_close.png');
overSkin: Embed(source='assets/images/chat_but...
What the question says: I want to use compc (either command-line or ant) to build a .swc from some actionscript and mxml code. Right now, the command I have is this:
# compile src to .swc
FLEX_HOME="${FLEX_HOME:?'FLEX_HOME must be set'}"
PROJECT_DIR=$(unset CDPATH; cd `dirname $0`/..; pwd)
COMPC="${FLEX_HOME}/bin/compc"
"$COMPC" \
-...
i don't have intellisense when writing AS3 script in flash cs4, and it's only for the controls
anybody knows how to enable it ?
...
I was doing a tutorial, and i notice that if i put the name of a text area with a _txt ending i end up with this error
TypeError: Error #1034: Type Coercion failed: cannot convert fl.controls::TextArea@1ef0221 to fl.controls.TextInput.
anybody knows why ?
...
can anybody tell me where can i find some tutorials/ sample code on how to stream a webcam using ActionScript 3
...
Hi,
I had purshased one licenses for each, flex builder 3 standard as well as flex builder professional. First, I installed flex builder 3 standard and entered the license key, it worked. As it was standard charting library has 'flex trial' water mark. Then I tried to uninstall flex builder 3 standard and install flex builder 3 professio...
I have installed Flex Builder 3 and Flash Player 10 on my machine.
I don't know where the trace output goes because I just don't see it (I tried debug and output windows).
Also the breakpoints don't hit.
...
How to capture CTRL+A, CTRL+C events in flex? It looks like they are special keys/combinations.
As I understand in Flex 3.4 I can capture CTRL+A by capturing Event.SELECT_ALL, and CTRL+C by capturing Event.COPY. BUT it complains that there are no SELECT_ALL static const in Event class.
I'm using Flex SDK 3.4 and Flex Builder for Linux ...
i'm wondering how does the media servers work, do they require large bandwidth if you are doing, let's say, live streaming something like ustream, and there are 10k people watching, do you need a large bandwidth or it is something like p2p ?
...
i want to make a simple chat with flex as3 and red5 media server
my idea is that i send from the swf a message to the server and the server sends it to all the swfs (including the one that sent the message)
i just don't know how to to send and receive and how to receive from the server
anyone could help ?
...
i've managed to create a template (for an invoice) in livecycle. i've choosed dynamic pdf instead of static pdf because of a few fields that needed to autoresize (like address, product name).
now i use itextsharp to complete the fields, and it works if i save the pdf as acrobat 7 dynamic xml form.
the problem is that the fields are edit...
Hi,
I am configuring our Adobe Flash Media Server 3.5 and need some help.
I have carefully followed the documentation on how to duplicate the vod service:
http://help.adobe.com/en%5FUS/FlashMediaServer/3.5%5FDeving/WS5b3ccc516d4fbf351e63e3d11a0773cfae-7ff3.html
I successfully created multiple applications: vod2, vod3, vod4.
Now I wou...
Its getting to that time where we need to get some more up to date development tools. There seems to be so many schemes, subscriptions and memberships out there which promise to offer discounts on various development tools etc. Which ones are best in terms of cost and usable software.
We are a web based company and our software is creek...
I tried out the demo application which was pretty impressive. However building it and integrating it with my own code is hard because it's such a large project.
Has anyone successfully used it for their own projects? Was is difficult to build and integrate with your own C++ code?
Link: STLab.
For the interested: there's also a Google...
i have a simple chat application in flex 3 and i want to make the list of users present on the right, how track this, how do you know when a user left if he just closed the browser window or typed in an other url ?
...
This is a test program to measure the time it takes Flash to draw a triangle 10,000 times.
The app (code below) calls runTimeTest() every N seconds which draws the triangle 10,000 times.
Now for the "interesting" part: each call takes increasingly more processor until after about the 6th or 7th call it goes to "infinity" (see screen sh...
I'm using Adobe Air with a custom chrome and want to have a close button to close the window
I'm just starting out so I have no idea. I'm using HTML and javascript with Aptana Studio.
...