I am currently looking at a couple of ways to integrate UI components into my current Flash project. I usually use Flash Develop and I have recently been evaluating the Yahoo Astra Flash library and I really like the following example (especially the horizontal and vertical drag bars):
http://developer.yahoo.com/flash/astra-flash/layout...
I got a requirement wherein we have to develop e-learning platform using Flex and J2EE.
I am new to e-learning. can someone help me to identify what are all the api required, how to start design and architecture. Requirement is to develop a course management system, an authoring tool and SCORM compliant player. authoring tool should be d...
Any tips or methods(encryption, plugins etc) to load flash files (i.e. swf) as quickly as possible at the client side ???
consider files size is between 5MB - 10MB....
...
EDIT: See my comment.
Hello.
I just saw that some (only some) flash files (games) aren't loading in my website, but are in other servers. Most of the files do work.
For example:
(External) http://jogolandia.uol.com.br/arquivos/games/sokobones.swf
(My Server) http://www.plugb.com/files/games/sokobones.swf
It is the same file, but do...
Can you add a movieclip to the stage from a child class? My setup is as follows:
DocumentClass
->SubFolder
--->ChildClass1
--->ChildClass2
DocumentClass calls ChildClass1 and creates an instance of it.
ChildClass1 has in it's constructor a call for ChildClass2 and creates an instance of it.
What is the cleanest way to have ChildClas...
Using SharedObject.getLocal I can get access to what appears to be an infinite number of files simply by using unique identifiers in the method call; What I want to know is how can I retrieve a list of all active files or shared objects that have been saved for my current domain.
I'm trying to write a save game mechanism that allows you...
I have a flash application in which I need to scale a MovieClip. This MovieClip contains an image (in a Loader) with a resolution of 1024x768 (which is the size of the MovieClip as well).
When I want to scale this MovieClip to 80% I do:
myMovieClip.scaleX = 0.8;
myMovieClip.scaleY = 0.8;
The problem is the resulting scaled image has...
I'm trying to call a Flash function from javascript passing complex data types as arguments
the Flash function is being called correctly but the args have no value,
I mean they are both complex data types with propertiesbut in Flash when I try to access those properties I get "undefined"
and yes, I'm sure the javascript code is correct a...
I am basically trying to create a display object transformation manager which will allow me to scale/rotate objects. I am currently trying to figure out how to rotate an object so its corner follows the current x and y of the mouse.
I always get confused on the math of things like this. I know how to listen for the events and everyt...
Hi,
Please tell me the possibility, Can we build any application in Flash/ Flex/ Flex AIR so that it capture particular flash screen which is running in a browser just like a print –screen?
Suppose I have a flash running on my screen. The intention is to capture the current state of the flash and upload it like a photo. If, I want to s...
Hello. I'm working with a swf file (a simple flash movie) and I am trying to get it to loop. I've tried setting loop="true" in the embed tag, and for the object.
Does this mean that the problem is in the swf file itself?
...
I am creating an AIR nativeWindow. I am adding two children, an HTMLLoader and a Sprite. The child Sprite has two children, a TextField and a Sprite that will be used to draw. I have set stage.scaleMode = "noScale" and stage.align = "TL", which the HTMLLoader seems to respect. However, the child Sprite scales its children whenever I set ...
Bulkloader (code.google.com/p/bulk-loader) typically loads different types of URL, Images, XML, etc. Is there a way to include Flex 4 HTTPService calls as loadItems.
Or any other way of bulk loading with overall progress for multiple HttpService calls?
Any help, suggestion or recommendation would be welcome.
...
We have a Flash game which need to be loaded and played from an AIR app.
using the swf loader, the game swf is loaded into the AIR app. But the static background layers of the swf are not appearing in the loaded game.
Those graphical elements which are generated via action script only are appearing. When we are playing it independentl...
I have a complicated problem with a couple of SWFLoaders.
I have an application that loads a swf with a SWFLoader. The loaded swf loads another swf (just a compiled fla). I am adding all my resize and position logic in my loaded swf and it works good on event resize, but when I'm trying to run the same code in my swfs applicationComplet...
I would like to isert flash upload into my index file but I dont knoz how to insert flash. this is the link of the flash http://www.tinywebgallery.com/en/tfu/web_demo1.php i would like to insert like http://www.mediafire.com when you click to UPLOAED to MEDIAFIRE . thank you for your help.
...
Hi guys,
I'm trying to load some adsense ads in my flash file. Any suggestions?
Thanks,
Adrian
...
Let's say I have an Image in Flex, and I want to filter it such that only the Green Pixels are visible...
For example this image:
Would show up on the screen as:
How can I accomplish this in Actionscript/Flex?
...
Hi guys..
I have a question about the event dispatch. I am trying to write the code for youtube player and find the following link..
http://www.codingcolor.com/as3/as3-youtube-chromless-api/
He has many dispatchEvent call similar like this:
dispatchEvent(new YouTubeEvent(YouTubeEvent.ON_IOERROR,event));
For my understanding, cus...
<script type="text/javascript" src="swfobject/swfobject.js"></script>
<script type="text/javascript">
//<![CDATA[
function hide() {
document.getElementById("overlay").style.display = "none";
}
function show() {
document.getElementById("overlay").style.display = "block";
swfobject.embedSWF("helpdeskApp_three.swf", "overlay...