I'm using jquery and swfupload in order to upload files and photos.
Worked fine till now, but it seems it doesn't like Flash 10.
It stopped working the moment I upgraded Flash.
Anybody had this problem? How did you solve it?
Thank you very much!
...
Intro to the problem -
With AS3 I want that when people clicks an email address, it opens their email program. Therefore I do this:
mc.addEventListener(MouseEvent.CLICK, sendEmail);
function sendEmail(e:MouseEvent):void{<br />
navigateToURL(new URLRequest("mailto:[email protected]"));<br />
}
The problem:
Every time a user cl...
Hello,
Im sure this questions has been asked a zilion times but im dire need of a solution for this example. I've built a jquery dropdown menu to float over a banner swf. for some reason in ie6 & ie7, the menu rolls behind the swf. i've tried the wmode=transparent in the code to load the flash file with no avail. i've also tried z-index...
I work on a 2D shooter game with lots of moving objects on the screen (bullets etc).
I use BitmapData.copyPixels(...) to render entire screen to a buffer:BitmapData.
Then I "copyPixels" from "buffer" to screen:BitmapData. The framerate is 60.
private var bitmap:Bitmap = new Bitmap();
private var buffer:Bitmap = new Bitmap();
private f...
Looking for options for a live, large data set charting platform to deal with large quantity of constantly evolving data and display it via browser in an usable manner.
Would need to be based off of a DB backend vs. the "reads XML file" approach of some of the Flash apps.
...
I need to do a simple progress indicator while loading an image on background. I’m using the flash.display.Loader class in what seems to be the standard way. The problem is that even though I can see that flash.display.LoaderInfo fires the ProgressEvent.PROGRESS at regular intervals using tracing, a dynamically updated text (or any other...
Is there a way to loop a video with SWFObject
Ive tried
so.addVariable('repeat', 'true');
so.addVariable('repeat', 'list');
so.addVariable('repeat', 'always');
...
Could you recommend a good book to start learning flash for a non-programmer?
When I mean non-programmer, I mean a person that will not understand ActionScript, but does get HTML, CSS and stuff.
...
I would like to embed just a subset of characters from a font (for example only a certain number of Chinese characters instead of the whole character set).
The traditional way I've known how to do this is using the "Include these characters" input box method outlined below:
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?conten...
I have created a Sprite in Actionscript and rendered it to a Flex Canvas. Suppose:
var fooShape:Sprite = new FooSpriteSubclass();
fooCanvas.rawChildren.addChild(myshape);
//Sprite shape renders on screen
fooShape.rotation = fooNumber;
This will rotate my shape, but seems to rotate it around the upper-left
point of its parent contai...
Hello all, I seem to have made a booboo somewhere in my actionscript 3 (flash cs4).
I have this here page: http://tinyurl.com/ll92o5 with a portfolio section. The buttons work until you reach one of my frames wherein I have a second set of buttons (in the description), that are meant to take you to other views of the project.
Any ideas...
I'm looking to create a site that essentially has the some of the same functionality as myspace's music section (hopefully a little less garish). I'd want to allow users to upload mp3s and then have an embedded flash player on their profile that plays their songs. Is there anything pre-built like this? If not, what are some good tutorial...
Hi.
In AS2 was easy to change a value from a variable that was in other timelines...
Now i cant do the old way!
Basically what i need is to change a value from a variable that is in the main timeline, from other timeline.
Example:
main timeline
var totalA:int = 0;
other timeline, after adding the eventListener to the function:
p...
How can I use javascript/jQuery/etc to detect if Flash is installed and if it isn't, display a div that contains information informing the user that they need to install flash?
...
Using HTML/Javascript I want to make an link trigger a flash object that is normally triggered by clicking on the flash itself. The flash objects is actually the "Call Me Now" button from Google Voice which looks something like:
<object type="application/x-shockwave-flash"
data="https://clients4.google.com/voice/embed/webCallButto...
I am learning how to use Flash using CS4, and focusing mainly on ActionScript3 (since I come from a coding background and not a designer background).
I want to respond to the user pressing keys on the keyboard.
I have used the official example source at the Flash reference site and followed the CS4 instructions for classes.
However,...
Simple question. I have a movieclip. I have an onrollover event for it:
this.mc.onRollOver = function() {
}
Whats the equivelent for a mouse click event? I tried onMouseClick but it didnt work. I havent used flash in a long time and im a little lost :(
...
How do I convert a swf vector animation to an animated svg or sequence of still svg's?
Thanks!
p.s. Please don't mention www.eprg.org/~sgp/swf2svg.html. It hasn't been updated since 2000, and I'm looking for a local solution.
...
I am a beginner Flash developer. I saw some site like [http://www.3dfreeair.com][1] and another site also. On this site some 3d Flash animation there. How can I do like those animations? Because Flash only supports 2d animation. If you know, send me any reference url for studying 3d animation in Flash only.
...
is there a way to format/beautify actionscript (as3) in flashdevelop? if not are there easy ways to do this without using the Flash IDE.
Thanks,
Josh
...