I am creating a reusable Flash swf for displaying xml data in a treemap, which will be highly configurable. I am considering requiring an xml settings file at the root, akin to a .NET web.config appSettings section. Default values for the settings will exist in a AS class file, which will be overridden by the xml config file. They can be...
Hi, I am new to AS3 so please forgive me for asking something which is probably pretty straightforward to solve.
I am trying to load an image onto the stage using an external AS3 class. I'm not sure if this is the best way to do it but I started off with a tutorial so was following that.
My object (movieclip) has the class 'Mountain' a...
Hello,
I don't know much about Flash but we are working on a site that has a flash form and when the users pick an option, like selecting a value from a drop down list, we need the value to be passed to asp.net server-side code. What's the easiest way to do this?
...
I'm using the Flex 3.3 SDK (not Flex builder, as I'm on 64-bit Linux), and it seems I can't even build simple example files.
The Pie Chart example on http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_09.html refuses to build, giving me:
The generated actionScript is as follows:
package
{
import flash.accessibility.*...
Hy I'm trying to prevent the user to enter any form of line breaks in a as3 textarea component.
I tried using the restrict param of the textarea like this:
foo.restrict = "^/\r\n//\n/"
but i don't have any success.
Hope anybody can help me out on the correct way to do this.
thanks in advance
Milan
...
I'm trying to load a local SWF then catch a few events that are fired but I can't see why this isn't working.
Here's the code
Parent.swf
_mcl = new MovieClipLoader();
_mcl.addListener(this);
_mcl.loadClip("Child.swf", rotator_mc);
function onLoadComplete(clip) {
clip.addEventListener("initAsLoaded", function() {trace("childLoaded...
Hi
Not sure if this makes sense, but I need to check if a server value returned is actually a number. Right now I get ALL number values returned as strings
ie '7' instead of 7.
What's the simplest way to check if string values can actually be converted to numbers?
...
Trying to load remote images into a flash sideshow local files work even if I use absolute path. I am updating existing gallery to dynamically pull images from Picasa.
The php works fine and pulls the images from the API.
http://domaineseattle.com/gallery/FlashPhotoStack_SRC/gallery.php
But when I pass the XML to flash it wont load re...
We are planning on serving some video on our website. In order to do so we are doing some contingency planning around the bandwidth we will use up during peak times.
We are planning on serving a 1 minute video at 150Kbs (we may increase this depending on how much bandwidth we use up). We are steaming the video, rather than embedding it...
Is it possible to read a local file in a Flash? My application uploads files to server using the flash.net.FileReference class, and I would like to peek inside before I upload them. There are two indications as to why it could be possible:
I'm going to see the content of the files on the server anyway.
Silverlight can do that. The Syst...
This is called from flash/action script
File name: rssProxy.php
RSS reader uses PHP any work around on a non PHP server?
Script below:
<?php
$rss = $_GET['rss'];
// make sure that some page is really being called
if ($rss && $rss != ""){
// make sure that an http call is being made - otherwise there's access to any file on machine.....
We recently made the switch to CS4 on a Mac from CS3 on Windows. Now we are having issues getting our flash movies to load. We get the "Movie not loaded.." error. We are using swfobject. The same Flash file worked fine prior to editing with CS4 on the Mac.
...
Suppose I have a flash application; let's say a chess game. The user is playing against a computer opponent. After every move, I want the flash application to add the move's "description" into the HTML of the page.
Does flash have this ability?
Are there any common round-about ways of doing this? Maybe the flash app updates a databas...
i am loading two movie in flash one is audio file and second is video file when i unload any of file then load it, it works on starting but i want it on current time
...
I'm new to flash and so far it's been going good until now.
I'm having a hard time solving this problem:
I'm making a game using flash CS4 and AS3. I want to be able to draw my "Hero" (movie clip) and then once my hero picks up a clothing piece in the game I want to be able to paper-doll (put on) that clothing (graphic). So what I wou...
Hi,
I'm embedding a flash swf into an html page and setting wmode=transparent. I need this flash movie to still receive mouse over events. In Opera, Safari, Chrome and Firefox this works fine, the html background shows through, and the flash mouse over events are still received. (Sprites react to mouse)
In Internet Explorer however, th...
Hello , i have few questions about FLASH 10 and Silverlight and what should i choose
1) which is lighter ? ( CPU consumption , loading times , speed of executing things etc .. )
2) which has richer capabilities ( API-s , libraries etc.. )
3) faster for developing ?
4) what about media handling ( audio/video streaming ) ?
5) d...
I'm using a localconnection to allow communication between an actionscript 2 swf and an actionscript 3 swf.
Localconnection objects share a global namespace across a user's pc.
So, this means, a user can fire up my flash app in one browser, and submit commands, back and forth, which is what i want. But the user can also fire up another ...
sorry for the convoluted and subjective question, but multimedia is totally out of my area of expertize.
I know there are several alternatives to embed video on a page. There is HTML 5 <video> tag, there is video/ogg content type which seems nobody uses, there is Flash SWF embedding or Flash FLV progressive, I think Silverlight has som...
I'm trying to create a simple HTPC interface and found YouTube XL (http://youtube.com/xl) which i thought would be cool and easy to add to my program.
I'm using WPF so i simply tried to add a System.Windows.Controls.WebBrowser and navigate to that adress.
The problem is that there is no video, everything else around the actual video wo...