<< Chennai Flex User Group

Discussion Area

ask questions, discuss topics, solve problems

Discussion Home | About | Threads By Date | Search

Posts

1-10 of 26 | Next> | Last>>

Chennai Flex in Apache Flex User Groups
Thread posted on Aug 11 by cforcloud

Title: Chennai Flex in Apache Flex User Groups
Content:

Fellows

Time to switch to Flex 4.8 and add ourselfves listed in Apache Flex User Groups.

What do you think?

https://cwiki.apache.org/confluence/display/FLEX/


Link: User Groups supporting Apache Flex

Looking for a part-time Flex Developer in Hyderabad
Thread posted on Apr 10 by mojofox

Title: Looking for a part-time Flex Developer in Hyderabad
Content:

Hello guys,

We are looking for a part-time engineer who is an expert on Flex, OOP, Architecture and Design
Patterns for our Hyderabad based Start-up Company.

Requirements:

1)      You will be working with us for around 4 hours each day

2)      You will make design & architecture decisions for small-to-medium complex Flex apps

3)      You will mentor a small team of 2-3 junior Flex developers

4)      Plan and Develop solutions timely

Skills required:

1)      At least 3 years of experience on Flex/AS3 (Java  is plus but not
a mandatory)

2)      Good experience of Component Development, OOP, architecture and design patterns

3)      Good at communication and documentation

4)      Good at time management

5)      Responsible and strong sense of deadline

Benefits:

1)      Secure extra earning while you are employed at your location

2)      We don’t poke our nose with you every day – You manage your tasks but keep them in time

3)      No unrealistic pressure as long as long as you complete task in time

4)      Flexible time of work (We work from 2:00PM till 11:00PM)

5)      You being a part of growing business if things work out well,  can be a pillar for our success and equally be rewarded

Procedure:

  1. Send your CV at flashneeds[AT]gmail.com along with URLs of the Flex apps you worked on
  2. Will screen your CV and demo links and pass on the test
  3. If you pass the test, then sign on the contract
  4. Start work

Good luck


Adobe Flash Player and its future
Thread posted on Nov 16 by Ravi S Sharma

Title: Adobe Flash Player and its future
Content:

http://ravigeek.wordpress.com/2011/11/16/adobe-flash-player-and-its-future/


Spring + BlazeDS Integration API for Flex based Enterprise Apps
Thread posted on Oct 22 by Ravi S Sharma

Title: Spring + BlazeDS Integration API for Flex based Enterprise Apps
Content:

Read an article on Spring + BlazeDS Integration API for Flex based Enterprise Apps


Flash Offline record - issue
Thread posted on Sep 06 by Dharmendran

Title: Flash Offline record - issue
Content:

Hi Everyone,

I have created flash offline audio recorder using as3. Using ByteArray class, write the audio stream in the Buffer (Ex. ByteArray.writebytes(bytes:Object)) and playback it from buffer.  Using SampleDataEvent.SAMPLE_DATA to trigger the mic event.Its working fine in all browser.

The problem is while accessing Adobe connect or DIMDIM web meeting and use my offline audio recorder, then the audio get choppy because of out of memory. 

I have tried many ways but I can't get a solutio for this problem.

activeMic=Microphone.getMicrophone(0);
activeMic.gain = 90;
activeMic.rate=rate;
activeMic.setSilenceLevel(1);
//activeMic.setLoopBack(true);
activeMic.setUseEchoSuppression(true);

Anyone have any ideas, Please post me. Thanks in Advance.


Code: activeMic=Microphone.getMicrophone(0);

activeMic.gain = 90;

activeMic.rate=rate;

activeMic.setSilenceLevel(1); //

activeMic.setLoopBack(true);

activeMic.setUseEchoSuppression(true);

activeMic.addEventListener(SampleDataEvent.SAMPLE_DATA, getMicData);



private function getMicData(evt:SampleDataEvent):void {
//_txt.text = 'mic data: '+evt.data.bytesAvailable;
if(evt.data.bytesAvailable > 0) {
//soundData.writeFloat(evt.data.readFloat());
soundData.writeBytes(evt.data);
}

}

private function playMicSound() {
soundData.position = 0;
micChannel = new SoundChannel();
micsound=new Sound();
micsound.addEventListener(SampleDataEvent.SAMPLE_DATA, playHandler);
micChannel=micsound.play();
micChannel.addEventListener(Event.SOUND_COMPLETE, micSoundComplete);

}


private function playHandler(evt:SampleDataEvent):void {
if (! soundData.bytesAvailable) {
return;
}

for (var i:int = 0; i<(8192/(44/rate)); i++) {
var temp:Number=0;
if (soundData.bytesAvailable) {
temp=soundData.readFloat();
}
for (var j:int=0; j<int((44/rate)*2); j++) {
evt.data.writeFloat(temp);
}
}


}

UG Meeting venue finalized
Thread posted on Jun 01 by Prabhakaran_v

Title: UG Meeting venue finalized
Content:

At last the venue for the May month UG meet (postponed to June) is finalized. OrangeScape is kind enough to support the UG. OrangeScape is located in TIDEL Park.

Full address:
305, TIDEL Park, D Block, North wing Rajiv Gandhi Salai, Taramani
Chennai, Tamil Nadu 600113
India

Location in google map

The event time is unchanged 3pm – 6pm. For any clarifications, please call us at 9444155024

For regular updates follow us in Facebook and Twitter

Facebook: http://www.facebook.com/chennaiflexug

Twitter: http://twitter.com/chennaiflexug


UG meeting snapshots
Thread posted on Mar 27 by Prabhakaran_v

Title: UG meeting snapshots
Content:

The pics taken at the recent UG meeting(26 March 2011).

http://www.facebook.com/album.php?aid=22693&id=115776695166255&l=fb0fba1507


Facebook page for user group 1
Thread posted on Mar 23 by Prabhakaran_v

Title: Facebook page for user group
Content:

Hi Flexers,

I just wanted to share an information about the Facebook fan page for this group. I recently created this page since Facebook has become so important in our life. Facebook helps to plan and communite better.

So, please visit this page http://www.facebook.com/pages/Adobe-Chennai-Flex-User-Group/115776695166255 and be part of the community.

-Karan

Manager


Free tickets - Flash Camp chennai
Thread posted on Nov 14 by Prabhakaran_v

Title: Free tickets - Flash Camp chennai
Content:

UG has got some free tickets to be distributed to the members of the community. For more details check out http://www.chennaiflex.org/2010/11/11/flash-camp-chennai-free-tickets/


Flash Camp coming to Chennai
Thread posted on Nov 14 by Prabhakaran_v

Title: Flash Camp coming to Chennai
Content:

I am really excited to announce that Flash Camp is coming to India for the first time. The event is scheduled on 11th December 2010 in chennai. User group along with the support of Adobe and RIA-RUI society is organizing this big event.

The registration for the event is open. You can register at http://www.indiflashcamp.com/register


Image:
Link: www.indiflashcamp.com

Filter by Date

<< June 2013 >>
Su Mo Tu We Th Fr Sa
            01
02 03 04 05 06 07 08
09 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30            

Filter by Tag

All
announcement
Benefit
Flash
General
General Discussion
Question
Sticky

Change View

Titles
Summaries
Table
Clip
Clip & Comments
Full

Change Sort

Alphabetically
By Last Activity
By Date Posted
By Number of Comments
By Number of Views
By Author