swf

How come a swf can not reference mxml components on an event?

this piece of code is being placed inside a swf which is then being placed inside a mxml swfloader. The ProductDesigner is the name of the application and the selectRed is a HSlider mxml component. The error that I receive is that "Access of undefined property ProductDesigner" in the Flash CS5 when testing the swf. Yes I am able to pick ...

Server side solution to convert PDF to SWF?

I've found some tools that can convert PDF to SWF, but I'm hoping to find something or even a library to be able to be able to incorporate this on the server to be able to store the SWF in a database. ...

Cannot load swf from another domain

Hi all! I'm successfully loading swf from another domain, but when i addChild loaded content, it doesn't appear on the stage. My firebug shows that swf loaded with status (304 Not Modified), means no problem. Why i cannot see loaded swf content on the stage? Thank you ...

Why the image blurs when it is in motion tween?

I had atleast 20 images.i tried to move it scroll from right to left in Flash MX 2004. When i pr viewed in timeline window it shows actual image moving. But when i exported it into swf it shows as a Blurred image moving. The movie is at http://www.ahilam.com/tes.swf How to solve this. Plz help. Any help will be greatly appreciated. ...

Rotate .swf file in WebVIew in Mac OS X

Hi I am developing a Cocoa application to embed a .swf file in a WebView and rotate the content of the Webview. The .swf file is an interactive flash file. Everything works fine, but when I rotate the content of the WebView, the drawing of the flash and playback get rotated, but not the interactive points of the .swf file. They stay in ...

Looking for a automated web pdf viewer in java

whenever user uploads the new document automatically it have to converted into SWF then only we can show the file in flexpaper but they(flexpaper)asking us to do a conversion from pdf to swf give me an idea to automate this in my jboss using java ...

Using Amazon S3 to Host Flash Videos... Why does the FlashVar show no file extension?

I'm using FlowPlayer to replace an existing FLV player on my site that plays videos from Amazon E3. I have many pages and each should show a different video. For each page, I have a value stored in my CMS that is the "streamName". The stream name corresponds to a flashvars paramenter in the object/embed tags that show the video player...

swf in winforms cannot escape from fullscreen

Using the sample in this link, I tried replacing the SWF file with one that has a Fullscreen button. It also has a listener that shows an alert box if ESC is pressed and restores to original size. Clicking on the Fullscreen button shows the SWF in fullscreen, but pressing ESC does not restore the SWF to the original size. The form has...

JQuery $(document).onClick doesn't work when clicking an <embed> flash on IE (but it does in FF)

Hi guys This is the scenario: I'm developing a dropdown widget in Jquery. I have to say it was simple. The main problem was to catch when the user clicks outside my widget to make it hide its list. I found this code here: onClickOutside : function(event, e){ var thisObject = this; var clickedOutside = true; // check if the ob...

FlashVars or ExternalInterface

I've been using ExternalInterface up until now in the rare cases I needed to communicate with HTML. Is FlashVars considered a better/worse or newer/older practice? or when do you use one or the other? What's the logic that I should follow to help me decide which one to use? ...

SWF as backgroundImage in Flex 4

I'm porting an app from Flex SDK 3 to 4, and .swf -images are turning out to be my major obstacle. The old app uses Canvas and .swf -files as backgroundImage. Canvas no longer supports backgroundImage, so I'm trying to use BorderContainer instead. However, when I pass the .swf as backgroundImage to the BorderContainer, it renders white...

How to display Image in flash for no copy image?

How to display Image in flash for no copy image? The image should be in flash variable and encrypt real image file name? Have the project open source release? ...

Create image based off a SWF (flash) element on the page? PHP/Jquery/Javascript/HTML/FLASH

Is there anyway to take take a "screenshot", "save" or "capture" the active SWF element on a page as an image? I'd like for users to be able to simply click a button on my page, instead of having to need to manually take a screenshot of the entire page and then crop the image to show only the SWF element. I found a Jquery method, althou...

[Actionscript3] How to specify width and height when loading external swf file??

Hi guys I am trying to load an external swf file. The swf width and height is small and I want to enlarge it when loading it. (My scene has large width and height). My current code could load the file but I am not sure how to enlarge the swf width and height. I would appreciate if anyone can help me about it...Thanks var request:URLR...

Can a flash application read data directly from USB port?

Can a flash application (SWF) access the serial data on a USB port? ...

How do I get the position of a swf generated from an fla file that had a larger stage?

I have assets in external swfs which I load. I would like to know the exact size of the stage and the position of the asset in the fla that created it. If I try to ask the resulting MovieClip for it's size, it turns out it gives me the size when it is trimmed down to the tightest box around the non-transparent pixels. Looking at the c...

Embed many graphics using an array

In AS3 you can embed a graphic into a Class variable: [Embed(source="MenuAssets.swf", symbol="topSquare")] public var TopMenuItem:Class; I have hundreds of assets in this one website project I'm doing, so I want to embed assets into an array for quick access. Can I do something like this? Its not compiling so I'm wonderi...

embed and resize a swf video.

I am trying to figure out the best way to embed and resize swf videos. Here is the url to one of the videos I am looking to embed. http://help.servdot.com/cpanel-whm/cpanel/x3/m/Logging-into-cPanel.php The example embed code is <iframe src="http://help.servdot.com/cpanel-whm/cpanel/x3/m/Logging-into-cPanel.swf" width="780" height="624...

flash as3 external swf help/error

I am having an issue loading an external swf into my as3 project. I have created both swfs and both were creating using as3. In the one file I am trying to load the other swf, just for testing purposes. It works fine but for some reason I am getting this error: TypeError: Error #1009: Cannot access a property or method of a null object ...

The class or interface com.adobe.images.JPGEncoder could not be loaded

Hi there, I am a total Flash newbie. I just installed Flash CS5 and wrote the following code: import flash.display.BitmapData import flash.geom.Matrix import com.adobe.images.JPGEncoder; import flash.net.FileReference; import flash.utils.ByteArray; //get the default camera //change your Default camera using the Flash Player Settings....