i used iteamreander in datagrid . if i select checkbox in grid automatically select another
checkbox why? plz explain My xml data is more then 50 records.
<mx:DataGrid change="calculate()" id="calamount" x="0" y="3" width="327"
height="337" variableRowHeight="true"
dataProvider="{xml_coupon.lastResult.Teamco...
Hi all
I have developed a web application that I want to stress test. The app uses a Flash swf to allow users to browse for images on their machine and upload them to the webserver. This swf will read jpg images from local file system, resize them and generate a thumbnail and then upload these as byteArray to an AMFPHP script that write...
Hi-
I created a custom video skin for my movie, and published the swf. The file plays on my Mac (using Flash player v9) but it will not play on my PC (using Flash player 10). When I uploaded it to the host, neither players will play the swf. The bitmaps in the flash file show up, but the movie won't play. I don't know if it is how I exp...
I have an array in flash 8 that is used to poulate a datagrid using
myDataGrid.dataProvider = myArray;
This works fine. I can sort the data in the grid using the headers but this also sorts the data in the array, and I have other functions that need to get the array data in its unsorted form.
Any idea how to achive this?
Many thank...
I'm currently working on a flash game and I need to know how to addChild a BitmapData or draw a BitmapData to screen. If I can't than how can I give a DisplayObject my BitmapData?
...
I need to run a bot on an app and I'm not sure where to even begin.
I am not trying to cheat anything, I am simply trying to automate tasks using the app. If it helps, kind of like WoWGlider is for WoW (I think, never used it though). So I'm not worried about changing variables within the flash app, but I do need to view their value at ...
It animates but it put's the piece of the sprite sheet where it is on the sprite sheet and not where the x and y tell it to. It's very short, so please take a look? Thank you in advance.
package cyanprime{
import flash.display.*;
import flash.geom.Rectangle;
public class Player{
[Embed(source="brownplane.png")]
pu...
I'm using embedded FlashPlayer in windows forms application. I'd like execute action script functions from C# passing unicode strings as arguments.
According to adobe to invoke actions script function one should call CallFunction with a string that contains xml request.
But they didn't say anything about character encoding of the xml re...
I made a banner ad and the site gave me this code to work with:
on (release) {
if (clickTAG.substr(0,5) == "http:" ) {
getURL(clickTAG, "_blank");
}
}
I made an invisible layer and put this code on it. The swf showed the hand, but when I clicked on the banner nothing happened, on my end or on the live site.
Then I used this code:
o...
I am developing a Flex / Flash application which talks to an ASP.Net / C# backend. Is there any way I can share code between the two?
The server provides a reasonably interesting domain model which the client is designed to maniuplate. Ideally I would like to be able to define this domain model once and have both sides use it for cons...
I'm trying to embed a flash file from my site, but for some reason it looks like the entire swf file (often up to 1mb in size) is downloaded before anything is displayed. In the mean time a white box is displayed for anything up to 20 seconds.
The same swf file on other websites shows the first frame of the swf file almost instantly the...
Hello,
I am using a flash slideshow on a page that takes a little while to load - and while it is loading it looks like nothing is there as the div holding the flash element has a transparent background.
How can I show a loading icon while flash is loading - and then hide it once the flash starts?
I am using jquery in my page head fo...
I'm new to Flash but want to create a nice video for a product. It takes a long time to make a nice looking presentation , and I'm hoping for a jump start.
Are there any good templates which are free on the internet where I can quickly change the text in ,for example, to make my video?
I've tried looking in google, and there are too ma...
Have little bit of problem for my flash apps
I have a loader which load the image from the server. I also have a large movieclip that hold a list of small movieclips that are used to preview an image using the loader class.
It can display the image if I used the loader to add it directly on the large movieclip but it doesn't display t...
I'm trying to render a HTML table of tabular data in Flash. Are there any widgets out there to do this?
Ideally I would also like to save the contents of the table as PDF.
Any suggestions?
...
I'm using an external class to draw an object in my Flash movie but I need to get some variables from the Class as well.
I want to put the variable persPoints[0].x into a variable in my main document called newvar for example.
This is the part of the External Class I'm using
class Shape {
function set2DTo3D():Void {
var persPoi...
Has anyone been able to successfully implement a service to serve the required socket policy file to FlashPlayer?
I am running the Python implementation of the service provided by Adobe at
http://www.adobe.com/devnet/flashplayer/articles/socket_policy_files.html
and using the following policy file:
<?xml version="1.0" encoding="UTF...
I have Flash, in which i load some images dynamically.
But when I am viewing this flash on a large screen monitor, the flash is auto scaling (I can't disable stage auto scaling). And similarly size of images is also increasing. Here the problem arises, On large screen monitors the images are getting blur.
How can I make it good on al...
Hi all,
I wonder how can in load video from a web camera in flash using as3
Thanks in advance.
...
I'm looking to record video from a user's browser to the web server. We've already got a working Red5 server up. I'm in need of details how to configure the server to store the video somewhere on disk, as well as a browser frontend to complete this.
Also, I'd like to have a way to update the mysql database when the recording is finished...