I would like to have an AIR application available for web download, but have some data customized per-user-download. Think CD-key, or in this case an encryption key and user name, so that the downloaded version can connect to a website and know who it is that downloaded it. As a fail-back if this is not possible, I could require the user...
Hi
There is an example how to create p2p file sharing using stratus:
http://cookbooks.adobe.com/post_Create_a_P2P_file_sharing_application-16539.html
Is this reliable although RTMFP uses UDP?
Can I do the same with LCCS?
All the sample apps are high level and I didn't see an example how to create a netConnection, publish stream and ...
mBlocks is a 2-dimensional array of Block objects. Every time my application runs, it runs the InitGridNumbers function. Sometimes, it will get stuck in an infinite loop. Other times, it builds and runs without issues.
public function InitGridNumbers():void
{
var tempRow:Array;
var tempColumn:Array;
var tempNum:int;
for ...
I head Android 2.2 supports Flash, but I'm not sure what that means for the SDK user.
I'm using Android 2.2 platform (emulator and eclipse). In the emulator, I launched 'browser' app, and browser to the URL which has flash swf embedded, but I couldn't see it.
Am I missing something??
Thanks!
fsustim
...
Hi
I'm building LCCS application.
Is it possible to use the NetConnection that the rtc:ConnectSessionContainer uses to connect to LCCS?
I want to use a custom NetStream that is not provided by LCCS pods and containers.
Is it possible to connect with a new NetConnection without using LCCS ConnectSessionContainer?
Is it possible to see ...
What would be the best way to keep a value throughout different tabs.
I have a main page which has several tabs, each tab is opened as a component. And I need to have a value for ID to be preserved thru each tab.
Right now in the main page I declare the value
[Bindable]
public var myID:String;
And then call it using;
p...
I have a datagrid and it lists several rows as
seqno | NAME | COMPANY
1 | BOB | D&T
2 | Jenny | M&Y
3 | Jane | D&T
It is possible to have buttons as [MOVE UP] and [MOVE DOWN] so that when I select a row in a datagrid and press one of those button that the order changes and the seqno updates accordingly.
Meaning if I s...
Hi
Can somebody suggest a good command line FTP client which can be easily integrated with AIR. I am trying to overcome the limitation of uploading/downloading a maximum of 100 MB to an FTP server from AIR app. Any alternatives or supporting documentations are welcomed.
...
Hello everyone,
I just have a one quick question on Timer and TimerEvent (flash.events.TimerEvent & flash.utils.Timer) of Adobe Flex.
I am currently working on a project wherein I need to occasionally change speed, stop and play an swf animation (loaded to a loader and instantiated as a ByteArray).
Example, I have a moving car (swf ...
Hi,
I need to know how to manipulate the images I am a very new at flex and AS3 progragramming.Can you help me out of clearing things like I want to use as3corelib and imageprocessing libraries in flex.
...
Hello!
I have created a form in Adobe Pro and i have added some JavaScript to it. But i have two problems.
1) Is there a "Document Finished Loading"-action? I have a date field on the form and i would like that it automatically adds todays date into that field when the user opens the document to fill in the form fields.
2) The date me...
I'm trying to animate a list as I delete the top row. All the examples I can find use itemsChangeEffect to bind to the effect, but this property exists only in MX lists, not spark lists.
Any idea how I can get the same effect done in Spark Lists?
I'm trying to remove the top most item in the list with a slight fade out effect before t...
Hi there - desperately need your help...
Specification:
["Our plan is for you to write an application, built with AIR, to drive some
command-line tools supplied with the Flex SDK
(http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK). These would
make use of AIR 2's NativeProcess API
(http://www.adobe.com/devnet/air/flex/quickstart...
I'm not using deep linking, so all the pages/states appear as http://site.com
Is it still possible to implement back functionality in this case? It looks like flex has a browser history feature, but not sure if it would still work given that all the pages are at site.com
The other option is that I would save information in the main fil...
I have a datagrid with a combobox in it like;
<mx:DataGrid editable="true" x="72" y="10" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getAllResult.lastResult}" height="178" width="896">
<mx:columns>
<mx:DataGridColumn headerText="STATUS" dataField="tooltip"/>
...
Example: the processtext company
http://processtext.com/
they have dozens of pdf related utilities that do not require adobe's products to be installed. Any while on the subject, are there available code examples for manipulating and processing pdfs?
...
Hi
I need to play a .mov file backwards in my Flex app. Some help??
...
I have to select date from date field in flex and store that date into SqlLite database. I
am inserting date by using this code :
dbInsertDate = datechooser.selectedDate.getFullYear().toString()+'0'+(datechooser.selectedDate.getMonth()+1).toString()+"-0"+datechooser.selectedDate.getDate().toString();
where dbInsertDate is string type...
I am trying to let the user set the background color of my flex 4 app by setting the colour in the flashvars variable of the calling javascript.
However, I don't seem to be able to access the flashvars at all, the best result I can get (from trace) is undefined.
The javascript looks like:
<script type="text/javascript">
var flashv...
i have a menu bar in which i have tags women, men, designer etc etc.. i want such that if my mouse cursor moves onto women or it moves onto men, then a drop down appears.. how to do this using Adobe Dreamweaver cs3..
...