ActionScript 3.0 :: Scanning Document From Flash?
Oct 15, 2009I was wondering if there's any way to scan a document from a scanner using flash.
View 5 RepliesI was wondering if there's any way to scan a document from a scanner using flash.
View 5 RepliesDoes anyone know if it is possible to scan a document directly into flash using Actionscript 3?This would be a bubble sheet like a test sheet with multiple answers and such. Would it also be able to detect positions of the marked bubble to dynamically create the data in flash? I have some far fetched ideas and sometimes they are just not possible with the tools I would like to use.
View 1 RepliesCan I really do that with the phone? Perhaps I would have to call any of the native API's, but I am not really sure whether and what is possible. I am pretty sure that the camera is accessible, so at the worst case I could send the picture to the server, decode the QR code on the server, and get the results on the phone, right ?
View 1 RepliesI am developing an application in flex 3 using action script 3........I have some range of ip address in LAN(wired or wireless both).....i want to check which all the systems available...and also want to see their shared folders..
View 2 RepliesI'm importing one swf into another and then scanning the children types in the imported SWF. When I do the following, the bitmaps return as Shapes.
Code:
for(var i:Number = 0; i<importedSwf.numChildren; i++) {
trace(importedSwf.getChildAt(i));
}
What I need to do is evaluate the bitmaps in the imported SWF file and see if they have their smoothing property on or not.
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 RepliesI have a box similar to a credit card scanning box. to enter the site, it requires the user to enter "566404663" (that is "long_gone" on the numerical/alphabetical keypad) then click the enter key. when the user clicks on the enter key, it takes him to the site. When the user clicks enter, regardless of what the user entered, it takes him to the site. I want it to only go to the site if the user enters "566404663" and clicks enter.
This is my actionscript for the button:
on (release) {
if (display = "566404663") {
getURL("[URL]", "_blank");
} else {
displayStatus ="0";
}}
What I want that when the user clicks "566404663" and clicks on enter that it takes the user to the site and if the user enters anything other than "566404663" and clicks on enter that it would reset the display to 0? Check out the link to see the credit card scanning box: [URL].
Is it possible after embedding a flash exe in to PowerPoint document that we can make flash buttons tell the ppt document to go to a certain slide.
View 2 RepliesWe have a requirement to show documents (if we have URL for a document) within Flash. We have a need use embedded document viewer for MS Office and PDF documents. Are there any Flash controls available to acheive this?
View 2 RepliesI am dispatching an event from one document class and listening for it via another document class.My code in class A.
Code:
this.dispatchEvent(new MYEvent(MyEvent.APERTURE_DONE));
trace("Dispatching APERTURE_DONE");
my code in class B.
Code:
addEventListener(MyEvent.APERTURE_DONE, onDoorsOpen,true);
trace("Lisetning for APERTURE_DONE");
[code]....
My listener is registering before the event is dispatched, based on my output window, however I never get the "Open Doors" trace statement to fire.
Can I set the style of another document from it's parent document? At the moment its giving me the error 1119: Access of possibly undefined property StyleManager through a reference with static type DesignCardForm.
View 2 RepliesI have a FLA (say Main.FLA) document class with a child MovieClip on the stage: into the child MovieClip I load other swf files: each of the files contains its own Document Class (every swf is a somewhat independent application, say quizzes and so on).For some reason I must use the Main document class to store data (scores or so) from the child swfs loaded into the Main swf. HOW do I reference the Main class? I can't find a way.[code]and dispatch an Event this way from the loaded swf document class to the Main class:[code]Now, first of all I don't know if this could even work. Secondly, I tried to make it work by adding an event listener to my Main class but id did not work.
View 9 Repliesway to get a PDF document into flash and then so that when i publish the file the pdf links like www.kirupa.com are actual links people can click on?
View 3 RepliesSo I had a working .fla, with a document class package in the same directory. Everything was fine, until moving both to a new directory, now the fla cannot find the document class. WTF?
View 2 RepliesWhen I open the file in Flash CS5, this message appears:Flash can not parse this document.An error occurred opening file 'D:......fla'
View 0 RepliesIs it possible to overlay an animated gif on top of a flash banner?I have an html page, where I want to re-work our main banner with flash elements, but would like to place our existing animated gif over the right hand part of the background banner.
View 2 RepliesWhat I'm working on is a navigation bar populated by an XML document. I'm working from an existing navigation bar while I learn, and the existing bar has a menu, and when clicked each button has a sub menu. I'm trying to remove the submenu so that when you click the navigation bar button, you go to the address defined in the XML. So far I've got everything working so that there is no sub menu drop down, and when you click a button, you are taken to a URL defined in the actual flash AS file.
I can't seem to get the AS file to call on the XML file to the get a URL from it though. How do I tell the AS file to call a variable from the XML document? I know I have the correct Node path because it works in a second AS file.
Is there a way to make a HTML link that goes to a flash document but also to a certain scene?
View 1 RepliesI have a simple Flash document with a single rectangle on a stage. I've made the rectangle a symbol, a MovieClip, and set its instance name to "test_symbol_name". I've published this document to a .swf. (Here's the .fla and .swf)In an AS3 Flash Builder project I load the swf with a Loader, then trace everything on it's display list with this function:
public static function traceDisplayList(container:DisplayObjectContainer, indentString:String = "->"):void {
var child:DisplayObject;
[code]....
I am using this tutorial to install lightbox within a flash cs3 as2 document[URL]..I got everything to work, now I am trying to set up the code to load an html page in the lightbox without changing the option to load jpg's as well.
So far I've tried changing the code in flash to say .html instead of .jpg and The lightbox keeps loading without ever finding the file.
when i create a new document in Flash CS3 with choosing "ActionScript 3.0", i cannot edit the action script for any clips/buttons i made and when i pressed F9, it showed "current selection cannot have actions applied to it". however, when i created a flash file with selecting ActionScript 2.0, I have no such issue any more.
View 4 RepliesI have 2 files one that says it is a flash document with the extension .swf the other says Shockwave Flash Document also with the extension .swf.
How do I save my .fla file as a flash document (.swf)? I dont think I want it to be a shockwave flash document.
What is the difference between the two?
From Actionscript 1.0 - 3.0
If so, how do you do it?
There is only simple type of button in Component - User Interface - Button. How to insert different types of buttons in flash document.
View 3 Repliesload a webpage withing a flash document,
this is what i want to happen, i want the flash to stop animating/looping (i already have that done) and then instead of opening a seperate page to load a website i want it to load within the swf. CS4 ActionScript 3
I have a Flash file that is displaying .xml text. I would like to create a hyperlink inside the text area.
View 1 RepliesI recently made a flash document with animations and some AS at 1600 pixels wide. It turns out that my web developer is having trouble using the file and would like it cut down to 1200 pixels wide. I can make the document 1200 wide, but then everything is off-center. Is there any way that I can crop it to 1200 my taking 200 pixels off of each side instead of just 400 off of one side? If not is there an easier way to just select every layer and tween at one and move them over
View 1 RepliesI did yesterday my last changes and since this morning I could open it anymore. I got this every time : Failed to open document[code]...
View 0 RepliesFor this project I am doing I must have the XML document define panels that will be selected within the .FLA. Like, as you scroll through the choices, it is defined in the XML document which in turn makes these panels (which are movie clips) expand along with the XML controlled data displayed in the panels (in dynamic text boxes).
View 1 RepliesRight now it seems that the preloader is only showing loading to when the first frame that a movie clip is on. instead loading through all the frames.
View 2 Replies