I'm rebuilding this embedable player for a client of mine, the video file URL and a couple of other variables are in the HTML as Flashvars. I suspect something is wrong with the code that looks for the flashvars.
Link to test page: http://dev.howdini.com/embed.html
The top part showing the green box is where the player didn't load becau...
Is there a way to know the max resolution of a webcam ?
I need to capture images from webcam and send its on another notebook throught internet.
So I want to capture images at max resolution indipendently from webcam automatically without setting the resolution every time ( if I have a webcam with 1.3 MPixel, I want to capture images at...
I would like to compile my view classes into an SWC from flash, and compile the rest of the application using mxmlc (avoiding recompiling through the IDE). However, because the view classes (source) are in the project class path, mxmlc gives them precedence over the compiled SWC.
Now I'm thinking that maybe the view classes have to be s...
Hi,
A prompt comes up to dismiss all or continue, but the The swf works perfectly. How do I correct this?
Thanks.
Error
TypeError: Error #1010: A term is undefined and has no properties.
at testONE_fla::MainTimeline/onTimer()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
LightUpSign 'array refers to...
I'm looking at options for rendering PDFs on the server to avoid the user having to download them (they're big docs) and/or have a PDF reader installed and configured (audience is not tech savvy). The Google Viewer and Scribd are nice examples, but I'm not interested in making the PDFs available on the web (for Google) or storing them o...
Stratus is currently in beta !
So, if I create a simple app with stratus tecnology and I get millions of users, then how can I scale the application ?
How chatroulette have resolved the scaling issue ?
...
Hello, i just started using Flash builder 4 and i have a problem.
As it is based on Eclipse I"m excepting, when I move mouse over undefined Method, class, variable that small Eclipse like window pops up and let shows me some choices for creating interface, class, renaming, classpath fixes etc.
Any way to have this feature enabled in FL...
import com.hydrotik.queueloader.*;
.................
public class Main extends MovieClip
{
private var _ql:QueueLoader;
private function _loadSTRATIntro()
{
QLog.log("_loadSTRATIntro()");
this._ql.addItem("res/swf/STRATIntro.swf", this.introduction_mc);
this._ql.ad...
I have some small canvas, and i have to show border around them, i did that using rollover and rollout evenets, (these canvas hold product images), here rollover and rollout are working perfectly fine, but when a user clicks on some canvas, it has to be selected, means it has show the border around it, and rest canvas should work as norm...
I have an action listener :
myText.addEventListener(TextEvent.LINK,linkClickHandler);
As according to this, i need to write an event handler function seperate to handle the text link event.
Now my requirement is i need to write that function in the same line isntead of giving its name.ie, something like
mytext.addEventListenet(TextE...
Some Flash components have the method setStyle(style:String, value:Object). I wonder where/if I can find a list of the styles that are possible to use here?
I want to change the background alpha of a TextInput-component, but can't find the style-name for it.
...
Hi,
I'm trying to write some data to a raw data socket(around 22 MB's). The scenario is such:-
1. Open local file
2. Read a chunk of bytes.
3. Write it to the Socket
4. Repeat 2 & 3 until the end of the file.
Now the problem is that my code(Below) is not transferring the complete file. It transfers maybe 3 out the the 22 MB with my t...
I have a flash movie playing some music, but the slider controlling the volume has become unresponsive. I have no idea why. Can someone help me. msg me if you want the see the actionscript.
...
Hi there, I have some content (a flash widget, to be precise) on a page that I want to be static, I have been using full coverage GWT on the entire page, which allows user to never have to reload the page. But I am thinking about switching to app engine and django, is there a way so that the user won't reload the widget? or do I have to ...
I heard that the flash action script 3 is disabled the keyboard interaction on full screen mode. How can I enable.
...
Hi,
I'm experienced in database systems. This is the first time I'm developing a web site completely, either i will use firstly flash.
I do not know how I can put a flash application as a facebook application, which is working behind with a asp.net page [web services between]
If you will inform me about, i will be happy. Sorry for my...
Well there is two issues with the code below. Help with either of them would be greatly appreciated.
The first issue is that it doesn't like "(t.attribute==true)". It doesn't seem like me using a variable in that way. Are there any ways of getting around this?
The second issue, is again with the same variable, "("un" + attribute)", I r...
I am building a portfolio site which dynamically loads large hi-res images when the user clicks on a thumnail. However I'm having problems maintaining the original image's quality when resizing it to fit the current browser.
Currently I'm just adjusting the width & height properties of the image to width to the stage proportionally whi...
var request:URLRequest = new URLRequest("http://google.com");
navigateToURL(request, "_blank");
This works fine on web based swfs, it fails on flash player. can anyone help?
...
I want to use flv files for help document. But i need to set flv file, start and end points with code.
I'm trying to code flash player which can take these parameters(file name, start, end points) from html parameters.
NetConnection, NetStream and Video components are that i'm using. But i couldn't change the starting point to load flv...