I'm using swfObject to embed a flash player in my app. Sporadically, I see errors in FireFox (only, not in IE or Chrome) when trying to communicate with the embedded flash object. The error says "SetVariable is not a function". The code which causes this error executed fine just moments ago, and now shows this error. If I re-load the pag...
How can I add new line to a dynamic text in Flash using AS3
...
is there any sample on using array bitmapdata to record video from webcam and generate flash movieclip file? i want to record sound as well without using red5/flash streaming server
...
Hi :) my question today is how to change a textFormat on a textfield.
I have a textFormat that has white text and one that has green text, on a button rollover I need to swap that textFormat on my textField to one that has green text. The textFields are getting their .text data from an Array to complicate things...
Arrays, Text Forma...
Help, please? It appears that my callback function isn't being called...back. I'm using jQuery, and Flash 8. To access the Flash object, I'm using the jquery swfobject plugin, c.f. (http://jquery.thewikies.com/swfobject/examples). If you think that I'm not accessing the SWF properly in the first place, please recommend code as to how I w...
I have isolated an issue I am having with Flash in IE7+ but don't know how to fix it. The issue is when you first go to the flash website in IE everything works fine, but when you refresh nothing appears. I am dynamically loadng in XML and have added the caching fix found here so I have eliminated that bug. What I have discovered is that...
I have an fla, and I'm using a font that works and looks fine in the workspace. And it is just static text. However when I export the swf and play the swf, the fonts do not appear at all. And I'm playing the swf on a laptop that has the font installed.
Anyone have any ideas?
...
Hi,
I was trying to do something like this: http://www.element-it.com/Examples/MultiPowUpload/AdvancedHTMLinterface.html
But in my search for information I found that is not possible to perform multiple file selection with simple HTML and JavaScript (and JSP in the server side). There is a way to do this without using Flash? A third pa...
I have a swf file that should execute network calls when the user clicks on various stuff in it (and then do certain things based on the results of the calls).
What's my best option for automatically running tests to make sure that the flash application is behaving correctly?
This is with ActionScript 8, btw. Not Flex. I'm experience...
In the combo Silverlight/Flex UI that I'm working on, I sometimes need to make the SWF/Flash object hosting the user's webcam smaller than 214x137. But if I make the flash object that small before the user has selected "Accept" in the webcam dialog box, Flash won't allow the user to click on the "Accept" button. (And if I make it that ...
I may be completely insane on this one, but it seems like the download/buffer rate of YouTube videos is faster at the beginning and the further the buffer point gets from the currently playing mark, the slower buffering goes.
Am I crazy, or does it work this way for everyone else?
Assuming the latter, any theories on how they do it? Is...
I simply create a movie clip, put it on the stage and give it an instance name of char.
Here's my document class, simple as can be:
public class Test extends MovieClip
{
public function Test()
{
char.x = 1315; char.y = 459;
addEventListener(Event.ENTER_FRAME, mouseListen);
...
Suppose on windows if I map the Z:/ drive to some folder on the network and my swf resides there. Can I embed that swf in the html using AC_FL_RUNContent and specifing the path as Z:/test.swf??
...
I have a program made with flash/ac3 that connects with a java server. Using the following code:
socket.addEventListener(ProgressEvent.SOCKET_DATA, onReceive);
The socket receives messages just fine, however, when I start to send a lot of messages after each other things go wrong. Even when I only print the message I receive at least ...
I'd like to convert a bunch of date strings like the following Mon Aug 7 15:32:52 GMT+0900 2007
to
C# datetime objects.
Is there anything built in to the .net framework to do this or will I have to parse the string into date parts?
Many thanks,
...
Hi,
I've run into a weird problem.
Frame 1 contains a small preloader, and when its done, it jumps to frame 2.
Frame 2 contains the main clip, website, which contains several other clips, two of them are called menu and logo.
logo contains a dynamic textfield, and thats it.
menu contains a clip with a dynamic textfield in it, and the...
I have a application using Flash.ocx to get the frame picture from SWF file, after updating adobe flash player to the newest, the frame picture is totally wrong.
Is there a way to keep the old Flash.ocx in my running folder and my application will use that instead of the one in the system folder? I tried add the flash.ocx within applicat...
I have a pure ActionScript project. I'm using Flex Builder on a Mac, Flex SDK 3.4 and I've even added the playerglobal.swc from the Flash folder to the project's library path. I get autocomplete when I add
import flash.net.NetStreamPlayOptions;
import flash.net.NetStreamPlayTransitions;
But when I run the movie, I get:
VerifyError: ...
This is a situation I run into a lot but never seem to find a good solution. I have movieclips that I scale up slightly on rollover, but if you hover over the edge of the movieclip it just sits there and flickers, continuously receiving mouseOver and mouseOut events. How do you deal with this? Again, it's usually a problem when tweening ...
Hi all,
I'm doing a work project that uses Flash CS3 / AS 2 (and cannot use AS3). I have a rather interesting and hairy problem that is taking up quite a bit of time and sanity.
I'm working on a banner that reveals a new design on rollover, and switches back to the first design on rollout. This part works fine. However, the problem is ...