How to replace Flash movie with QuickTime movie?
How do I replace a flash movie on a website with a quicktime movie? I don't even know where to begin. ...
How do I replace a flash movie on a website with a quicktime movie? I don't even know where to begin. ...
Hey, I am trying to parse some XML in AS3 that I recieve thru a WebService call to C#. C# is serializing using a DataContract so the namespace is non standard. Here is what the xml looks like: <User xmlns="http://schemas.datacontract.org/2004/07/UserDatabaseManipulation.POCO" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> ...
Well i am building the script as shown below http://www.uberprints.com/studio/?pId=AA2001OR&cId=NAT&dec=S Now click at "add image" and load any image.. The image will be shown on the shirt and the blue border shown around the image comes by-default or is it a movieclip ?? Secondly the image itself is a movieclip or external s...
Hi, I'm currently creating a website with AS3 in FlashDevelop, so it's code only — no timeline stuff. I have a class that loads images with a method that I call from my main source. I was wondering how I go about making sure that the images are loaded before executing more code outside of the class. I know how to do it using Event.COMP...
To display a P2P video chat / screen-share session in the browser are we limited only to Flash? I think there are HTML5 solutions 'in the pipeline' but I've no idea of timescales. Do you know of any flash alternatives? ...
hi all, i am currently working on highscore system with php,mysql and flash. everything is done except a few things. i am struck at sending registered users and and guest users to the flash file. since 2 days im working but no luck. actually what my problem is in my highscore system i have provided the score submission to both registered...
Alright so I'm a flash newb. Our flash guy left, ugh. I've been struggling for days on this and I need to get this done so any help would be greatly appreciated. Here's the scenario. I'm importing a background swf with rotating images for each page. It works great. But as I'm sure you could of guess by now, it won't unload when anothe...
Hi! Everybody I create a web template in Dreamweaver 8; in this template I added a slide show (Image Viewer). This template is working fine in browsers and slide show also playing, but when I create the new web page from this template, and then the slide show not playing, there is an error message display. message is below: “A script in...
Hi, all! I'm new to flash and web development too. But I have some background in c#/c++/Qt/python. So, I want to know, what is the best toolchain for quickest dive into. My task is to write a game for facebook.com/vkontakte.ru. I already have the design doc, great artist and game-designer, so, the coding is the only stumbling block we ...
We have an old Flash application that has worked fine for years, but intermittently fails on latest versions of Firefox. Using the same version of the Flash Player, the application runs fine in Internet Explorer. Recompiling the product is risky, and I'm trying to fully understand the problem before resorting to that. I'd like to be abl...
If I wanted to do something like this: <mx:Canvas xmlns:mx="http://www.adobe.com/2006/mxml" horizontalScrollPolicy="off" verticalScrollPolicy="off" xmlns:view="com.foo.bar.view.*" > <mx:Script> <![CDATA[ myWidth = 100; myHeight = 200; myCanvas.width = myWidth; ...
Hello there. Working on a site where I want site admins to be able to upload swf and/or flv files inline in a content's body together with text, images, etc. I'm currently using the WYSIWYG module (with CKEditor). Basically, what I need is something like http://drupal.org/project/wysiwyg_imageupload, but for flash content. I've looked...
I need to find a flash video player that is free and open source. I love flowplayer and jwplayer but we fit into their most expensive licenses. It will cost us over $1400 to license flowplayer for our use. We don't have that right now. I just need a flash player with a basic javascript api that is truly free. I have been googling for ho...
apologies if this is a dupe; i couldn't find it. i've read and understood grant skinner's blog on the AS3 garbage collector - http://www.adobe.ca/devnet/flashplayer/articles/garbage_collection.html , but my question isn't covered there. here's my question. suppose i've written some AS3 code like: statementOne; statementTwo; is ther...
I would like to do some video capture through flash. Is there a good video capture card I should use? Or will any do? ...
Thanks in advance! ...
I actually use PyQT but I can replicate the issue using QT aswell. Basically when I navigate to a flash website where I have to input text using QWebView it doubles all my key presses. This only happens in flash 10.1, it does not happen when I use the flash 10.0 or lower plugin (I have tested flash 9 aswell). The bug, as far as I can ...
I have a white box on a grey background. When the movieclip starts, it fades in with a Transition. Simple enough: Obj = new Object(); Obj.type = Blinds; Obj.direction = Transition.IN; Obj.duration = 4; Obj.easing = Strong.easeIn; Obj.numStrips = 10; Obj.dimension = 1; TransitionManager.start(picture_mc, Obj); The thing is: I want to...
Hi i would build an app to take the serial number of hard disk of an other hardware serial number (hard disk, cpu MB). Do you know if this is possible with adobe air, silverlight or other similar technology? Thanks ...
I've got an ActionScript 3 source file (.as) that has hundreds of untyped variables. This file works perfectly although it outputs a warning for every untyped variable which gets me ~800 warnings clogging the Error panel in my IDE. Although warnings are helpful in my other source files, I want to suppress warnings for this one .as file...