I have a Flash library with Sprite symbols composed of other sprites with design-time applied filters. I'm embedding those symbols into a Flex application like so:
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
[Bindable]
[Embed(source="Resources.swf", symbol="Squ...
(With reference to this answer:)
When I POST with a URLRequest, does it automatically include cookies from the browser session in which Flash is hosted? If not, how can I make it include them, or if necessary retrieve them and include them myself?
...
I have an FLA file with objects in the library which I have set to be "classes" (In CS3, right click an item in the library select properties, make sure it's set to export for actionscript, and has a class name)
For this exercise, let's call the class "MyClass"
If I publish that FLA to an SWC and SWF:
I can load the SWC statically, an...
I have the following code:
if(pickedUp == true){
trace("released and picked up" + pickedUpNum);
this.storedClick = false;
this.onMouseMove = null;
this.onMouseDown = null;
this.onMouseUp = null;
this.onEnterFrame = this.refresh;
pickedUpNum++;
if( pickedUpNum > 60) pickedUp = false;
}
if(pickedUp == false){
trace("released and...
Hi,
I have a Flash sprite in my Director project. Under the Properties of that sprite, under both the Member and the Sprite tabs, it has as its name "Assessment". In my Lingo script, I have the following call:
sprite("Assessment").displayGrade(75, 3, 4)
where displayGrade is a function defined in the Flash object's ActionScript as a ...
Title says it all I hope.
...
I have a page with two iframes -
a background picture + an applet
a Flash swf with WMODE set to transparent. The Flash object draws a non-rectangular shape.
Both iframes have "allowtransparency" set to "true". Positioning for both iframes is set to "absolute", and I've set up the Flash object to be on top of the applet.
In FF3 ...
How do I stop a browser refresh from happening when a flash object has focus inside a pop up window?
Yes, I abhor pop up windows too. Yet we have a flash questionnaire that is being wrecked from users who use refresh.
I also already have js in place that effectively blocks refresh, UNTIL the flash gets focus and the user presses refre...
I am trying to turn the the flash page flip (source: http://76design.com/shiftcontrol/index.php/2005/07/03/dynamic-page-flip/) into a single page that can be lifted up, dragged around, and set back down. All looking very realistic.
Does anyone think they can accomplish this? Or have you seen this modification anywhere?
Thanks
...
Making another appearance this year at MAX was Alchemy, Adobe's C/C++-to-AVM2-bytecode compiler. It seems like really interesting stuff -- I haven't yet had time to really dig in and try it out myself, but I can definitely imagine putting it to good use. Wondering whether any of you've had a chance to have a look at it yet, and if so, ...
I've been struggling with this for the past couple hours now and I really don't know what could be wrong. I'm simply trying to get Javascript to communicate text with Flash. I found this great example with this source
http://blog.circlecube.com/wp-content/uploads/2008/02/ActionscriptJavascriptCommunication.zip
I ran the html file local...
I have a Flash movie embeded in a Windows Form (using the component "Shockwave Flash Object included with Visual Studio 8). The Flash movie was created with Flash CS4 and uses ActionScript 3.
Is it possible to use C# to call an ActionScript function in the Flash movie that returns a value?
Also, is it possible for my Flash movie to cal...
Is there a free/open source BAR GRAPH (2d) component or sample file for Flash cs3/cs4
I found a few options for Actionscript2, but I need to use actionscript 3.0
(its preferred to load data from external source, loadvars or similar)
...
Hi,
I create a flash interface for CD that contains some buttons that open some word documents.I use fscommand for open files.
fscommand("exec", "documnet.doc");
But after document open the flash document resized from fullscreen.
the Question is: How I can make flash document (swf or exe) still fullscreen after focusing another progr...
Hi,
I am looking to create a video training program which records videos - via webcam, user screen capture and captures sound. Now the main problem is that I need a cross-platform (mac and windows) solutions.
I know its possible to use flash to record webcam + audio. But its not possible to record the user's screen via flash.
So am w...
Looking for a flash component for a website that has some characteristics of a graph but a little more specialized.
I want to be able to plot points in an area and give the user the ability to zoom in , zoom out and move around.
A 3d line graph which give me the ability to turn off the plot lines and just leave the points would be ac...
I'm looking for a simple, clean and memory-efficient way to create and apply a reflection effect (you know the one, popularized by the famed iPhone UI) to the bitmap images I've loaded into a Flex app at runtime. The source images will be of varying types (JPGs, PNGs, etc.), but an acceptable solution can assume each image is already lo...
Hi,
I don't know much about deploying Flash video streaming solutions, and I want to know if the following can be accomplished in Flash.
I am creating an application where multiple people can watch a video at the same time , but one of those people controls the playback of the video for everyone. Furthermore, the controller is not alw...
I work at an animation studio that does several productions in Flash. Probably one of the most exciting features of the new Adobe CS4 suite is the XFL file format. At last, I have an ascii format that I can use to tighten our Flash-to-After Effects pipeline, as well as scene plan entire episodes without ever having to have Flash open.
...
I'm writing a small online flash game that keeps high scores of players. Obviously I'd like to keep the players from cheating and getting an arbitrarily high score.
What are the most common methods for cheating in flash games and what can I do to make it hard to use them?
**hides
...