Flash :: Object In The Browser Interact With A Scanner?
Sep 30, 2010
I know Flash can work with my webcam. Is it possible for a Flash object in the browser to get a document scanned by a hardware scanner?
Will it be different if this will be an Adobe Air application?
View 1 Replies
Similar Posts:
Nov 9, 2010
I've been trying to understand how flash animations or a Java Applet work within a browser. I can think of a couple of ways - The Flash Player/Java Applet are machine code that's dynamically linked it, and given some parameters about the area of the screen that belongs to them; after that, they run within the same process space. The browser exposes an API that the player/applet use to talk to it and they live in a separate process. (Presumably they talk via sockets?) The API could correspond to openGL/X11/some custom calls.
These possibilities still don't explain things like how a button click can make the player full-screen, how it can play music, how it can inspect the DOM, etc. For that matter, is the video displayed by decoding to a sequence of images, and rendering them one at a time, or is there a more efficient way, e.g., of pushing the deltas in the image? The Wikipedia page on Java Applets
(1) talks about how the applet is run in a sandbox (presumably a separate process), but it doesn't say how the browser and the applet communicate. Perhaps the answer depends on the underlying platform?
View 2 Replies
Sep 5, 2011
My goal is to build a program trader for the upcoming CNBC porfolio challenge. I need a way to collect quotes, current positions and place orders in the flash object.
View 1 Replies
Aug 2, 2010
The following is that long only because I gave examples of what I want to know, not because it is complex .I have three basic questions regarding AS 3.0 classes.
1. How can I make a class object interact with an object on stage?
For example, when I have a square (mc_Square) with class "square" attached to it and I want it to trace "Colliding!" and print the X and Y of the mc_Box on contact with an on-stage *hollow* box (mc_Box) that has no class attached to it.how to do it vice-versa would also be awesome .
2. How can I make a class object interact with the same class object? For example, when I have two squares (mc_Square) that both have the class "square" attached to it and when they collide, it prints the X and Y of both of them.
3. How can I make a class object interact with a different class object?
For example, when I have two squares mc_Square1 with class "square1 (that also has a variable Primary=true written in it)" and a mc_Square2 with class "square2"; When they collide, the one with Primary=true would be removed and it's X,Y position traced.
View 2 Replies
Dec 17, 2010
Is there any way to make a flash object where users can interact but has no server side support. All users are in the same network, the swf file would be on a shared drive. Nothing complicated, just one frame where everyone (about 10 user) can make modification. No login, no password.
View 6 Replies
Oct 19, 2009
I have a game that has 13 stopped slides. after completing each stage, you get to the next frame. is there anyway to have one frame interact with an object from a different frame?
View 3 Replies
Jun 25, 2009
how can we interact with a button which is inside a movieclip... how can we add child to button inside movie clip from outside the movie clip
View 1 Replies
Feb 4, 2011
Is it possible to have flash access a generic twain scanner from my web-application, save the file and upload it into my application?
I have done some searching through google but wasn't able to find to much detail in this. Is there any pre-made solutions, Paid / Free (ideally).
If Flash isn't the best route to go, would Java Applet be better, if so, is their a solution already built?
View 1 Replies
Sep 30, 2009
I was curious if it's posible to integrate a fingerprint scanner to a Flash/Flex/AIR application, I can't seem to find anything on the web.
View 1 Replies
Oct 12, 2010
I want to attach scanner to a flex application and read the image using scanner.Does anyone know how to attach scanner to a flex application?.
View 2 Replies
Dec 16, 2011
I want to write application in adobe flex/air through which I can communicate/connect with hardware devices such as Fingerprint reader, scanner.
Is there any way to do so?
Is flex/air support hardware interaction with the following devices.
View 1 Replies
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
Nov 27, 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 (Motorola-type barcode scanner Symbol LS2208 Laser Barcode Scanner USB), can not connect to the application to call the data from the database when students scan the barcode printed on their student card. make the script so that it can run on flex / flash and php. it makes me crazy for a week to seek a way out. (I have not mastered the java script)
[Code]...
View 4 Replies
Jul 13, 2010
It is a website for my dad and i decided to take this opportunity to learn flash. I made the nav bar using a tutorial i found from youtube and the code is this
Code:
import flash.events.Event;
import flash.events.MouseEvent;
import flash.net.URLRequest;
[Code].....
View 5 Replies
Jul 10, 2011
I was wondering how to achieve the native scrollbar effect which TheFWA (thefwa.com) has managed to do pretty well (I am not a fan of Flex scrollbars).and implemented the technique, as I am calling a JS function through ExternalInterface every time, when the flash object changes size. This JS function simply resizes the div which holds the flash object, which creates the native bars.Unfortunately, when I resize quite rapidly (from 800 to 1800 height, for instance) the flash object simply gets warped for several milliseconds (as if it hasn't changed its size, but simply got pulled in all directions). After these milliseconds, things get back to normal, but the whole situation is really visually annoying.
Originally I thought that it's simply a timing issue, but after a bunch of attempts to set a delay, the effect was the same ... just delayed.How can I resolve that? I know it's technically possible. Just take a look at TheFWA, and see how smoothly flash and the browser are communicating with each other to make the native scroll bars work, without any flickering, or mismeasurement
View 3 Replies
Jan 22, 2012
I'm using flex. The flash object is remain the same size and not scaling when zoom in/out from browser. So the swf is not properly displayed in the given div. I'm wondering how this example could scaling nicely when zoomed in/out.
View 2 Replies
May 29, 2009
I apologize beforehand but this probably isn't directly related to flash. However I'm not sure exactly which front-end code would deal with this and thought flash developers might know something about it.Is it possible to tilt a flash object in the browser window without altering anything in flash?I've tried googling it but I've either word it badly or received more hits on cellphones than on flash.
View 4 Replies
Apr 28, 2010
I'm currently working on a corporate intranet application. Part of the requirements are to have the application start a program on the users local PC (Minitab) and then have the webapp communicate with it via it's COM interface.
What are my options for doing something like this?
A signed Java applet and Jacob ActiveX and .NET (this will only work in IE, correct?) Flash? (can flash be given permission to the local PC?) Silverlight???
I'm leaning towards trying the java approach (all users will have Java and flash installed) but am wondering what's the path of least resistance.
The application runs from Apache2/Python/modwsgi on Gentoo Linux. All users will be running WinXP or Win7 with Firefox or IE6/7/8.
View 2 Replies
Jul 9, 2010
I am trying to create an automated program in Python that deals with Flash. Right now I am using Python Mechanize, which is great for filling forms, but when it comes to flash I don't know what to do. Does anyone know how I can interact with flash forms (set and get variables, click buttons, etc.) via Python mechanize or some other python library?
View 1 Replies
Aug 22, 2011
I have a movieclip on stage: I load inside it a form (via addChild). The form is made of textfields and movieclips and it is contained in a library object of MyForm class, extending MovieClip. So I have:
var myForm:MyForm = new MyForm();
myClip.addChild(myForm);
What happens: the MyForm class lets me interact with textfields (if I change a value of a textfield I can see it very clearly). But I can't manually reach the input textfields and the buttons (they don't respont to pressure, and I can't modify their content in the case of textfields). There seems to be something related to the fact that MyForm is contained inside myClip because if I load the form without the myClip container anything works again. I tried to use mouseChildren and mouseEnabled on myClip but it doesn't work.
View 1 Replies
Dec 8, 2011
I am looking for advice how to set web pages where user can interact with it using microphone. The aim would be that user can say word and the word would be recorder and the file compared on server with another sound (word) and then the result (the searched word) would be displayed. It would be a spoken dictionary.
View 2 Replies
Jan 11, 2010
I'm looking for a way to play flash animated content once ( even as the user navigates to different HTML pages with similar flash content) and expire after a set amount of time or after the browser is closed.
I'm aware I could use a shared object for this but can't seem to find info about how to clear them at browser session end.
View 5 Replies
Feb 15, 2010
i have a swf file of width 1000 and height 700. i want to show the swf file in full screen of the browser it self (not like videos plying full screen). i tried like the following
1) get user screen width and height using java script using the functions available (screen.availHeight and screen.availWidth) the screen size is available by using the functions but not applying to the flash object
2) tried giving 100% for both height and width in object code that also not working
View 3 Replies
Sep 2, 2011
This is my code [code]Basically what I'm doing is creating a string with a flash object and embedding into a new window. Now this works perfectly with IE9 and Firefox but for Chrome and Safari I have to resize the new window and then the flash object appears.
View 1 Replies
Oct 24, 2010
I'm using Flash on my website and periodically my Flash object will crash. Is there a good way to debug my AS3 code while my Flash object is running in the browser?
View 2 Replies
Aug 3, 2011
I want to play/stop Pandora's web radio tuner, which is flash-based, via Javascript. How do I programmatically interact with it's online flash player?
View 2 Replies
Jan 15, 2010
I was wondering if there was a scripting language that one could use to to interact with a flash object on a webpage? I am trying to automate some tasks but the webpage uses flash. Edit: I am trying to fill out a form basically click a few "check boxes" and then a submit button but I would like to know if its possible to automate this task.
View 1 Replies
Oct 15, 2007
is it possible to have a flash menu interact with powerpoint slides?
View 1 Replies
May 8, 2010
I'm considering taking on a new project for myself - nothing particularly major - but I've a few questions that I'm certain anyone with some serious experience with Flash might be able to answer for me or perhaps (hopefully) guide me in the right direction for alternatives.
So I have an idea for a horizontal menu that I want to design using Flash (I've only experience with AS3 - odd as that is? - so that'll be how it'll be designed). As I'm coming to understand it's difficult/impossible to have the embedded flash interact with other portions of the HTML, so for every time that a menu item is clicked, is the only way to go about moving to that page just having the entire page effected - ie each page (home, port, etc) has to also include the embedded flash as well, or can I just have it affect some subwindow or section of the page, instead?
View 3 Replies
Apr 6, 2010
I have a 100% width and height flash object in my site. Activating and exiting browser full screen mode with F11 only works as long the user didn't click the Flash movie. And I doubt many users know they have to click the address bar to enable F11 after using a (browser) full screen Flash movie.
View 1 Replies