flash

Flash Actionscript With XML has trouble loading onClick

http://soulseekrecords.org/psysci/animation/tarot.html If you go to that page and click the deck of cards. Some clicks don't work. Most clicks do. This onclick problem also happens when testing the movie in flash. //import tweening files import com.greensock.*; import com.greensock.easing.*; import flash.display.MovieClip; import flash...

Create editable shapes in Flex/Flash AS3?

I need to build a room designer, ultimately in Flex (Flash Builder 4). The part I am having trouble with is creating the room outline AND allowing the user to add/remove/move points to edit the room's shape. See this application for what I mean: http://www.deltaportercable.com/shopdesigner/ I know how to create a normal Rect, but not...

flashObject 'is not a function' error only in Firefox

Hi, I have a page with a flash chart to display. First, I make a separate AJAX call to grab the chart data, and then process it in javascript and call the flash object functions like this: var flashObj = YAHOO.util.Dom.get(chartContainer); if (!YAHOO.env.ua.ie) { flashObj = flashObj.getElementsByTagName("embed")[0]; } flashObj.SetSe...

Looking for a third party photo gallery

Does anyone know of a easy to install photo gallery. I'm assuming it would have to be flash. I want to implement it on my own site. I am looking for the one that is thumbnails,and when you click a thumbnail, it expands and you can navigate through the other photos. Or something like that The ones I have found want me to submit my mysql ...

The chosen one: Flash OR Silverlight OR HTML5?

I am going to develop a video sharing (for certain types of videos & open to public) site. I am planning to use Sorenson squeeze than FFMPEG for processing. Anyone has other options? These are some basic requirements: **My app is a .NET app. So you might think go with Silverlight. But I want to use the best one Quality of video when p...

Freely creating BlazeDS RemoteObjects

Hi all, So I know BlazeDS's standard MXML syntax for creating remote objects. Ex: <s:RemoteObject id="sim" destination="SimulationWebService" > <s:method name="getAvailableTargetNames" result="setTargetNames(event)" /> <s:method name="getAvailableToolNames" result="setToolNames(event)" /> <s:method name="ge...

actions vs. avm instructions in actionscript

My questıon is that, what are actions and what are avm instructions. I've been reading these two documents: http://www.adobe.com/devnet/swf/pdf/swf_file_format_spec_v10.pdf http://www.adobe.com/devnet/actionscript/articles/avm2overview.pdf but I couldn't get the concept of it. Could anyone with more understanding of it explain this pl...

Flex 3: How to change sate in code, using a variable

How do I change the application state in code, using a variable? when I provide a static string it works fine, but not with a variable. For example, this works: (parent as mx.core.Application).currentState= 'history' And this does not: (parent as mx.core.Application).currentState= @data Yes, I know that @data is being populated, a...

Converting FLV to SWF to play on Web

I want a little greeter guy on my website. I have received a .mov from Adobe Premiere with a transparent background. I opened this in Adobe After Effects, went to composition->add to render queue, I set the output format to FLV with RGB+Alpha and Audio included. I then uploaded the FLV to my webserver, opened the FLV from my server into ...

PHP -> XML output is different on IE.

Hi, I have been trying to output XML with php but encountered a strange(!) error in Internet Explorer. The expected xml output is this:(simplified) <root> <match_id>12</match_id> <stadium_id>43</stadium_id> <tribune_id>2</tribune_id> <fan_id>453</fan_id> </root> I am producing this output with the following php code: echo "<?xml v...

physics for top-down racing game help - Flash / AS3

I am trying to figure out the collision physics for a top-down racing game in Flash / AS3. I am currently using the hitTestPoint method for detecting collisions, but I don't know how to apply a decent physics method to bounce a vehicle off of a wall that it hits. Does anyone have any ideas or perhaps be able to point me in the right di...

how to make button click event to call a function which set another label text?

i am not an action script developer nor flash designer, i just want to have a small action script sample that i will edit a little to make it interact with my javascript code. By the way, i want to have a button and a label on a flash form, when the user clicks on this button the onclick event will call another function 'setText for e...

Using a graphic to scroll the timeline in AS3

Hello. I have a movieclip with the instance name 'core'. Core contains 500 frames, and from the root timeline I want to be able to click on a movieclip I have with the instance 'scroller' and have it scrub through the 500 frames, forwards or backwards within a confined area. I have tried a few things like Timelinemax but am having trou...

Programming language or tool for web-based Visio-like drawing as applied to product configurator

I have extensive experience with MS Visio Solution development, and have a need to provide similar functionality in a web interface in the context of a heavily visual product-builder or "configurator". Visio functionality that I hope to reproduce: Visual shapes stored in a sidebar, from which the user drags and drops onto a drawing are...

BitmapData and JpegEncoder Limitations

I am trying to save out a large image from flash using bitmapdata and the jpegencoder. I am looking into the limitations of this process and have noticed you can only set bitmapdata pizel width and height to a certain amount and this might be flexible with what you set the jpegencoder quality to (1-100). Does anyone know what the specif...

Flash dynamic HTMLText displaying erratically in TextField

Hey, HTMLText is displaying really strangely. I'm displaying a textField with htmlText provided through XML, and in this bulleted list it'll display the first line all on one line, keep going off the end of the textareas size (ie. not do multiline) until the last word of the bullet, then put that word at the start of the next line. And...

webcamcapture + photoupload (like Facebook) for PHP

On my PHP-based (Joomla!) site users should be able to provide a photo of themselfes and provide some comments to it (e.g. Name). This file along with the comment should then be stored on the server. The user should simply be able to do this either by uploading a file or by taking a picture with their webcam directly on my site. I like t...

Loaded SWF gets slower

Hi am making a game involving a number of balls that move across the screen. Everything works fine and dandy when I play the SWF on its own, but when I load it into another SWF, animation become increasingly choppy with time. What is the problem? ...

Problem loading html with flash page using https in Internet Explorer.

I have a html paga which loads a flash(flex) swf file. Using https it loads successfully with Chrome, Safari and Firefox, but not with Internet Explorer. Another page, a simple aspx page, does load in Internet Explorer using https (and no flash in it). Haven't found anything so far on the internet to solve this... Anyone? UPDATE: When...

Amazon EC2 Audio Connection closed erro

Hi All, I have an audio recorder application running on a EC2 instance. I tested the audio recorder application on my Localhost with Wowza Media Server and the Amazon EC2 accepts the connection. However when I try to use the same application with the same connection, the audio recorder application returns "The connection to the Audio s...