I'm working on a streaming video player that can play either FLV or H264. I have it working on the PC and my attempts to get the Wii to play H264 have come up short.
With the recent browser update the Wii has Flash Lite 3.1 (upgraded from Flash 7) which has support for H264 (Adobe Flash Lite version comparison.) I've tried different b...
Hi, I'm new to ActionScript 3 (without any experience with Flash development) and I was wondering how I would go about adding an mouse event listener to a bitmap? The code works with a sprite, just not with a bitmap. Here is a shortened version of the code I'm trying to run, I hope it makes sense!
var fsImageRequest:URLRequest = new URL...
I'm creating a flash game in actionscript 3 with an infinite universe. Because the universe is infinite the background is created dynamically using the following background engine:
BackgroundEngine.as
package com.tommedema.background
{
import br.com.stimuli.loading.BulkLoader;
import com.tommedema.utils.Settings;
import co...
Hello,
I have a strange problem with Tweener library and alpha transition.
(no.. it's not the "no embbed problem")
See the example on this page
(All fonts are embbed, I'm using CS4 with AS3)
The white-texts on black-background have problem with animation of alpha from 0 to 1. Their alpha "jump" and the text become bolder and whiter su...
I have the following layer structure in Flash:
Spotlight - Has a transparent center area, is a bitmap symbol
Button
How do I make Button clickable even though the Spotlight layer? I want to toggle the visibility of the Spotlight layer with the click of Button like the following code.
Button.addEventListener(MouseEvent.MOUSE_CLICK, O...
Are Flex/Flash based applications susceptible to XSS attacks,what are the different ways in which the attack can happen and how to prevent/detect such attacks.
...
I have a large .fla file with all my movieclips (and associated classes) for an entire site in the library.
The whole thing is getting unmanageable - compiling very slowly - and not getting any smaller so I would like to know the simplest way to manage my assets in other fla files to be brought together when the main fla is published.
...
In short I'm developing a 'widget' in flash that I would like to implement paypal into but I'm not sure how I could do server checks from the flash file.
What I want to do is when a user clicks a button I want to send form data from the flash file to a php script then send data back to the flash file. Keep in mind that the flash app i...
I'm a little bit new to Actionscript, but I can't figure this one out. I've done a lot of searching on this topic and haven't found a clear answer. I've tried the following solutions that people posted online but none of them work.
All the following solutions give the error: 1120: Access of undefined property myVariable
Suggestion #1:
...
Are there any established/popular Flash Game Creation applications? If so, what are the pros and cons of each. Thanks.
...
For examples sake, lets say I have a Flash SWF on my web server. The SWF is quite simple, it just displays a text string in some font in the middle of the stage. The SWF takes certain parameters, one of which determines what text string is displayed. So if the parameter's value is "hello world!" the SWF would display the text "hello worl...
Hello. Is there way, how to close webcam connection in actionscript. I am opening stream through Camera.getCamera(). Problem is, that after freeing webcam instance (i tried many ways) LIGHT on webcam is still beam (tried on macbook pro).
...
Hello,
I am trying to write a simple dialog that is called by the flash image gallery on the site and appears on this flash animation but it works pretty weird under IE such as:
-sometimes showing several of the same item, how can I prevent opening dialog if there is one already existing?
-after opening a dialog and when trying to close...
Game description:
A quiz with different levels and different types of visual questions for each level.
OOP so far: GameBoard (where one answers questions), Dialog, HighScore, Controller/LevelController?
I have a document class called Controller which initializes the game:
public function Controller()
{
initGame();
}
function ...
I want to build a question/answer game with rooms and chat. My question is: Is it possible to make it with just php and http requests? From you're experience, how many visitors will it hold. I know it's better with socket server but i only have a shared host rith now.
...
I want to publish ads inside Flash application.
Do you know any ad-network that allows publishing ads inside Flash apps?
There is a Mochi ads network, they do publish the ads inside Flash, but they accept only games.
My app is not a game.
...
My Windows (C++) program hosts Flash ActiveX.
I use XML.sendAndLoad() to communicate to the server inside Flash part of the application.
Occasionally XML.sendAndLoad() does not call back.
That makes the whole application useless.
Only restart helps.
I have found using HTTP Analyser, that the requests even do not go to the internet.
Ther...
Is it possible to store a Image in a SharedObject in Flash? It would be nice if it would work. I need to "store" Images locally but it seems not to be supported by Flash... So I 'ld like to put those images in a SharedObject that can be saved... but does it work with images?
I tried it with a Bitmap but if I want to read and add it to t...
Hello. Strange problem. Text fields in my flex simply do not work under Mac. Inputted characters do not appear within it. I do not have any specific font set (just _serif), so I don't thing it's font issue.
In what direction should I dig? Have anyone similar experience?
...
I am building a website for someone who is starting a music studio. They want an mp3 player on there so people can hear some music. They also want the songs to have a download and buy link. I usually stay away from any flash stuff, but I think a flash player is the way to go for this right? Is there a good recommended one for this typ...