-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
i created project with flexmojos maven archtype..i used flexmojos:flexbuilder
and compile/run with FlashBuilder 4 everything is okay but when i try
to compile project with flexmojos i got following error:
[ERROR] Z:....\src\main\flex\Main.mxml:[6,-1] Could not resolve < fx:Script to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In Flex builder 3 when I create a new flex application targeting the flex 4 sdk, it wont generate a html wrapper file.
I have hunted around the web for answers, but no success. I have made sure the box is checked in the project properties to generate html wrapper.
The only workaround is to target…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I did some work that used Flex datagrids previously. It was smooth for the users and developers alike.
In my current project, I have to implement the same grids but not using Flex / Flash.
I have taken a look at extJS and YUI but they don't seem to measure up.
Are there other packages I should…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This question may be an absolute crap. Can i use the flex 4 sdk in flex builder 3? i have a licensed version of flex builder 3 professional. so if i need to use flex 4 sdk in it, do i need to buy flash builder? cant i get all the new components in flex builder 3?
Regards,
PK
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I want to setup jetty with jetty-blazeds extension. Everything looks fine but when I run maven to get the dependencies, I get:
UNRESOLVED DEPENDENCIES
com.adobe.flex#flex-messaging-core;3.2.0: not found
com.adobe.flex#flex-messaging-common;3.2.0: not found
Does anyone know a maven repository…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a VideoDisplay that is able to connect to a source and play. After the connection times out I want the connection to be re-established when my play button is clicked. Right now when I reset the source and play the videoDisplay, it gets stuck in the loading state.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
When a command like play(), pause(), or seek() is called while the videoDisplay is unresponsive it gets put on a queue, how do I flush this queue so the most recent command is the only command processed?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
For a schoolassigment me and some buddies of mine are creating an application that is showing many similarities with the C-Mon & Kypski musicvideo on www.oneframeoffame.com. The application is being developed in Flex.
We want to get a random point of a clip, let it pause so a user can mimic the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm currently building an air app with FB 4.
I have a custom control that contains a VideoDisplay control, and which loaded using the PopupManager.
Using the profiler, i've noticed that every time the my popup is loaded the memory for it gets allocated, but when it's closed the memory is never…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
the PLAYHEAD_UPDATE event is not triggered by my videoDisplay component in Flex.
If I add the attribute playheadUpdate="playUpdate()" everything works fine.
But in the following code, the method "playUpdate()" is not triggered... thanks
<?xml version="1.0" encoding="utf-8"?>
<mx:Application…
>>> More