Hi community,
I wanted to ask how I can put links into a datagrid. My dataProvider is the folling xml
<xml>
<item>
<name>A name</name>
<url>A url</name>
</item>
<item>
<name>Another name</name>
<url>Another url</name>
</item>
</xml>
sure with some more items in it. Now I want to have a datagrid that displays the name as a...
Hello, it's been a while since I last used Flash so thought it best to learn Actionscript 3. However, I've been working through a [Flash videoplayer tutorial][1] and I'm really struggling to cusomise the layout for my own needs.
I moved the progress bar down by 13.9px and to the right by 55.8px. I also shortened the progress bar to 176...
I am having major issues with a ScrollPane component in Papervision3D. This issue has been brought up at a couple of different forums, but not solved:
http://osflash.org/pipermail/papervision3d%5Fosflash.org/2009-March/029503.html
http://www.nabble.com/ScrollPane-doesn%27t-size-or-display-properly-td22302394.html
I have tried dynamic...
using Automation (SHDocVw, MSHTML or something else?) or a WebBrowser control:
1)Is it possible to interrogate a flash control to discover its elements? For example, "http://demo.garanti.com.tr/bireysel_demo/main.html" there are flash buttons. Can I determine there "ID"s?
2)Given the "ID" names of elements in a flash control, is it po...
Is there a flash player that could handle all of the formats mentioned above. Or different players that could handle it?
...
Is there a way to get the AxShockwaveFlash object from a WebBrowser control that loaded a web page with an embedded Flash object in it?
...
Hi,
I'm developing a project in AS3 for commercial purposes and study too.
This time I'm developing an image gallery with XML and AS3 and I have a doubt with resizing the stage and change the x position of my pictures.
With this code below I can resize the pictures, but I can't change their x values.
Could anyone helpe-me with a ...
i'm simply playing a video file the normal way:
var nc = new NetConnection();
nc.connect(null);
ns = new NetStream(nc);
var vid = new Video();
this.addChild(vid);
vid.attachNetStream(ns);
ns.play(videofile);
My flv file is actually 600x678, but shows up scaled down on the stage, and tracing the width and height I get 320x240. I'm not...
is it possible to extract dynamic loaded text from a swf (flash application) programatically ?
...
Even though I specify different widths and heights for each.
vid = new Video(600, 800);
this.addChild(vid);
trace(vid.width); //600
trace(vid.height); //800
vid2 = new Video(1000, 1200);
this.addChild(vid2);
trace(vid2.width); //600
trace(vid2.height); //800
What is going on here? Is this a flash bug?
...
Hi,
I am trying to debug ActionScript within CS4. The script, as you can see below, is making a GET request to a URL that I am hosting from my machine. When I try to debug the movie I get an message box that says:
Adobe Flash Player has Stopped a potentially unsafe operation.
The local application that you are running on your computer:...
I have a flash video player which requests a flv file from a central server. That server might redirect the request to a server from the user's country if possible, a lot like a CDN.
This video player also reports usage stats. One thing I'd like to report is the true server/location from which the player is streaming the video from. So ...
Hi,
I am new to Flash and AS3.
I have a DataGrid like this
Item Percentage
A 20%
B 7.5%
The percentage column is editable.
It is working atm, but I am just looking to enhance user interaction, so my questions is:
How do you restrict user input to only 0-9, . and %.
And when they finished editing a cell, add "%" i...
When a user click a link, it would redirect them to a page, something like:
www.domain.com/index.php?var=string
Is it possible in AS3 to grab the variable (var)??
(I know there are alot of ways to get the variable, for example, php $_GET, but my website is purely flash based, I dont want to use php to get the value and store it in se...
Hi,
the company I work for has a web-based user interface which paying clients log in to to get access to data and control mechanisms.
We're planning to launch a completely new version of this interface, and one option we're considering is whether to build it in Flash.
The argument for using Flash is that it would enable us to build a...
I can download the latest flash vm here: http://www.adobe.com/software/flash/about/
But where can I get updates about new releases of the flash vm? The RSS feeds here are no help.
Edit: and where are the changelogs?
...
Hi,
I just installed a couple of fonts on my Mac.
The font shows up in my Photoshop, but not in the Flash font list.
I already clear the font cache, reboot, put fonts in all folders (/Library/..., /Users/... etc)
What could be causing it?
Thx
...
First off, thank you very much for your time and any help that you can offer.
My question is as follows,
I have two swf's: MovieA.swf, MovieB.swf
MovieA is hosted off of a web server at WebsiteA.com
MovieB is hosted off of a web server at WebsiteB.com
WebsiteB contains a crossdomain.xml file, which allows access from WebsiteA,
and to...
I had been using the open source Flash SDK, and was recently gifted CS4. I was wondering if there are better ways to do things in CS4 for some of the following things:
One of my project is a game with different phases - for phase transition is it better to implement as different frames of the stage?
Any tips in particular?
...
We have a flash "gateway" page displayed to users (only once) before they enter our corporate website. This flash page is default.aspx, served as default page by the server.
The issue is that Yahoo and other SE pick up the text from the body of the page, which happens to be the Javascript/Flash requirements warning in the noscript tag.
...