Hi guys,
Has anyone come across a port of the flashLightBoxInjector code from Bramus? Currently it's in Prototype, but I really need to get it working with jQuery as the whole site I'm working in is running on this - not an option to use noConflict(). I'm ok with jQuery, but certainly no guru, can anyone help?
The purpose of the code i...
I'm communicating from a flash application using a command like the following:
ExternalInterface.call("hello", "world")
This is handled on the C# end by something like:
string swfPath = Directory.GetCurrentDirectory() + Path.DirectorySeparatorChar + "test.swf";
this.axFlash.LoadMovie(1, swfPath);
this.axFlash.FlashCall += new AxShockwa...
On some pages youtube uses "Turn off the lights" feature.
The same can be done in jQuery. Example
The example dims the entire page background but the video player remains on the top. Why is it so?
And what is the simplest way to dim all divs except the video one explicitly?
...
If I made a homepage with an embedded .swf which had buttons that linked to other html pages on my website using the getUrl() function, would those links be spiderable by google? Or should I also put in text links outside of the .swf (which would ruin the design a bit)?
I know a lot of people will argue I shouldn't have flash as the mai...
how to create a .swf file with video controls on it, with out any coding?
thanks
...
I have a component in AIR like so:
<mx:HTML
id="html"
width="100%"
height="100%"
location="https://example.com"
locationChange="dispatchLocationChange(event)"
/>
The page it loads contains this:
<a onclick="alert('onclick')">Alert</a>
<a href="javascript:alert('js')">Alert</a>
<a onclick...
How do I set the width and height of my swf in AS3?
This is my code so far:
package {
import flash.display.Sprite;
public class Game extends Sprite {
}
}
Right now, when loaded it is at some arbitrary default size.
If I can't change the size this way, is there any easy work around that will be consistent?
...
So I'm trying to build a tool that will allow me and other users to all open the same .swf, and then I as the Admin user am able to interact with mine while they all see my mouse movements and button clicks etc on theirs.
I'm using BlazeDS to manage this and I'm getting data sent back and forth etc - no difficulties there. The issue I'm...
i've been studying and using actionscript exclusively for too long, that i don't even know how to import a regular image into Flash and create a ready-made sprite that i can use in my APIs.
what are the steps to create a sprite from an image asset in the library?
...
Is there an Open source tool to extract ActionScript from Flash movies, ideally written in (or consumed by) C#
I just did a search and found http://www.nowrap.de/flare.html, but the source code is not available.
I need this so that I can allow the security review of Flash & ActionScript using the OWASP O2 Platform
...
I have wrote a function like ,
private function addSelectedFunc():void
{
/**
* Adds newly selected privilegs to assignedPrivileges
*/
var obj_inst1:Array = obj_inst.selectedItems;
for each(var obj_inst1:Object in obj_inst1)
{
objInstance1Array.addItem(obj_inste);
}
}
<ov:HPList id="obj_inst" ...
In a flash based project, i got a few files with extension as ".motn". I am not sure what this file is or more importantly, with what editor/tool i can work on this file. What i guess is this might be a way to create flv movies, out of pictures , vectors and otehr data, but it's just a guess.So, basically i have two doubts:
1. what is a ...
I'm trying to find an all-in-one IDE for flash, one that can deal with various flash related files.
I just read this answer and it recommends fdt, but seems fdt can only deal with scripts but not .fla ones.
Which IDE should I use so that I can use it to develop various files involved in flash developing?
...
I need to be able to paste an image from the clipboard into TinyMCE. I do not want to use a Java applet, hence http://lassebunk.dk/2009/08/04/clipboard-java-applet/ would not help, but I want to use Flash / Flex / AIR. Of these three, only AIR has functions to get images / file objects from the clipboard.
I am working on Drupal to creat...
Hello;
I have a Flex application, I want to scroll the page to bottom when a button is pressed.
Scroll bars is added by browser, they do not belong to flex app or component.
I can do this by javascript but is there a way to do this with action script?
Thanks.
Enes
...
I am planning to create a Flash AS3 game that is like SimCity. Or something like the Facebook game Youtopia. http://apps.facebook.com/you-topia/
Any good AS3 game engines?? I do not plan to create multiplayer games, just single player ones, and the player can load and save the city. The player has to meet a certain objective within a ti...
Text is being replaced just fine in firefox. And it WAS working in chrome just last night. I come in this morning and its broken in chrome only.
Anyone else having similar trouble? Or know of a fix?
...
In working on larger Actionscript/Flash projects, I've started to really feel the need for some kind of "make" system, but I haven't found it yet. Does anyone know if it exists?
Required features:
Ability to associate SWCs with their source code and/or FLAs i.e. "this swc is compiled from this source"
Ability to mark my current projec...
So I have that panel or any other mxml component. I want somehow to rotate it around like a wheel of a car with which you drive it... loke a Racing wheel... sow like when mousebutton is down it captures pont of component... when you move mouse component rotates (not moves) according to new mouse position... How to rotate MXML component r...
Hi everyone,
I have coded a map that when a province object is clicked on, it should move to the center of the screen and grow a percentage of the width, along with displaying a number of different things.
The problem is that in order for the image to resize it needs to be clicked on twice. It moves, and all of the children display jus...