flash

Client side report printing from PHP web apps

I was looking for a solution for client side printing of reports and pre formatted forms from a PHP web based app. Note that these are not printing of HTML pages. Rather nicely aligned fixed formated Receipts, Order Forms, Ledger etc. Something that I have though of. Using PDF: Is there a simple one click way to print the report from c...

How to display youtube-like video player in website?

I'm working on a website where I want camera-recorded vidoes to be uploaded, and be viewable (but not downloadable) to logged-in users only. I'd also like to edit the videos, have certain images appear in the background, and possibly note the time at which they last stopped watching a video. (I.e if they stopped watching after 30 mins, i...

URLLoader gets stuck when polling

Update: somehow this works when running flash in browser, but doesn't work if you run from IDE. You might want to try running in browser if you have the same problem. I am making a chat application that repeatedly reads a text file from my server using Flash & Actionscript 3.0. I am opening the file with URLLoader, and it works fine at ...

does anyone knows which Slideshow script is using Tumblr.com right now?

This is the URL. http://www.tumblr.com/ I think that its based on prototype, and is using an XML as a configuration file. Any idea? I'm needing and script like this, with a caption bar at the bottom. Thanks! PD: This is de code on at the source: <div id="featured_tumblelogs" style="margin-bottom:25px;"> <a href="http://hrrrth...

MovieClipLoader fails (has something to do with cache)

I have a small flash file that just loads and shows one image scaled to fit inside the content area. We use these with a javascript gallery so we have several instances on one html page (embedded with swfObject) I've been using MovieClipLoader to load the jpgs but it no longer works. We updated the server and as far as I know only rele...

Internet Explorer does not unload SWF when navigating away from page

I'm writing a conferencing portal using the open-source OpenMeetings, which is a Flash app that is compiled with OpenLaszlo. So, I have access to the SWF source code which is a mix of Laszlo markup and JavaScript, but not ActionScript. The problem I am having is that when users navigate away from the app in Internet Explorer, their micr...

Rotating flash movie clip

I would like to do a flash menu similar to this company's, I have the rotation down, I just cannot figure out how to make it rotate to the top. For example, if you click "Financing" on their menu, the word financing rotates to the top. If someone could just give me the theory behind how to do that, that would be awesome. EDIT: I guess ...

Lost ability to Tab through TextFields with Components

I have 8 TextFields placed on the stage. I have a tab order setup and was able to get to the next field by pressing Tab. After adding 2 components (UIScollBar and Button) to the stage, I have somehow lost this ability. How can I get it back? ...

Exporting Flash movie to downloadable animated GIF, server-side

Let's say that I have a Flash website where you could create an avatar and some motion. Is there a way to save those into an animated GIF with a server-side language ? (php is preferred) I've looked around and all I've got are ways to do that with the Flash software itself. Has anybody tried this ? Thanks in advance. ...

Interacting with actionscript 2.0 using javascript

As the title says... I'm trying to interact with my flash movie's actionscript via javascript. Specifically I'm trying to send text to my flash movie. I've come across a couple sites that had some walkthroughs but I for the life of me could not get them to work. From the adobe site. http://kb.adobe.com/selfservice/viewContent.do?externa...

Serving raw swf files displays in Firefox but not in IE

I have a case where I need to serve "raw" swf files to the browser. That is, without embedding. We have had some problems making this work in IE now and then but managed to work around it. Until now. We're fixing some other issues with serving documents and as a side effect the flash files stop working in IE. Flash controls the browser d...

Detect AIR versus Flash Player from an actionscript library

Hello, I have an swc which needs to operate slightly differently depending on whether it is being hosted by AIR or not. I've seen two suggestions on the internet: Test Application.application for WindowedApplication. Test Security.sandboxType for Security.APPLICATION. However, these don't seem to work in my .swc as the compiler can'...

svn and branchs with FLA (flash files)

we are developing an application with flex builder and all our code + fla files are in the svn we wont now to work with branches and i what can be done about merging those file between branches or what shode be the working procedure when do so ?? thanks ...

Execute external exe from projector flash

We have a projector application (.exe) compiled from AS3. How can we start another (external) executable from the projector? This is the code...it does nothing visible. //Play ACQ Demo Acq.addEventListener(MouseEvent.CLICK, clickAcq); function clickAcq(event:MouseEvent):void { flash.system.fscommand("exec",".\\ACQ\\Acq...

Flex VideoDisplay stop buffering

I am trying to build a video player application using Adobe Flex and libh264streaming. In small cased my little player works just fine. However if the video is bigger about 200-300MB I am seeing bunch of issues: a) the browser get crashy b) it never stops buffering , keeps downloading until it gets entire video (300M) c) CPU usage goe...

Tiny flash in safari - very strange bug!

We have a flash file that in every other browser displays at its correct size (which is something like 1600px) however, in safari it appears tiny. We have also noticed that sometimes when the flash file is not cached it appears at normal size, then after a soft refresh the flash goes tiny again. We are using mootools to include the fla...

How do I change text color using flash actionscript 2?

How do I change text color using flash actionscript 2? ...

jQuery Sounds IE7 / IE8 Issue with Flash ExternalInterface

I would like to add sound alerts to a web application. I believe that Flash is the best way to do this to support all major browsers, ie. IE, Firefox, Chrome, Safari. Chrome does not seem to work with the non-flash sound solutions. I have been using jQuery and would like to use the jQuery Sound plug-in. An example is shown at jQuery S...

Problem with flash positioning itself over a javascript lightwindow in IE6 & IE7.

I have a problem with a flash object placing itself on top over everything in IE6 and IE7. Firefox renders the page correctly. I bet somebody else has had this problem and found some kinda solution to it. ...

Recommendations for an HTML-Friendly RichTextEditor for Flex & AIR?

As a side project, for "fun," I'm rewriting my blog and CMS in Flex and AIR respectively, and while I'm pretty well satisfied with the design thus far, the one major pain point remains working with (which is to say performing CRUD operations on) legacy HTML content, and rendering that HTML content decently in both the browser and the Fla...