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...
I want to add a screencast to a fogbugz wiki page. Is it possible, and how?
...
Is there any way for C# to get a list of the methods the swf exposes through ExternaInterface?
...
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
...
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>
<...
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...
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
...
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...
I want to know how to develop flash applications in Linux?
Is it possible, then which are the Applications?
...
I want to call my update(id) javascript function from my flash menu with actionscript 3. How do I do?
...
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...
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?
...
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...
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...
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...
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.
...
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...
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...
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...
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...