I am attempting to insert links into a video as it is played back. So that a link and descriptive text appear either on or below a video as the narrator movies between subjects. I'm work with a flash video. I think I need to do this using ActionScript (I'm using CS3) but I've never worked with action script.
Could someone provide a good...
Is there a way in AS3 to access the last render of the stage? Is that render result cached somewhere accessible? I specifically cannot re-render the stage myself to a Bitmap because that would be far too expensive, which is why I'm trying to use the last render.
I need this because I'm trying to do some heat-distortion effects within ...
hello guys, me again..
this time i'm building a flv player via rtmp, my server is influxis (.com)..
i builted a few months ago a video player that streams trought http.. but that player don´t work via rtmp.. so.. i'm wondering if anybody has or known where can i get a sample fla file, in order to recognize elements and AS.
i just nee...
Is it possible to take a screenshot (dump image) of the Stage and save it to my web server?
...
Flex 3.
I created a TextArea object. Then I typed some text in it. Then i got this text useing TextArea.text property.
How can I split text I got by lines and convert it to the array of strings?
...
Hi,
I have this very strange problem on a big flex app where it would run fine with the debug swf if the user has debug flash installed but will have some disparities for people with standard version of flash.
These disparities include:
No pop ups
loose all event catching
Weird positioning of a button
I read somewhere that update...
I need to make sure that only one instance of a SWF is open at any one time on a computer, whether it is in 2 browser windows, or two different browsers.
How can I go about doing it?
I have so far thought of two potential solutions:
1) Using a Flash sharedobject - but since they never expire, if the user closes the browser window with...
Hey Everyone,
I have some experience in AJAX development, mostly on .NET and MooTools. However, I want to learn more and see what others out there thought about the various other options available. I am looking more for advise about the front end. The back end, I will most probably be coding up in .NET using c# and WCF services.
Please...
Hello,
I am using FlashDevelop to develop flex applications and wanted to paint a LineChart in a panel. I used an example of Adobe itself to be found here.
When I compiled it FlashDevelop showed the following output
file type was not found or was not a compile-time constant
For Both LineChart and AreaChart.
Can someone tell me wh...
Hi community,
is there a class for connecting points by a spline in flex resp. actionscript?
With kind regards
Sebastian
...
Did anyone use this framework yet? please share your positive and negative stories.
...
I would like to place a video object above one movieClip instance ("mc"), but below another movieClip instance ("mc_top").
I instantiated the _root.flashVid object by dragging a "New Video..." from the Library to the stage, and giving it the instance name "flashVid".
I create mc, then paint a blue box, then I create mc_top, and paint...
In our WebForms apps we serve flash via simple anchor tags like so:
<a href="whatever.swf" class="something" params="with, height, yadda, bang">See It</a>
Now, I'm wanting to move that A tag into a call to a Controller/Action using an Html.ActionLink like so:
Html.ActionLink("See It", "DeliverFlash", new {fileName="whatever.swf"})
...
In Flash, is there any event when the user clicks a hyperlink in a TextField?
...
Is there any way to get ActionScript code completion to work fpr files that don't have the .as filetype? We're using .es for server-side ActionScript and would want Flex to treat them like regular AS-documents. File types can be bound to editors, which brings code highlighting to our .es docs, but code completion still does not work.
...
Is anybody out there successfully running SiteMinder along with CF8 on an IIS server?
Here's the problem. It took some effort, but about a month ago I installed Siteminder on my company's CF7 server. Siteminder and CF7 worked together in harmony, everything worked properly (flash forms, flashremoting, flex gateway). A few days ago we ...
How do I trace all of the data from an XML file that was loaded into a flash file? I am trying to debug, and part of my flash file gets updated from the XML file, but the other half acts like it isn't there.
...
I'm loading an SWF movie into an HTML page using SWFObject. I want to resize this SWF dynamically. How can SWFObject help? I'm sure I don't have to write my own solution.
...
In ActionScript, what's the difference between the SWF header FPS and the Stage FPS? From what I understand, the Stage FPS is initially copied from the SWF header FPS, but is that all the header FPS is for? Can it ever override the Stage FPS?
Just to clarify, I set the header FPS using the SWF metadata tag - [SWF(frameRate="60")] - and ...
I have a dynamic text field (textLabel) inside a Movie Clip (textMC). I am tring to set the text attribute like this:
textMC.textLabel.text = "this is my text";
This works fine, until I add key frames to textLabel. I need to animate textLabel. But when it hits a keyframe, it changes back to the text I created on the stage. How can ...