I want to load swf file in Android , but it seems that Android don't support swf. I google it,and most of developers suggest to use webview: WebSettings settings = webview.getSettings(); settings.setPluginsEnabled(true); webView.getSettings().setPlug
Please have a look at this project, in this project I have two symbol, one of them create and add another symbol as child. Child symbol is drawn over parent as I expected. Parent symbol has two frames. When parent goes to second frame, child symbol d
I have a file abc.swf embed in a html file called index.html The SWF file needs to access abc.xml The abc.xml is stored in Rooms/abc.xml The index.html is stored in Schedule/index.html In the abc.swf, I have code: inforequest=new URLRequest("~/Rooms/
I'm trying to figure out how to reference the class of a target. Here is some of the code: xmlDoc = new XML(xmlLoader.data); //trace(xmlDoc.Video[1].Desc); for (var i:int = 0; i < xmlDoc.Video.length(); i++) { xmlObj = new FilmVideo(xmlDoc.Video[i].N
I'm trying to reload xml file in to variable every let's say 10 seconds. I've tried numerous tutorials on timers but each and every one of them, waits the timer time, and then it repeats the actions each milisecond or so. var timer:Timer = new Timer(
I'm looking for javascript to auto-pause JWPlayer on my wordpress blog after 15sec of playing. I currently have content locker that pops after 15sec & video starts to play automatically on page load, I basicaly need it to stop at the time of content
I've found how to do this with AIR and HTTP, but I need to, if possible, find a way to do this that circumvents both of these. I've been looking for a way to do this and am continuing to do so, but I haven't met with success just yet. Perhaps there's
Did Adobe abandon AIR for mobile app development as it did with flex and flash player?I recently attended a conference on the future of web and mobile development and Adobe was there pushing its PhoneGap platform pretty heavily.
I am trying to determine in AS3 Flash if a draggable movieclip on the stage completely fills another movieclip also on the stage. I looked into another StackOverflow article with this code: var inter = mcOverlay.getRect(this).intersection(mcLoadedIma
I am using the following AS code to call a javascript function which will return me the required value. package { import flash.display.Sprite; import flash.media.Camera; import flash.media.Video; import flash.display.BitmapData; import flash.display.
Would this cause memory leak ? var mc:MovieClip ; //<<<<<<< OUTSIDE LOOP for ( var i=0 ; i< 1000 ; i++) { mc = new MovieClip() ; mc.addEventListener( MouseEvent.CLICK , onClick) ; } And what about this ? for ( var i=0 ; i< 1000
I am in the process of writing a custom script for our internal SharePoint system that will allow for multiple file uploads on list items. In order for this to happen, I was wanting to use a flash file input (to select multiple files at the same time
in older versions of flash player if I opened a swf file in a web page locally it would bring up a security settings box where I could allow files to play locally - but this doesn't seem to happen in flash player 11 - how do I enable my swfs to play
I have an AS3 project that takes user inputs (basically like a multiple choice test) and saves the these inputs in an array. I need to save the array to a text file so it can be reloaded when the app is reloaded. When the user returns to the applicat
I hear a lot about people using flash sockets in chat and other long polling apps. Why is flash used in these scenarios?Performance, because Flash provides the developer with Sockets. Using Sockets, you can open a connection and keep it open until th
I have a main Flex Application ('A.swf') loading a SubApplication (defined in' B.swf') via a SWFLoader and I need to listen for UncaughtErrorEvent from the SubApplication. I'm not able to get my event listeners to be called when I throw an error from
I would like to know how I can stop other webmasters from hotlinking my flash application and using it on their websites.The easiest way to do this is to have your web server code check the HTTP Referer header and block the download if it's not from
I have a php website that uses sessions and if your not logged in you cannot access a web page... I want the same for my Flash file, but want flash to see if there is a valid session on the php website and if there is play the flash, if not access de
I'm using Flash CS4 with AS3. I want a timer to call a function at 50 ms intervals for 100 times. however the timer takes much longer than it should, which adds up to 1677 ms (1.677 seconds!) too much after 100 repeats. Am I missing something here or
I'm trying to get a projector file to run full screen when it starts, without needing to click anything. My main class inherits from MovieClip, so as far as I can tell I get access to stage... yeah right :) package { import flash.display.MovieClip; i
I have an SWF file with only vector illustrations in it (no bitmaps). Is there a way to improve colour consistency across different monitors? Colour management is a very complex topic and the more I read about it the more confused I become. There's t
Some sites have forms which are Flash. How can I programmatically, fill out these forms ? Is the only solution sending POST via cURL by first monitoring the http headers being sent ?That would only work if the form you're filling out is sending back
I'm looking at a project that requires the ability to play one flash video over the top of another... sort of like an animated watermark, where the video on top has transparent regions ans may not be the same width/height as the one underneath. Using
I fought with the IDE and read around all day enough to learn that in AS3, the exported class name of a lib symbol matters. I have hello.fla. In it I created a simple textfield with a string ('hello') - coverted it to a symbol (movieclip) and did the
I have an if/else if/else if/else if/else statment in AS3. It's a calendar that reads in dates from an xml file. The if/else if/else statements controls the look of a date according to whether it has an event, and whether it's past/present or future.
I am new to Flash. I am using Adobe Flash CS3 to create simple animations (images moving between keyframes). It produces a SWF file that I put on a website. I want the SWF file to be a link to a URL. How do you do that? Thank you in advanced!The same
I have a flash (flex) web application and when it first loads the cursos is in the username field blinking. However, you can't start typing because Flash does not have focus. You have to first click on the flash app. Is there anyway to give Flash foc
I'm trying to automate some stuff on a flash game running in a webbrowser control in my C# program. Using user32's sendmessage dll I've been able to click at coordinates on regular pages such as google but it doesn't work on flash content. Any ways I
I'm building a site that requires an audio file to be played with an equalizer. I don't know alot about AS3 yet so this might be a simple question. I've found an example that I would like to use Demonstrated here and the source files here The code to
I'm using a Flash TextField control to display some HTML content inside a Flash presentation to be shown on a large touch-screen kiosk. Unfortunately, if any image tag in the displayed HTML content points to a non-existent image, a dialogue is shown