flash

Can someone help me with Dynamic Page Titles in Actionscript 3 Please?

HELP! How would I fix this Actionscript 3.0 so that it creates a Dynamic Page title for each page? I am new to Actionscript 3.0 and I am trying to generate a page title using Dynamic Text for each page. I have four pages in my site, and here is the actionscript that I have so far: stop () function createTitle (whichpage:String) { pageTi...

Is it possible to add a flash video on a fogbugz wiki page

I want to add a screencast to a fogbugz wiki page. Is it possible, and how? ...

C# and Flash communication

Is there any way for C# to get a list of the methods the swf exposes through ExternaInterface? ...

Javascript to SWF on separated domains

Hi all , I have an application with embed swf thatis called from javascript using handleEvent, This was working fine when they were both on same domain but now when i seperated them it returns an error , any ideas ?? Thanks ...

Flash AS2 + XML

I'm trying to do one of the easiest thing to do in Actionscript, but the code just seems to want to work with the 3rd node of the XML. Here is the XML code: <?xml version="1.0" encoding="utf-8"?> <flags> <flag> <sigla>pt-br</sigla> <png>brazil.png</png> <nome>Portugues</nome> </flag> <flag> <sigla>esp</sigla> <...

Is it better to use Action Script 2 or 3?

Hi, I just started learning how to code games in flash using a tutorial that was for action script 2. I am wondering if you can accomplish enough in action script 2 or if I should just learn how to use 3. I heard you can do a lot more with action script 3 but is it really that important for me to switch? (I am not going to make any 3D ga...

flash - AS3 parallel of evel in AS2

the idea is to access MC's on the stage with sequantial instance names, for example: mc1, mc2, mc3 ... now, in as2 i would do: this["mc" + i] (where "i" represents a number between 1-3) how would i do such thing in as3? thanks in advance ...

Actionscript 3.0 Navigation working on Home Page Only?

I am using the following code for my Navigation in a FLash CS4 file: stop (); function buttons(event:MouseEvent):void{ gotoAndStop(event.target.name); } home.addEventListener(MouseEvent.CLICK,buttons); services.addEventListener(MouseEvent.CLICK,buttons); about.addEventListener(MouseEvent.CLICK,buttons); contact.addEventListener(MouseEve...

How to write Flash Action Scripts in Linux machine?

I want to know how to develop flash applications in Linux? Is it possible, then which are the Applications? ...

How to call javascript function with flash/actionscript 3

I want to call my update(id) javascript function from my flash menu with actionscript 3. How do I do? ...

Can I improve AJAX with Flash?

I got an AJAX online game that calls server few times per second. AJAX calls are good, but still they are slower than normal TCP/IP-sockets connections. So my questions is, can I improve my game by using - if flash is available - some flash application for server connections? Or maybe there is some solution with Firefox addon (70% of m...

Can I write a screencapture in Python

Are there any libraries to that can be used to write a screen capture in Python. Can it be made to be cross-platform? Is it possible to capture to video? And if could that be in real-time? Or would it be possible to directly generate flash movies? ...

Unit Testing Flex/Flash Libraries in FlashBuilder

For a normal Flash/Flex application I would include my Unit Tests in my application project (perhaps in a tests source folder alongside my main src folder). I'd then have two application entry points: the app, and it's tests. How are people doing this for their Flex Library Projects? You know, the kind that produces a SWC file. As far a...

Loading multiple external SWFs within a main swf.

Hello, I’m building a website that loads multiple swfs within one main swf. I would also like some swfs to unload when i click on the button situated on it. could someone please help me on this. Currently I’m only able to load one swf with this code, can I somehow load more that just one swf by default? you can see the code below: va...

Disable/Enable buttons. Flash AS2

Flash CS4, AS2 I am making a Flash tour. I have 3 sections: About, Rentals, Neighborhood. All the sections are within MCs on the same Frame. I am using conditonal statements on the Nav buttons to turn the visibility on/off in order to navigate the tour. However, now when the same button is pressed, the MC toggles on/off. I want to dis...

How to set alpha on a DAE?

I'm a bit new to Papervision3D, and I'm trying to set the alpha level on a DAE I'm loading from a Collada file. How can this be done? I'm aware that I can set useOwnContainer to true and set the alpha then, but I'm trying to avoid this so that I don't need to deal with the layering issues this creates. ...

Factoring in SEO on a Flash Site

There have been many debates about this topic already here, but none of them fully answered my question so I figured I would pose it and hope I get one or two decent answers. We're planning on relaunching our company website in the next few months. Our current site, for the most part, is text-driven and because of this we rank very well...

What's browser support like for bare SWF files?

Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)? Is there a lack of browser support? Or is this functionality deter...

Publish webcam feed to Flash Media Server

I have a fairly high-end webcam (snc-rz25n) that I need to rebroadcast using the Flash Media Server. I can get the picture as MPEG-4 (not h.264). So I need to transcode to h.264 and publish at multiple bitrates to FMS. The only solution I have been able to come up with thus far is to transcode the stream using ffmpeg and then also use f...

sIFR 3 cut off uppercase charecters - work around?

Hello everybody, I have been looking for help for hours now an I cannot solve my problem. I have implemented sIFR3 in a website for headlines, but the uppercase characters such as "S" and "C" or special characters lieke "Ä" or "Ü" for example are cut off. I found a workaround tutorial here: http://blog.unity.fr/articles/sifr-accented-c...