Flex :: 4.5 - Implement Zxing Barcode Reader In Mobile Development?

Jul 28, 2011

how to implement the zxing barcode reader in Flex 4.5?

View 2 Replies


Similar Posts:


Flex :: Barcode / QR Reader In 4.6?

Mar 29, 2012

I'm looking for a barcode reader using a webcam in flash builder 4.6 for mobile application. I have tried the following link here but didnt work its showing "Nothing is decoded" If you tried to scan a Barcode/QR code using mobile device.

View 2 Replies

Flex :: Spark TextInput Incomplete Value Using Barcode Reader?

Jul 21, 2010

working with Flex4 AIR app, using this component I get data from the barcode reader,

<s:TextInput id="barcode" enter="showBarcode()"/>

Then for handle the enter event, wich is automatically triggered when reader finishes its reading

private function showBarcode():void{
Alert.show(barcode.text);
}

Ok, very simple. But my problem is: the text showed in the Alert Box is incomplete, it misses one or two digits (last) or it just shows the entire text in the TextInput component (correct view)

I already test my BC reader using the notepad, and it's fine.

I have tested same code using MX components in Flex3 web app, and there's no problem.

View 3 Replies

Actionscript 3 - Flash Barcode Reader?

Dec 19, 2011

i'm interested to write barcode scaner with flash which would work for any platform that has built-in camera and while scanning wich automatically uses the camera for barcode reading . how to accomplish this or have a guide for this?

View 2 Replies

Android :: AIR - Which Event Triggered When Barcode Reader Scanning

Mar 14, 2012

I have a USB barcode reader attached to my tablet (running Android 2.2), it seems to work, but how to read the date from it? And which event is triggered when it is scanning?

View 1 Replies

ActionScript 3.0 :: Read Barcode Values From Bar Code Reader?

Oct 23, 2009

I'm creating an online application to manage a shop. The user enters the item's barcode using a barcode reader then i am how read the barcode values using AS 3 ?

View 1 Replies

Flex :: Barcode Component For Barcode EAN 128 With Application Identifiers?

Jul 16, 2010

I am looking for a flex component to generate a barcode similar to the one below. [URL] I have found a similar plugin, at [URL]. But could not replicate the Application Identifiers by just using the "( )"

View 1 Replies

Actionscript 3 :: Flex 4.5 Mobile Development?

Oct 7, 2011

I recently started developing mobile applications using Flex 4.5 with the help of a book, but was unable to find the API documentation for the same from Adobe.

Does anyone know where I can find the mobile development API documentation from Adobe ?

View 2 Replies

Actionscript 3 :: Mobile Development Using Flex Sdk Only?

Oct 10, 2011

I have been trying to figure out whether it is possible to use only flex sdk for mobile development.Do I really have to purchase and use Flex Builder? are there free tools that would allow me to package my application for, say, iOS or Android?

View 3 Replies

Flash :: Get Into To Flex Mobile Development With Builder?

Jan 3, 2012

I'm a longtime CF developer that is trying to get into to Flex mobile development with Flash Builder but I've become frustrated in trying to output results from a simple database query.

I'm looking to do something along the lines of this...

<cfoutput query="myQ">
<s:Button label="#title#" click="myFunction(#id#)">
</cfoutput>

View 1 Replies

Actionscript 3 :: Implement Stock Charts In Mobile Application Created In Flex?

Jan 18, 2012

I am trying to implement Stock Charts in my Mobile application created in flex.what i need to implement is the cross hair as seen in [URL] how this can be achieved.

View 1 Replies

Flash :: Framework For Game Development On Adobe's AIR Mobile?

Feb 14, 2012

I've recently tried FlashPunk for game development and it seems to be easy enough to comprehend, however, when me and a friend tested simple apps coded in it on the iPhone, it seems to be acquiring an unnecessarily large amount of memory plus dropping framerates.

Are there any other choices for game development with ActionScript 3 with frameworks that are optimized for mobile gaming?

View 2 Replies

ActionScript 3.0 :: Mobile Development Loader Class To Load Images

Mar 14, 2011

I'm very very new on ActionScript 3.0 for mobile development. I'm using loader class to load images. I'm loading ten images with different sizes. I'm trying to load them with a common size (300x300) doing this:

[Cod]....

View 2 Replies

Flex - Barcode Scanner Cannot Connect To The Application To Call The Data From The Database

Nov 11, 2010

I am currently working on software for student attendance. I use the flex / flash and php to create the software but I faced a problem barcode scanner, can not connect to the application to call the data from the database when students scan the barcode printed on their student card.

View 1 Replies

Flex :: Mobile Gesture Event : Slide Between 2 Views Like Google+ Mobile?

Mar 23, 2012

I would like to move (right or left according the current view) between 2 views when I move my finger on the mobile screen; for example with Google+ mobile application, in profil section, you can change the view just on move your finger on the screen, and the offset and the moving speed must be checked before change complete view.

View 2 Replies

Flex :: Mobile Supports Native Mobile Features?

Jun 27, 2011

Does flex mobile supports In-App purchases, push notification etc that can run on all supported mobile platforms (iOS, Android, Blackberry playbook).

View 2 Replies

Web Development :: Web Development - Search For All Tagged Photos Associated With User Some Id I All Of Facebook Users?

Nov 3, 2011

I'm using the the Adobe ActionScript 3 SDK for Facebook Platform to get all the tagged photos of the current user. Is this possible?

I've tried this:

FacebookDesktop.api("/"+uid+"/photos",getTagedPhotosHandler);

But that only gets me the photos belonging to that user.

View 1 Replies

ActionScript :: Android - What Is The Difference Between Mobile Project And Flex Mobile Project

Jun 5, 2011

I am going to make an Arabic application using Flex builder 4.5. I have two questions that need to be answered What is the difference between ActionScript Mobile Project and Flex Mobile Project. (AS Mobile Project supports iOS and Android but I doubt about it!!)
Is Arabic support available in Flex Mobile Projects or AS Mobile Projects? I know TLF supports Desktop and web apps but does it support mobile platforms?

View 1 Replies

Web Development :: Web Development - Browser Support Like For Bare SWF Files?

Aug 31, 2009

Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)?

Is there a lack of browser support? Or is this functionality determined by the browser's Flash plugin?

View 2 Replies

Web Development :: Web Development / Make A Web Based Video Recording?

May 10, 2010

I want to have a web site which switches the web camera of users, makes a video recording and send results to my web server.Is it possible to do that? I think it should be. For example such sites as chatroulette.com starts web camera. Should it be done with the Adobe Flash technologies? Is it hard to do that?

View 1 Replies

Web Development :: Web Development - Browser Doesn't Load Imagers All At Once?

Jan 12, 2011

If I load a web page full of other files, e.g. images, my browser doesn't load them all at once.I seem to remember reading that IE will only have at most 3 requests open at a time for a page. The rest will be queued.If I have a flash movie on the page which is continually making image requests, how does this affect the maximum number of downloading files in the browser?

Is this browser limit accurate, and is it generally the same across browsers? Does flash share the requests of the browser? If not, does flash have a limit and what is that limit?
For some background, I do have a flash movie that is continually loading files so there is a queue of Loaders waiting to make requests.My idea was that if there was a different request that I needed to be executed straight away I could make it jump the queue by making a javascript call and allowing the browser to make the request instead.

View 1 Replies

Web Development :: Web Development - Pause Sound In Flash?

Feb 9, 2011

i'll using this as2 in the pause button

on (press) {
if (pause!=true) {
playing=false;

[code]....

View 1 Replies

Web Development :: Web Development - Post Flash Exe To Web?

Aug 26, 2010

I've been given a Flash tutorial to post to the corporate website that is an .exe file with an embedded Flash player. Users will be on IE, so I guess they would get the run/save prompt. I don't like this and I know it generally isn't done, but I need to know if it is OK to just do it. When I try to explain the security issues with executable files, eyes glaze. Is it possible that the users' system admins would be able to block the run prompt and make the user save the file? Could they block that too? The user community is hopeless, so having the embedded Flash player could be a good thing.

View 1 Replies

Flex :: How Does One Implement The Google Maps 3D API (or Similar) For Flex With A Local Map Cache

Aug 17, 2010

I am writing a Flex application for use on a private intranet with no external Internet access. I want to use Google's 3D Maps Flex API, but it must be connected to the internet to download map tiles on demand.

Is there a way to locally cache the 3D map tiles and data so that I can run this app without an internet connection? And if not, is there a 3D GIS that supports Flex integration and allows for a local map cache?

View 1 Replies

Flex :: MVC Architecture Development

Nov 22, 2011

I have a mobile application that I want to try and reorganize so that it's easier to read and update and follows better practice.I want to implement an MVC pattern, but I'm getting a little tripped up on getting there. I'm just hoping for some help with rebuilding the architecture. Here's the outline of my application:

Level1) MainView has a column of 5 buttons that when clicked lead to View1, View2, View3, View4 or View5.

Level2) Each of these views is the same: a list, but each is populated with different data. Selecting an item brings the user to another set of views SubView1 - 20. that each are again populated with a list.

Level3) However, any selection made on a List in a SubView leads to a view that is always the same for all selection paths - but is populated with different data. Basically a button, another list, a text input and a textarea.

From what I gather, I should be able to use a lot less files and achieve something of the same result:The model being a single class for data? The controller being a class or that controls the business logic, and a view that calls the controller?

View 1 Replies

Flex :: Game Development: Flex Or Flash IDE?

Jan 6, 2010

Which would be more comprehensive for game development?

View 6 Replies

Web Development :: Web Development - Web Design - Prevent Leeching. Flash Anti Leeching Methods?

Jul 4, 2010

I am designing a website with flash video content. If I pass in the URL to a .flv file as a flash parameter to the embedded video player someone can easily extract the URL and download the flv video file. How to do I prevent this? Can someone refer me to anti-leeching techniques being used my websites like youtube.

View 1 Replies

Flex :: Use TweenLite To Implement Effect Of Flex's PopUpManager?

Apr 21, 2011

How can I use TweenLite to implement effect of Flex's PopUpManager?

View 1 Replies

ActionScript 3.0 :: Barcode Decoding Scripts Out There In It?

Sep 30, 2010

Is there any barcode decoding scripts out there in AS3?

View 2 Replies

PHP :: Reading Barcode From Webcam In PHP Web Application

Jan 30, 2012

Want to add following feature to my web application: To decode barcodes generated by this script with webcam and use values in PHP web application. Is that possible? if yes how?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved