I can get the videos to play using the flvplauer component, but im having a little trouble figuring out if and how to dynamically change the path of the flvplayer while running through a timeline. If I can do something like mc.changeFLVPath that would be awesome! Any and all help appriciated.
...
I tried using var params: Object = ((this.stage.loaderInfo) as LoaderInfo).parameters; to get the parameters, but it returns an Object with no properties. That LoaderInfo will give me the correct URL without the parameters though if I use LoaderInfo.url. I'm using the request: http://localhost/foo.swf?start=foobar. params.hasOwnProperty...
Hi,
Any of you gone through this task? Please tell me a solution.
I have to extract video id alone from youtube url : http://www.youtube.com/watch?v=Ls8ppLu72NQ&feature=popular
From this i need only Ls8ppLu72NQ How can i extract it. I know i can use string replace but is there a way to
extract it easily with regex.
Url can be ...
Hi, I tried to give a try to the TLF Text, because it's the default in Flash CS 5, but I can't accomplish the simplest task, change its value. This works with a classic textbox, but not with TLF:
import flash.display.MovieClip;
public class CumpleTiempos extends MovieClip
{
public var t:TLFTextField;
public function CumpleTiem...
I have a menu, each time you click on an item it opens up a screen (a new flex component), when I click back on to the screen I want to dispose of that particular instance, is there an easy way to do this?
...
hi all,
i am facing one font problem, my website is to operate in five languages, one of them is german, so few characters like ü etc.are not getting displayed properly.
so for example, in english, i have one word "unhappy", in german it has to be displayed as "unglücklich",
actually i m still using Flex3.0, so when i receive this va...
In my example below, when I click "Add Content", new stack content is loaded into the ViewStack as expected. But when I then click "Close Content", I'm expecting it to close the newly created content inside the ViewStack and switch to the "defaultContent" content.
Can anyone tell me where I'm going wrong please? Thanks in advance.
// T...
Hi there.
I have a very interesting challenge here for my Flex project development.
I now have an experiment wizard which consists of three states.In the first state,the user selects the elements they are interested from the periodic table.
When it comes to the second stage,now we have the elements that the user selected in the first ...
I am a bit new to using blitting for graphics. But I have worked up a few demos myself, and I have been reading a lot of information on the methods used.
One common theme I have been seeing though is that all of them brute force rendering; drawing the farthest back object first and stepping through all other objects. even drawing object...
I receive the 1120 Access of undefined property myList.
Background:
I'm writing the program in Flash cs5. I'm trying to create an application with multiple screens. I'm using movie clips as screens (a la Jody Hall's tutorial "Better Flash Navigation using AS3 Classes").
Specifically I am trying to create an AIR application in which I ...
I am working on a Flex AdvancedDataGrid with a flat ArrayCollection dataProvider. The requirement is that when the root nodes is closed, the root row should show a subtotal data and when the root nodes is opened, not show the subtotal data.
Anyone has a suggestion how to do it?
Thanks,
Patrick
...
Hi,
Getting error while run the checkBox item renderer in advanced datagrid with out data.
Error: Cannot access a property or method of a null object reference.
Please find the below code:
**
public function set listData(value:BaseListData):void
{
_listData=value;
_dataGrid=valu...
Hi!
I'm trying to remove simple objects from memory, but when I call removeChildren memory usage rose :/ And I don't why ? And how can I remove objects ?
package {
import flash.display.DisplayObject;
import flash.display.SimpleButton;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.Keyboar...
I'm trying to stack particles on top of each other, almost as if sand is piling up in an hour glass.
I don't want a pile, I want it to kind of stack from left to right. Ideally, they would be flowing in from the top at an incremented pace, like one every couple of seconds. Right now, they just kind of pop in.
I'm stuck on a bug that ...
how do i set up a Flash CS5 Slider component to trace decimal values, from 0.00 to 10.00 when the slider is dragged? i can't seem to find where i need to set these options to permit decimals.
is it possible to set this in ActionScript?
...
Ho,
how can I recursively analyze/modify XML in Flex / As3?
Let's say I have this XML:
<div>
<P ALIGN="center">
<FONT FACE="ArialV" SIZE="15" COLOR="#000000" LETTERSPACING="0" KERNING="1"> </FONT>
</P>
<P ALIGN="center">
<FONT FACE="ArialV" SIZE="12" COLOR="#000000" LETTERS...
Hi There,
I'm currently building an AIR file uploader designed to handle multiple and very large files. I've played around with different methods of breaking up file into chunks(100mb) and progressively uploading each so that I can guard agains a failed upload/disconnection etc.
I have managed to break up the file in smaller files whi...
I am working on image processing on maps from Google Maps. How can I use ActionScript 3 to strip off the street names?
Since the street name fonts are anti-aliased, a lot variances of colors are used. I can replace colors one by one, but are there any efficient methods?
I have read a related method like:
public function threshold(sou...
Hello all
I just read this annoucement about Apple lifting restrictions on its third-party developer guidelines with direct implications for Adobe’s Packager for iPhone.
http://blogs.adobe.com/conversations/2010/09/great-news-for-developers.html
I just want to know what kind of applications can be built using this packager?
Can I bui...
Hi
I have some FLV video files to be reproduced sequentially by a Flash video player. Suppose v1.flv and v2.flv. I want the player to start playing v2.flv once v1.flv has reached the end. According to this forum, the onPlayStatus does not fire in progressive FLVs. What can be done? A snippet of what I am trying below:
public class MyCl...