I have a WPF app that uses Flash10c.ocx developed on a 32 bit machine. I didn't have to register the ocx on my dev machine, I just installed the latest flash, added a reference and started coding. When testing on a 64 bit system I get ye old "Class not registered" which I think mean I need to regsvr the ocx. Is it Ok to just copy the ...
I am dispatching events from a child to a parent swf. It was working properly, until I used a preloader swf to load the parent, then the parent stopped getting events from the child. I get this error now:
TypeError: Error #1034: Type Coercion failed: cannot convert com.company.events::MyCustomEvent@22494251 to com.company.events.MyCusto...
Hi,
is there a way to create a class inside the main .fla file of a flash application?
If I try to define a class directly in the action layer of the .fla, I get the error: "classes must not be nested".
Alternatively, if I try to define a package and the class inside, I get "packages must not be nested".
I know I can reference an ex...
Has anyone had any experience using Adobe Air to create BitTorrent application?
Is there presently any reference on this?
Please provide as much information as possible.
...
1.i dont have iphone, so may i know does iphone come with pre-installed flash lite 2.0 or above? if answer is Not, if a web page that embed flash lite app. can it prompt user of iphone to install flash lite easily ?
2. where can i get list of phones that support flash lite 2.0 and above?
...
Are there any products out there that convert Flash SWFs to Xaml (I'm interested in WPF but Silverlight could work too)?
...
What's a good free utility to view the content of a Flash SWF file? I'd really like to be able to import and export any resources (i.e. image data) within the file too if that's possible.
...
i'm planning to use a .swf file as a header. this won't work.
<img src="exactheader.swf" width="650" height="140" />
can you tell me how?
...
I'm trying to call a Flash (AS3) function from Javascript. When the code runs, I get the error "Error: uncaught exception: Error calling method on NPObject!" From my day's worth of googling around, this seems to be be a security matter, and I've done everything I can find, but the error still comes up.
Some details:
* This happens wit...
I have an AS3 flash player 9 swf with a stage size of 500x100, on the stage I have some objects which extend over the stage border, for instance a 50 pixel diameter circle at 490,90.
What is currently happening when I embed the swf in HTML is that the circle is getting cropped, I would like it to still be totally visible even though it...
So I am trying to make these "Buttons" in my image gallery have some sort of rollover effect (text change color) , also instead of saying "Linus0", "Linus1", "Linus2", I would like to assign each one its own label. Am I able to do this with an array? Also - what am I doing wrong thats making it think there are six images total? There ar...
This pretty simple drawing command creates a traced red rectangle 11x11 pixels:
_sp.graphics.lineStyle( 1, 0xFF0000, 1, true, LineScaleMode.NORMAL, CapsStyle.NONE, JointStyle.MITER, 3 );
_sp.graphics.drawRect( 10, 10, 10, 10 );
What is the secret to making it 10x10 pixels?
If I fill a rectangle with the same drawRect parameters it tu...
Hi
I am loading my menu items from an XML file for dynamism, but I am not sure what to do about the following, should I populate an array with the items and then use the array for reference in creating the movieclips later, or should I rather immediately create the movieclips and populate them with the data received from the XML file wi...
I'm working on making a SWF application accessible for visually impaired people who use JAWS or Windows Eyes. I installed both JAWS and Windows Eyes demo versions.
When running my swf (locally) in a browser on a html page, Capabilities.hasAccessibility turns out true, but Accessibility.active turns out false, every time - even when che...
Hi i have TextField in as3 in that i assigning the html value like
var TFhtmlText:String = <span class='Header'>The value need to be 25 percentage \n and percentage be 50 percent.</span>
txtField.htmlText = TFhtmlText;
from the above i need line break after 25 percentage for that i used <br/> but i got unwanted spaces between line ...
Are there solutions to get de flash player ( doesn't matter what version ( higher = better :) )) running on windows CE in standalone mode ( so not activeX plugin for IE )
or flash lite perhaps ??
...
Anyone have experience with flash decompilers? I'm looking into buying one but I want to get the most out of my purchase. Any suggestions?
...
Why does the following button not line up 100px from the left edge?
<mx:Button left="100"></mx:Button>
I am using the Flex 4(Gumbo) SDK, I am pretty sure that if you try to do it in FlashBuilder, it would work.
...
Hello,
I am currently trying to create a function which will allow me to pass in a movieclip and print it.
Here is the simplified version of the function:
function printMovieClip(clip:MovieClip) {
var printJob:PrintJob = new PrintJob();
var numPages:int = 0;
var printY:int = 0;
var printHeight:Number;
if ( printJob.start() ) {
/* R...
I feel stupid asking this question, but I've been wrestling with it for hours and I don't know where else to turn.
I have a flash form that is making a POST request to a php script, and then displays the output of the said script. For the sake of simplicity, let's say this is the php script:
echo 'Mail sent to: ' . $_POST['recipientEm...