ActionScript 3.0 :: Third-party Libraries And Classes?
Jan 27, 2011
At the moment I'm trying to make a game using Box2D and QuickBox2D but I'm having a problem at the moment because the Player character is actually a QuickObject I don't know how to construct a class that extends that.
For instance if I was just to create the object I want in the main constructor it would be something like this:
[Code]...
So how would I go about this?because I'm getting loads of problems one of which is the the 'World' variable can't be accessed within the Player Class.
How can I do the following in Flex 4.5 or later: Compile an swc library file containing packages of simple functions Compile an swf application referencing the swc file as RSL Publish the swf application Send the source code of the swc file to another developer Allow the developer to modify the code of some functions while keeping their interfaces Allow the developer to compile the source code into a new swc file using only compc Allow the developer to replace my original swc file with his new swc file, then execute my swf application having the new swc file in the same directory.
Is there any way to allow CS3 to use the classes that were added to CS4? I would love to work with the 3d stuff or the File IO stuff that come packaged with CS4 with my students, but can't upgrade the lab to CS4.
I'm writing a helper class and I want it to be used in both flex and pure actionscript projects. For example:
public static function listenToPositionAndSize(control:DisplayObject):void { if (mxLibrariesSupported) { control.addEventListener(mx.events.ResizeEvent.RESIZE, onControlResize); control.addEventListener(mx.events.MoveEvent.MOVE, onControlMove);
[Code]...
EDIT: One simple reason to do this is: if you check the above example, I would prefer mx.events.MoveEvent.MOVE (if available) instead of flash.events.Event.ENTER_FRAME for performance issues.
I work with Flash CS4 and lately I've been looking for certain classes to ease my work. To be more precise Atom/RSS2.0 parsing classes. But the best result I found needed me to work with FLEX. Now I can't get this to work with flash CS4. There's no apparent way to make this work. I can build my own parser or look for one that doesn't need Flex. But it looks like the future is more FLEX oriented.
EDIT : I know how Flex Code and SWC files should work. But every time I try to use them I get some bizarre error about missing classes and methods that are part of FLEX but not included in Flash...
Does anyone know of a easy to install photo gallery. I'm assuming it would have to be flash. I want to implement it on my own site. I am looking for the one that is thumbnails,and when you click a thumbnail, it expands and you can navigate through the other photos.
I have a Master SWF that has several buttons on it's stage.These buttons each load a remote SWF of a clickable graphic into the Master movie's upper left hand corner. Inside these loaded clips are several clickable areas that I would like to use to load yet another movie into the bottom half of the Master clip ... so, it's loading a remote SWF onto the stage of a third party.I'm having a simple targeting problem. I'm not quite sure how to call a movie to load into a loader on the stage of a different movie clip. I'm using "parent" ... but i got something wrong:
_________________________________ var unitSwfLoader:Loader = new Loader();unitSwfLoader.x = 25;unitSwfLoader.y = 390; function getUnitSWF(e:MouseEvent):void { unitSwfLoader.load(new URLRequest( "units/"+ e.currentTarget.name +".swf" ) ); parent.addChild(unitSwfLoader);}
When clicking on a link for an mp3 [URL] on my website, the mp3 plays in my I.E. explorer window because it is set as my default. I assume that most visitors to the site will have a pre-set application to run mp3's. Is there a way to force the mp3 to actually download instead of running the 3rd party application? I want the pop-up box to appear on all users allowing them the option of saving it to their harddrive. I can achieve this by .rar or .zip, but I would prefer not to go this route.
I feel like I'm walking into a brain surgery symposium to get help opening a box of Band-Aids...I've tried pretty hard to find tutorials about this but no luck. I'm the densest person who's ever dared to start up Flash. I'm making a scheduling utility for students in my online classes, and I went out and found a "Date Picker" component which looks nice. I've downloaded it, but I can't get Flash CS4 to recognize it no matter what I do. The picker came from [URL]
First issue - there are a several different downloads. One contains only a file called Datepicker-v4.4.1.swc with a red envelope icon, the other is version 4.2 (I don't really care which version I end up with). The 4.2 yields a directory containing
[Code]...
I tried to do that, but my directory structure doesn't correspond to that path very well. (I don't have a Local Settings directory, first of all.) Looking for something analogous on my WinXP/CS4 machine I ended up at C:Program FilesAdobeAdobe Flash CS4enConfiguration. That didn't have a Components directory so I made one, dropped DatePicker.swc into it, and nothing seemed to happen. (By that I mean, I started Flash, created an AS3 Flash file and opened the components palette, and nothing DatePicker-like was there.)
I am trying to mimic the basic mailto: href command you find in HTML in Flash AS3 but cannot figure it out.I simply have text in my flash project like "someone@someone.com" which i want to, when clicked, launch a new compose email with "someone@someone.com" in the to field of the users default email client.
First, excuse the screen name, I tried a lot more and was frustraded and wrote that. I got nothing but love towards google. now to my problem, when I try to play a video on some websites, ite tells me to and when i go to that website I can NOT click on the allow box and check it.
[Code]..
I updated flash. I deleted the whole macromed folder and reinstalled flash, did a system restore. and nothing worked. I tried to update java but it gave me error 1606 and that it couln't get to %appdata% did the offline manual thing and got the same error.
Is it possible to read first party cookies from flash?It should be noted that we have complete access to javascript via the ExternalInterface class.So, now the question is - can we access first party cookie from javascript? Our javascript code will be loaded by a website which is not hosted by us. This makes the cookies created by that website - first party cookies. How can we access these "first" party cookies?
I am working on Flex 4 and I want to use reports with my Flex project. Is there any way to do the same? I mean any report library provided by Flex or any 3rd party application integration?
When I run the following script, the variable userParty is lost between the scoreCalculate function and the bottom of the script, where it should set the value of the quizVariable.party for the URLloader to function correctly.
I have a code library that I have built. It relies on 2 other (third party) libraries. At the moment, when I compile the library into a swc, both third party libraries are included. I am looking for a way to compile my code library against the third party libraries, but without including them in the compiled swc.
This would obviously mean that anyone using my library would need both libraries as well, but I would prefer it this way. I am not using Flex/Flashbuilder which I know allows you to choose the classes to include in a swc.
In an ideal world, I could do this through a browser in real-time and send a notification that would include the DOM information needed to remove the ad. In this type of model, I could theoretically then use all clients (web visitors) as test subjects. I believe that this might be far fetched, and thus will need to rely on a smaller subset of users. I'm looking for any way to do this. I have even thought about using speakers and a microphone to detect when a sound is playing, and then some how capture a screenshot and the DOM information.
I've seen something like 3rd party software that works along with the Flash Player and extends its functionality. For example: video decoding, opening external files, etc. How such things can be built? Any useful info and maybe links...
I have an Adobe AIR application for Android. Using for this AIR 3.0 and Flash Builder 4.6. I need to make MyANEFile.ane - which must include 2 external .jar files: Flurry.jar + Tapjoy.jar. But when I made .ane file - it does not work. How can I add this 2 jar files to my main application jar file to make .ane file properly? It shows me such errors in dalvik:
I need to design a Flash based web conference service. One requirement is it should allow multiple users to speak concurrently like a normal conference call facility does. However, I'm wondering whether Flash has any support of such mechanism.Can multiple client publish their Mic object to the same stream hosted by the FMS and get mixed together there? Or, rather, I have to create multiple streams for each speaker to publish to respectively and instruct every audience to subscribe all of these sterams and do the mix on the receiver side?
I use third-party encoder to launch RTMP stream to FMS, but there is no way to record thestream, there is no third-party encoder to provide a way to record?
i'm trying to finish an educational cdrom done in flash, how can i make a window less projector, or position the window on the center of the screen without a 3rd party software?
We're looking for a good server to purchase to develop games with Flash/Android/iPhone clients with a .NET backend server (And even more importantly, that supports clustering and scaling in general).Now we've examined both ElectroServer and SmartFoxServer (both products look fine and suitable for our needs), however both can only be extended using Java.
We are writing a new social app that connects to FB using FB connect (actually, it's in Flash so we're using the FB AS3 SDK, which uses the FB Javascript API under the hood AFAIK).
When the flash app is served from our site - it works fine.But when we try to embed it in a 3rd party site (using an Iframe that points to our site) the following happens: when we try to perform a login to FB using the AS3 function Facebook.login(onLogin, opts), a small browser-based login to FB pop-up comes up, but it has the following error first
Or is it possible that FB don't support FB connect apps that are embedded in 3rd party sites?
I have a page with multiple flash objects which are written by a third party and thus can't be changed. They call a JS function but don't seem to pass any identifying parameters. Is there any way to determine inside the function which flash object called it?
is there any way in flash to convert my output as a screen saver file with out using any 3rd party tools.I mean in my application end of my animation one button is called preview, when i click that button then my animation is converted to screen saver [src] file.