i see that that template has some code to see if the client has the required version, and it does stuff if it has or it doesn't
and there is a <object> tag inside <noscript>
question: if the stuff is gonna work with the <object> tag anyway why would you need all that stuff above with the control of version if it has or not ?
...
I downloaded flexlib source from http://code.google.com/p/flexlib/
I want to be able to set it up and run it in flex builder and play with it for learning purpose.
I tried to use the import project option by pointing to the flexlib directory but it did not work - I think thats because the source by default does not have any .project o...
I set the following style properties to my flex/AIR application to achieve a transparent background so I could create a non-square/rectangle shape.
Application
{
/* make app window transparent */
backgroundColor:"";
background-image:"";
padding: 0px;
margin-top: 0;
margin-right: 0;
...
for example i have a movie flv data in memory in the format of ByteArray using
loader.loadBytes(movieBytes);
how can i play that movie ? can anybody help me?
there is no option but using loader.loadBytes(movieBytes).
...
I want to load a MSML component from another MSML component in Flex. To be more specific, I have a Login MSML component that loads from my main Application file and a Overview MSML component. When a user clicks on some button from that Login component it should redirect to the load Overview MSML component in place of Login component.
...
/* i'm very new to flex */
i need to do a side menu in flex 3, how would you do that
on the side of the page you have like a bunch of menuitems and on the click of a item you have some action
...
Hi everyone,
I'm looking for a simple Flex or JavaScript based image editing component which can be embedded in a web application. It shouldn't be a web service but rather a component that I can download and customize (i18n etc.).
I only need some basic features: most important is cropping, optional features would be rotating and adjus...
children inside hbox and vbox have spacing between them,
how do you remove this empty space
i need to have 0 space between child elements of a hbox or vbox
...
is it possible to make the child elements of a vbox to occupy 100% of the width without indicating width=100% for each element ?
...
in flex when you go fullscreen you see that message "press esc to exit"
can you somehow change the content of that message ?
...
Can anybody help me how can i write my own flv player? Is there any specification ?
i am now thinking to write my own flv player.Is there any helpful specification,example,tutorial ?
...
may i know in order to use these 2 class in my actionscript. I need to use "adobe air and flex" ? can my plain actionscript3 use these files? please elaborate
...
I have a Flex application that uses a rich interface. The user can create data and have it instantly show up in a list of data that they have created. The data is stored in a MySQL database using HTTPService POST requests from the Flex application and PHP forms to handle the data on the server side. For sake of explanation, let's say the...
It seems using namespace for swc library requires the manifest file. Is there a way to use the regular - mark in Eclipse the files to export - and have them reside in a custom namespace without having to write each component in manifest file?
...
I am trying to use google maps in my flex project.
i svn checkout the google maps code... the code example has an import com.google.maps.Map;
but after downloading i only got com/google/maps/examples ...
do you know what m i doing wrong here?
I am not sure if i have been able to clarify my problem clearly. Let me know if you did no...
How do I determine which Flex AdvancedDataGrid cell - row and column index - I've just dropped onto? calculateDropIndex seems to give me the row, but how do I get the column?
...
Hi all,
I am getting this error, randomly when I start my application (and it's sub applications). As you can see the stack trace is rather useless, although through the debugger I can see the parent of container (second in the stack) is an MXML class that has a repeater that repeats another component.
Therefore I guess the component ...
I have a Flex 3 SWC file compiled using the compc Ant task. It looks very similar to the one generated by the Eclipse export release build command, but there are some 0-byte files in the mx packages that unnerve me:
Archive: flex/package/bin/package.swc
Length Date Time Name
-------- ---- ---- ----
0 10-16...
I know that it is possible to add swf metadata to the compile command as a command option, but I can't find any documentation on how to access these metadata within the actionscript during runtime. We're trying to add a version number to the swf during compile time and then somewhere in our app we would retrieve it during runtime, here i...
hi,
in a step by step way, how do I build the products in this open source flex project?
i have flex builder 3 and a mac with java so I should be able to build this.
There is a library and an example project called simpleworld.
http://code.google.com/p/moccasin/
I want to build the latest version: 0.24
There is no readme so when I ...