|
Guys, I am thoroughly surprised that there is no Flash Hidden Features post yet in the Hidden Features series that I've been tracking for a while now.
There is a recent AS3/Flex one but it's not very active and I don't exactly mean just AS3 when I say...
Started by Artem Russakovskii on
, 16 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
URLRequest("http://someService")); }
Loads of other uses for this and it's really very useful
[Flash IDE each SWF into a new child application domain [Flash IDE]
When you export a MovieClip as a swc you_NAME\Local Settings\Application....
|
|
I have an old program written in Actionscript 1, compiled in Flash 6. It loads 10 other modules, of which 3 are written in Actionscript 2, compiled in Flash 8. The original program is embedded into an html and works perfectly when the html file is run...
Started by Adrian Raper on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If a flash SWF is compiled for version 6 without://stackoverflow.com/questions/1242667/trying-to....
The rules of Flash's security model get kind of arcane, but it seems you're up against a cross, but mixing AVM1 SWF files can be problematic.
|
|
I want to know is Flash Lite is same as Flash Action Script programing. When/where we use Flash Lite?
Started by coderex on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Flashlite is the flavor of Flash for embedded devices, since full Flash is not typically supported is that Adobe announced support....
The Adobe Intro to Flash Lite 2 (PDF), describes which.
Please read the Wikipedia ActionScript page.
|
Ask your Facebook Friends
|
Is there a shortcut for closing Flash Player in Flash? It frustrates me to the death when I have to click every time
Started by dd on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I ....
So you can listen on any custom clever in order to do more.. .
Because control enter makes that helps!
Flash Player 9.0.115.0 adds flash.system.System.exit ...
Ctr-Enter to test and ctr-w to close (Ctr-W closes flash players window).
|
|
I have the need to change a variable in a child flash file. The setup is a parent flash file has called a child flash, and placed it in movieclip. I can send a variable using Javascript to the parent flash file, but not directly to the child flash file...
Started by Danielle on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In your first SWF(fla) you call]; } function formSend() { var text = "Hello Flash"; getFlashMovie("ExternalInterfaceExample").sendValueToFlash.
It is bidirectional.
From flash 8 you can use ExternalInterface.
|
|
Hi. Let's say we have two flash objects on the same html page. I want the first one to do some action and when it gets to the end to trigger the start of the second flash object in the page. One action in flash one to trigger another action into flash...
Started by Liviu Aileni on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Tons of tutorials for this on Google: " Flash Movies Communicate "
An example of communication between Macromedia Flash 5 movies through JavaScript Flash MX Tutorial - Movie to Movie Communication Communication between two movies ....
|
|
I have existing flash 8 AS2 work that I want to update to Flash 10. Can I update only those elements i need to be Flash 10 and load them in to the Flash 8 movie as an external swf and pass variables and call methods? Is this a good option and what are...
Started by undefined on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Whether content....
When the Flash player plays a SWF, it executes with it and as I said it's hairy.
You might be able to load Flash 8 into Flash 10 but I would be very surprised if the reverse the root, but interoperability becomes hairy.
|
|
On the Mac, Flash Player is not GPU accelerated. On top of that it is horribly inefficient. This means that if I open 5 tabs with Flash video things slow down like crazy.
Is there a way to stream Flash video into something that is not Flash Player and...
Started by hekevintran on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This greasemonkey script that will replace all YouTube (sorry, found only for it) flash players.
|
|
Is this possible? I would like to have a main swf that can be viewed by users who either have flash 9 or flash 10 installed. Inside of this swf, a separate module will be loaded only for users who have flash 10 installed. This module will use some advanced...
Started by Gordon on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
These are my 2 cents:
You might have to compile the main Flash to 10 and this can be a problem because of the upgrade warning-flash-9/
Having done that, I think that it's easy....
It's a long time since I don't develop flash apps but well...
|
|
Adobe are launching Flash Player 10.1 in the first quarter of 2010, this will provide consistent runtime across desktops and mobile devices (so I assume if it was built for the web it will work on the mobile).
I am about to start developing an flash based...
Started by undefined on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
All things considered, I would promote....
Flash Lite 3 is written.
To take here:
There is little to no downside to targeting Flash Lite 3 right now in that Flash Player 10.1 should have no trouble playing back content built in that way.
|