flash

Virtual Tour Viewer?

My client wanted me to put a virtual tour video on their website. They bought it from "ForRent.com". They forwarded it to me, and its nothing but the panoramic images. When I asked about some type of viewer/player, they simply stated I would need js or flash installed on my computer (i do). Of course, thats not going to magically put the...

AS3 TextField is blank, doesn't accept any of my settings??

Having a strange issue with assigning a TextField to a movie clip. nameFormat = new TextFormat(); nameFormat.size = 14; nameFormat.color = "0x000000"; nameFormat.border = true; nameFormat.font = "Arial"; charName = new TextField(); charName.defaultTextFo...

Export Flash as Transparent MOV

Is it possible to export a flash movie with a transparent background as a .MOV. I don't mean for embedding in a website, I mean the actual .MOV (or .avi). What I'm trying to accomplish is that I have a flash animation that I want to embed in a WPF application. I don't want to use a Browser within the WPF because of all of the issues t...

flex error - Access of possibly undefined property application through a reference with static type class

I have been having serious trouble making data displayable and updatable using the popupmanager. I have gone back and forth and decided with the approach of placing a titlewindow in a custom component (which everyone recommends) rather than in main application. However, when I do this, since the titlewindow component I created doesn't kn...

toggle flash player release / debug

I would like to switch from the debug version of the player to the release without having to uninstall. Is this possible? ...

Does anyone know of a good free bulk upload tool for web apps?

I have a web application in which a user has to upload images to a gallery. At the moment they need to upload one image at a time so it's pretty tedious. I'd like to implement a system where they could potentially drag and drop files into the browser, or select a folder to upload. Any ideas? Thanks in advance! (By the way; it's a .Ne...

Valid JavaScript code that is NOT valid ActionScript 3.0 code?

Most JavaScript code is also syntactically valid ActionScript 3.0 code. However, there are some exceptions which leads me to my question: Which constructs/features in JavaScript are syntactically invalid in ActionScript 3.0? Please provide concrete examples of JavaScript code (basic JavaScript code without DOM API usage) that is NOT val...

Flash and ADA compliancy

Has anyone here created a Flash site or application that is ADA (Section 508) compliant? What features did your site/application support? One example is creating forms in Flash. The standards say that "When electronic forms are used, the form shall allow people using Assistive Technology to access the information, field elements, and f...

C# Open source library for reading and writing swf file,which supports version 8,9 and 10

Hi Chaps, Currently I am using SWFDOTNET libray for reading and writing swf file,which supports swf file from version 1 to 7. Is there any other open C# source lib for reading and writing swf flash which supports swf file version 8,9 and 10? Please reply..I am really in need of it. Thanks in advance, Chandrakala ...

how to visualize a directed graph on webpage?

I want to visualize a directed graph on a web page. Are there any Javascript or Flash solution for this? free :) ...

Does Flash comply with HTTP Location header?

Hello, does Flash comply with HTTP Location headers? For example, if Flash makes a POST request to http://www.example.org/mail and it returns Location: http://www.example.org/mail/1.xml, will Flash return the data in in 1.xml upon completing the POST request? ...

Flash security popup is unclickable on a layered window

I have a layered (TransparencyKey is set) winform w/ a WebBrowser control on it that navigates to a page that contains flash (swf). Everything works okay except that when flash shows a security popup, none of the buttons on the popup respond to mouse click, so I can't click Allow/Deny. Right-click works but only shows the context menu t...

Increasing number of image per second with flash ?

Hi all, I'm beginner in Flash CS4 and I'd like to know how to increase the number of image per second of my sequence because I want more smooth morphing. The time will not change. Actually, I have 24 image per second and I'd like to put 48. Is there a way to make it automatically without changing all by hand. for automatically : I mean...

Flash AS3 Coloring Book - Movieclip only clickable in certain spots (Event Listeners)

I am working on a coloring book and have a movieclip (outlines) containing many movieclips that can be changed to whatever color the user has selected. However it seems like some of the movieclips can be clicked anywhere and work great, and others you need to click a certain spot for it to color in. I have an example here: http://jeffki...

AS2 Increase speed & ease out

I'm creating a thermometer with the mercury animated as donations come in. I haven't touched flash in a long time, so be gentle. How can I change the code below so the animation is faster without increasing the framerate? var maxMercuryHeight = 192; // Mercury height at 100% var currentDonations = 80; // Percentage of donations taken ...

CURL + $GLOBALS["HTTP_RAW_POST_DATA"] in PHP

I'm using CURL to upload files to a service. currently I'm getting the file content with $GLOBALS["HTTP_RAW_POST_DATA"] then save it on my server. after that, I'm using CURLOPT_POSTFIELDS with the file's full path. Is there a way to send the file content directly, without saving it on my server, as if I saved it? Or is there a way to ...

Is there a way to programmatically extract the sound portion of a Flash SWF file with .NET?

Do any libraries exist with this functionality? Any recommendations would be useful. Thanks. ...

Flash FLVPlayback states

I'm writing my own class to manage a skin for an FLVPlayback component. It works 90% of the time, but sometimes the state get really messed up. Specifically, the video is playing, meaning I can see it play and the VideoEvent.PLAYHEAD_UPDATE event is firing, but when I poll the FLVPlayback component about its playing property, it returns ...

OpenPeak Flash app XMLSocket Security Problem

We're trying to create an app for OpenPeak. The Flash app will act as a client to a Java server on another computer on another domain. The Flash app client connects via XMLSocket. The Java Server uses ServerSocket to receive a request and send back a message. In order to trust the server, the Flash client needs a socket master policy ...

External XML and AS3

I want to pass external XML a variable. How do I do this? WHAT I'M AFTER - update my variable with COUNT XML WHAT I'M NOT GETTING - The integer to String values - How to pass XML to a variable link http://videodnd.weebly.com/ time.xml <?xml version="1.0" encoding="utf-8"?> <SESSION> <COUNT TITLE="starting position">-77777</COUN...