Hi all,
When i adjust the div width and height dynamically. the flash content in the div is reloading.
How can i stop reloading in firefox when the div width and height change dynamically.
Thanks in advance.
...
Hi Guys
I found many .jat files when i analyse a flash web game with firebug. It maybe a user model.But I don't know how does it make?
...
package com {
import flash.display.*;
import flash.net.*;
import flash.events.*;
public class Test extends Sprite {
public var mc:MovieClip = new MovieClip();
public var buttonShape:Shape = new Shape();
public var fileRef:FileReference= new FileReference();
public function Test() {
...
Hey,
I noticed the hype around Flash CS5's TFL text engine, I played with it a bit and indeed it is a powerful tool but can I used it to bend, arch text?
I've searched for it and I couldn't find anything similar, except from character rotation - but that is not what I need.
So, is there a way to bend, arch a line of text in CS5?
...
how exactly you send an object using the "every" loop in as3?
var myFunction:Function = function(obj:Object):void {
obj.height=400*Math.random();
obj.width=400*Math.random();
}
function onMouseMove(event:MouseEvent):void {
mylist.every(myFunction(this));
}
i have also tried using the:
function onMouseMove(event:MouseEvent):voi...
I've got a bar chart with some elements.values as this:
"elements":[
{"values":
[
{"right":12,
"colour":"#a55feb",
"on-click":"http://myurl.com/"
},
{"right":25,
"colour":"#5757ff",
"on-click":"http://another.one/"
}
]
...
public partial class MainWindow : Window
{
private FlashControl flash = null;
private Timer timer;
private WindowsFormsHost host = null;
private bool first;
private delegate void myDel(object state);
public MainWindow()
{
InitializeComponent();
first = true;
timer = new Timer(new Timer...
I'm trying to integrate flash Piecemaker to my site and use css absolute to positioning it.
The problem is the flash file has large transparent bottom and when absolute its' position, it cover up part of page. If that part of page has text link then it is not clickable since the flash on top of it.
I have found a site doing something s...
My Flex project have 6 sub projects . How can I speed up the compilation speed of Flex?
...
I have a slider with arrows on the end to operate/advance it. If you hover over an arrow the slider slides. When you roll off/hover off the arrow the slider stops. The problem is that if you hover off to quickly it still thinks the cursor is over the arrow and it continues to slide. Is there any way to address this?
...
I have
public function Shard() {
}
public function Shard(x:Number, y:Number, vx:Number, vy:Number, rotation:Number, spin:Number)
{
...
}
And I got on the second constructor:
Multiple constructor definitions
found. Constructor may not be defined
in
code.
So, ActionScript-3 cannot have multiple c...
Hi,
I was just wondering - is it possible to detect, with either .net, SilverLight, Flash or some other plugin, whether or not Snipping Tool is open, or detect when the user opens it (after the page has loaded)? Also is it possible to detect when print screen is pressed even if another window is active?
Thanks in advance.
Regards,
Ri...
Is there a way to output in the text filed a number of how many times the video looped? (how many times it has played)
Thanks, Yan
...
I have a tooltip that I have drawn using vectors and they have round edges left and right. I added 9 slice scaling so that the dynamic text that i add will scale it up.
It works fine until I add a dropshadow to a clip that i nested inside the original one. Can you not use filters on a clip that you are setting to 9 slice scaling? Is the...
We have a legacy product that was created using Authorware. Since then the product has been through many changes, the last of which is a conversion to flash/php/mysql. We are looking to migrate some customers who are left using the Authorware product to the current version and maintain all the data. However, the data is in a v12 database...
So I am porting a game I started in html canvas to flash as3.
In this game there is a tank. This tank has a body and a turret. It can rotate 360 degrees and move foward and backwards and swivel it's turret 360 degrees. The tank base and the turret are seperate animated images.
I have set it up so that there is a tank movieclip and a t...
<?xml version='1.0' encoding='UTF-8'?>
<feed >
<id>http://gdata.youtube.com/feeds/api/videos</id>
<updated>2010-08-24T13:18:29.767Z</updated>
<category scheme='http://schemas.google.com/g/2005#kind' term='http://gdata.youtube.com/schemas/2007#video'/>
<title type='text'>YouTube Videos matching query: aa</title>
<logo>http://www....
I am attempting to observe the performance of a flash application on the client side using JavaScript. The main thing I'm interested in is if the flash application has completed downloading all of the assets it needs.
Is there a way to determine if assets are still being downloaded by the browser regardless of the container downloading...
Howdy,
First of all, I'm using KohanaPHP Framework.
I've impletemented SWFUpload successfully, working quite nice. I'm having only one issue.
The main problem is I need to allow users to upload attachments before submitting form. So I decided to use Session var to store attachments array. Unfortunately, it is working inly if I use HTM...
Flash builder traces out when swfs are loaded and unloaded eg:
[SWF] C:\xampp\htdocs\car_explorer\fonts\Arial.swf - 174,937 bytes after decompression
and
[Unload SWF] C:\xampp\htdocs\car_explorer\assets\spin\EXTERIOR\BASE_12.swf
Does anyone know how to disable these types of traces?
...