Hello guys,
I'm a newbi with sandy and action script 3. I has followed tutorial on the sandy web site and I created a cube.
But I don't success to create a cube with a different texture on each cube face. My first texture is duplicate on each face.
So, how can I have a different texture on each face ? I don't find that on the sandy we...
jQuery Tools has flashembed which can pass a JSON object as a config parameter to the embedding Flash object. See the official page.
But it does not tell exactly how to get the JSON object in Flash. And that's the question... How??
...
Hey there, I was wondering in flash how to delete gradient markers. For example, when I am working on a gradient in the color window, and hover my mouse over a marker, a plus sign appears and if you click it, another marker surfaces. Now when I open up a new file and use the gradient tool, it saved all of the markers I created
How do I ...
I want trace every event on every object, there is way to do it?
...
We are looking for the Flash ActionScript 2.0 code for a 3-D rotating cube to be used to display ads on a website. Any ideas where to start?
...
Hi All,
I saw a thread here suggesting using a HPA to take a browser screenshot, but I was wondering if you could help me. I would like to be able to select a part of a piece of a web page and render it as an image. I know flex can take images of its own canvas, but is it possible to take a picture of the rest of the page?
I would like...
Hi all,
I am thinking of developing a small flash game. I was considering my different alternatives. One of them obviously involves working with some open source projects. Does any of you know of an open source flash game? Something similar to a shootup'. Is it even realistic to expect such a thing?
Thank you
...
I currently run several Wordpress MU installations.
My users are asking for the ability to post video (not just Youtube, but from our own Flash Media Server).
By default, Wordpress strips out <embed> tags.
Now, I would never allow users to include PHP or JavaScript in their posts, do I have to worry about Flash vulnerabilities?
How d...
I've inherited an AS2 app that has a lot of functionality. I need to embed this thing somehow in my AS3 app so I can execute function calls etc and basically control it. Has anyone ever tried something like this? I'm assuming I'll have to URLLoader the AS2 SWF into a MovieClip and take it from there.
...
How do you pass parameters / variables through event listeners? I've overcome this problem fairly effectively using anonymous functions; which is an incredibly simple solution, but at the end of the day, it smells like a giant loophole for functionality that I feel should be provided natively anyways.
Normally life would go on, but as f...
Flash's MovieClip timeline is created in such way that can skip frames to preserve animation smoothness and audio sync.
My question is, if there is ActionScript on a frame, will there be any chance the frame is skipped so the script isn't called?
Or the frames that have script will never be skipped? What is the mechanism?
...
When I create a form and add a WebBrowser control to it and have it navigate to http://www.adobe.com/flashplatform the flash area says I need Adobe Flash Player installed. This is already installed in IE, but apparently not in the WebBrowser control.
Is there are way to have the WebBrowser control run flash without having to manually go...
For example, if I have a MovieClip with a ton of nested MovieClips and graphics on various frames ranging from 2 through 9999, but my clip never goes past frame 1, do those unseen clips cause a performance hit, or will Flash simply focus on what's being rendered onscreen on the current frame at one moment?
...
Our company has a large and complex flash (AS2) application. The application uses a small controller main.swf file that loads in over 100 .swf modules that make up the various parts of the application.
We have been experiencing a periodic problem where some of the loaded modules will contain corrupt data after loading. As this happens...
It's really long to type in all the nesting objects in actionscript
and it makes it difficult to rename objects.
Within Flash if I don't use external actionscript files,
I can type in gunmovie.play(); and it works.
Where gunmovie is the instance name of a MovieClip.
In an external actionscript file I have implemented the class MegaWeap...
I have created an assets.swf, in which I want to keep all my symbols. Then, I have created an Assets class which does the embedding. It looks like this:
public class Assets extends MovieClip
{
[Embed(source="assets.swf", symbol="MyBox")]
public static var MyBox:Class;
public function Assets()
{
}
}
...
Hi again fellow Flashers :)
My first question poised here at StackOverFlow dealt with this issue, I had an array which created a few different buttons. However I didn't know how to assign actions to them:
How to give dynamically created buttons actions for each one - part 1
Thanks to Joel Hooks, I was able to get my code working. Howev...
Is it possible to package a XML file with a Flex app inside the .swf?
With a Silverlight application, you can do this quite easily but you have to do a http request in flash to grab it if you're using flash??
I've been wondering this ever since I did a pretty serious silverlight application and utilized local txt and xml files for se...
Hi,
I'm trying to figure out stage coordinates (x,y) so I can have an object in a legend move when an object in a picture is clicked.
Thanks
...
Hi guys
Wondered if anybody knows how customizable Flash swf files are made, where there appears to be a template swf that the user can then input some changes (eg text or image) and receives a newly-compiled swf file with their changes.
Some examples:
- http://flashfreezer.com/landingconfetti/index.html
Constraints:
- user receives a...