I'm looking for a way to embed Flash into a XHTML Transitional page that does not rely on enabled JavaScript, which validates and that works across all major Browsers including IE6.
So far I'm using this solution which seems to work just fine:
http://latrine.dgx.cz/how-to-correctly-insert-a-flash-into-xhtml#toc-final-solution
However, when this…
I have a sketch pad made in Flash AS3 like this one here: http://henryjones.us/articles/using-the-as3-jpeg-encoder
I want to send the jpg to the server and some data from a html form field with php. Is there a way to force the Flash movie to deliver the image file when one presses the submit button?
I have tried using a data URI to load the image data into a movie clip, but flash lite does not appear to support the data URI scheme.
I also thought it might be possible to base64 decode the image data and write it out to a file and load the file back into the movie clip using the file URI scheme. However, I do not see a way to write to the…
Hey,
I want to imitate the webcam video record feature that yFrog has on it's site.
I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam.
Thanks
Hiya.
I have some MovieClips that act like buttons, how can i do that when the user hovers on the movieclip, the mouse cursor will change to a hand or the default cursor when it hovers a button.
i don't want to create my own custom cursor, i want to use the default set of cursors that come with flash. thanks
using flash cs4, action script 3
I have put in some controls to allow users to resize my Flash app via Javascript:
document.getElementById("flashApp").height*=1.25;
document.getElementById("flashApp").width*=1.25;
This works great in IE/Safari, but is ignored in Firefox. I know it's talking the the flash app and gets and sets the height/width vars ok, but the same code run…
Ao my server sends me FLV stream. the problem is it does not send me FLV header. So I get from my server something like raw FLV stream from some point. I know that it contains video 640x480 sound and Video.
Its like you take .FLV file somehow delete its part and try to play it.
How to play such stream from Flash? (I use Flash builder 4)
Hi,
Recently I had some issues with Flash in IE, involving a SWF which is something like a gallery.
In Firefox its loads perfectly, but in IE it doesn't work properly sometimes. The first time it is loaded its works fine but when I refresh all the images are blank. The image data came from XML.
I wish to get some tips regarding the…
I'm creating a game and I create sprites(enemies). I keep creating and destroying sprites. Flash/Flex has a garbage collector which handles the destruction of unused resources. Should I create an object pool to reuse them, or should I leave flash/flex to handle the creation/destruction of objects?
Which option is better from the…
I have function problem using this code (below), the embedded flash movieclip disappears or completely prevents the scrollto.js query to function in DW cs3. Communication between Flash and JavaScript is without problems, it is the call back I can't find to work and more frustratingly, should be simple, as no values are not…
I know how to change the default application for opening files. I select a file in Finder, right-click and select Get Info from the context menu. In the file's Info window, expand the Open with: panel. In that panel is a combo box that says, in my case, Adobe Flash CS4. I click the combo box and select Flash Player. …
I have technical issues with my USB Flash Drive - JetFlash®V15 (TS16GJFV15)
It's very critical situation because I can not see the data from it and I should get a way to recover them ASAP.
So, in general, I have connected Non-stop that USB Flash Disk at my laptop.
Was appear Power surges and when I was coming back, I…
This is my problem. I burned Ubuntu 11.10 iso to a CD. I was able to boot my PC with it. I plugged in my flash drive, and inserted the CD and restarted the computer to boot Ubuntu.
I then chose to install Ubuntu alongside with Windows (XP prof.). Then I was able to select my flash drive as the installation location.…
What is the shortest path between zero (ie no flash related development software on my computer or information about where to obtain it or get started) to running a "hello world" ActionScript?
I'm hoping for an answer that gives step by step instructions about exactly what software is needed to get started, an…
I've created this simple class (omissing package directive and imports)
public class Viewer extends Sprite {
public function Viewer():void {
trace(stage);
}
}
then in Flash IDE I import in first frame this AS:
import Viewer
var viewer = new Viewer();
stage.addChild(viewer);…
Would it be possible to assemble an image on the browser by 'concatenating' other downloaded images together?
The use case is this.
The page will display 36 different tiles (small images). The user should be able to arrange those tiles into a 6 x 6 grid and save the resulting grid to disk as…
Silverlight, Flash, and JavaScript, oh my..
I have a couple of applications that I need to develop for one of my business partners that will be distributed to dozens of people. These applications will need to be able to query information from the internet (query via Google, grab feeds from…
I placed the flash player using: position: absolute; top: 20; right: 40; in the div around it.
css:
#page {
position: relative;
}
#flashplayer {
position: absolute;
top: 10px;
right: 30px;
}
(as you can see #page is relative)
html:
<div id="page">
<div…
I've spent some time looking over the various threads here on GDSE and also on the regular Stackoverflow site, and while I saw a lot of posts and threads regarding various engines that could be used in game development, I haven't seen very much discussion regarding the…
Heyo,
I've spent some time looking over the various threads here on gamedev and also on the regular stackoverflow and while I saw a lot of posts and threads regarding various engines that could be used in game development, I haven't seen very much discussion regarding…
I'm working on a game that uses sprite sheets with rotation for animations. While the effect is pretty good, the quality of the rotations is somewhat lacking. I exported a flash animation to png sequence and then used a C# app to do matrix based rotations…
I am trying to create a multiplayer version of the popular Flash game N in Java. However, I'm not sure how to create a tileset that will scale up. Are the tiles for N pre-drawn or are they defined with mathamatical formulas in code?
I do see how they would…
I have a website that uses a Flash based menu as its main navigation. A plain HTML fallback version is "lying underneath", the swf is embedded using swfobject.
swfobject.embedSWF('MENU.swf', 'menu', '1000', '600', '8.0.0', 'ext/expressInstall.swf', {},…