hello
i am trying to making(just for knowledge purpose) a website similar to "you tube" and i am
using LAMP(linux+apache+php+mysql).
so please guide me on these topics(please keep in mind that the website is a high traffic
web site like you tube):
1.i am taking video uploads from user using a simple form like:
<form enctype="mult...
Can a flash application (SWF) access the serial data on a USB port?
...
I need a flash based video player that is able to trigger events I can listen to via JavaScript. The events I need to listen to are:
The play button is pressed
The pause
button is pressed
The video stops (is
finished)
...
Hi
I have a bitmapdata object that is filled with n rectangles of a width of 1 pixel and of varying heights.
I want to run through a loop and remove the old rectangle and replace it with a different one.
Should I do something like reset the each bitmap column of pixels to a background color and then add the rect i want?
for(i:int=0;i...
Hi All,
I was creating a drap and drop simple game, dragging and dropping an item from within a movie clip. All was working fine, but then I had to add more items so I created a ScrollPane and referenced the movie clip through that, now I need to rework how I pull reference that movieclip again.
The movieclip is exported so the scrollp...
I am looking for options to download, Install and run a custom plugin/add-on(an exe or an installer) from my Flash Movie similar to how the connectnow does that?
When we initiate the screen sharing for the first time, connectnow prompts us for mandatory add-in by showing the message "To use this application, you need the Adobe ConnectNo...
I have 2 identical ASP.NET applications, one running on Windows Server 2003 with IIS6 and another running on Windows Server 2008 with IIS7.
The one on IIS6 runs perfectly, but on IIS7 I'm unable to seek while playing my video.
They are both using the exact same HTTP-handler for streaming.
I'm using the JW player for Flash (v. 5.2) and ...
Hi,
I am a newbie for ActionScript. I would like to add Sound dynamically to my flv. I have this code. I am pretty sure it is working because I found it in Textbook. :(.
package{
import flash.display.Sprite;
import flash.media.Sound;
import flash.net.URLRequest;
public class soundLoader extends Sprite{
private var sound:Sound;
...
I was wondering if it is possible to drive Flash application programatically to provide some sort of automation for web Flash-based applications that demand user interactions? The naive approach would require taking screenshots and recognizing interactive areas based on some predefined patterns. Then we can emulate mouse clicks/keyboards...
I have setup a page where I have an outer div with an image inside of it and a flash place holder. When I rollover the image, I would like to insert a flash video player (video player is written with as3). The functionality works perfectly in FF, Safari, Chrome but doesn't work in ie6 and ie7.
I have tried all manner of css possitioning...
I'm creating a picture gallery in actionscript 2. In order for people to easily create/modify galleries, I have actionscript read in file information through XML. However I have one problem I can't get around. I'm having trouble loading the picture into a movieclip, then being able to change the properties of that movieclip (change _x, _...
i have a flash button and i want to pass the button link (after click) as parameter. what is the best way to do it?
...
I'm working on a site, for kids, which has a small avatar in the corner that talks.
The avatar is a flash file and the plan is to determine what it says through a mix of javascript and ajax.
Unfortunately when I make the flash file play an Mp3 file through JavaScript, I can't seem to stop the sound.. so when I keep clicking on a link wh...
Apostrophe is shown in textField.htmlText as &apos (which is not a valid html encoding of apostrophe), intead of '.
How can i change it?
...
I would like to set a fixed width for an input textfield with an embedded font. I would like to have the option to left-, right-, or center-justify the text. This is proving difficult.
If I set myTextField.autoSize = TextFieldAutoSize.LEFT;, I get left-justified text, but the textfield width changes with each keystroke. Same trade-of...
var firstarray:Array = new Array();
function traceArray(arr:Array){
for(var i:int = 0; i < arr.length; ++i) {
trace(firstarray[i].matrix);
}
}
for (var i:int = 0; i < 10; ++i) {
firstarray.push({ matrix:[1,0,0,1], prod:i});
}
var secondarray:Array = new Array();
secondarray = firstarray;
secondarra...
I have devised the following method for catching errors throughout my AS3 applications:
In the Document class, define the following methods:
//This is the handler for listening for errors
protected function catchError(event:ErrorEvent):void
{
displayError('Error caught: ' + event.text);
}
//Creates a MovieClip with a TextField as ...
I'm using ActionScript to connect to a C# socket server.
In the client (ActionScript), I use the following to send data:
var socket:Socket = new Socket("localhost", 8080);
socket.writeUTF("hello");
socket.flush();
In the server (C# 4.0), I use this:
server = new TcpListener(IPAddress.Any, 8080);
server.Start();
TcpClient client = ser...
Okay, that's a fairly complicated title up there, so I'll explain the setup that's causing this error first.
I've got a number of related projects set up in Flash Builder. Each project gets its graphical assets from an exported SWC file (or multiple SWC files.) This works fine, but I wanted to create a shared project that contains stuff...
I am working on a ASP website, which everything seems fine, but when i implement a slider on a page inside a folder in the root (i.e. aboutus/index.aspx) i get that error when the slider is trying to call the images.
I have similar slider animations in pages located in the root folder and in those i get no problem at all, seems it only ...