flash

Validate Flash in .Net web application

Hi, I am working on a website and I have embed a couple of Flash component, the problem is that when I tried to validate the page (http://validator.w3.org/check) i get numerous error related to Flash like there is no attribute "src" there is no attribute "quality" Any way to validate those? Thanks ...

How can I handle text in AS3 simply?

I feel like every time I need to use TextField or anything else related in AS3, it becomes a giant mess of code just for a few lines. I have tried using css as well for text but have encountered some issues where it isn't rendered the same on different servers/clients. Are there any text handling libraries that I don't know of or some ...

Simple Flash Data type questions...

Hi guys.. I am trying to declare a variable for a button component in AS3. I have one button named btn1 and tried to write: import flash.controls.Button; var btn:Button = mc.test.btn1; I got an error: Definition flash.controls.Button can't not be found.... Anyone has an idea??? Thanks for the help.. ...

Playing a large/long h264 file with NetStream takes a LONG time to begin playback

I'm trying to play a 10 minute long video (h264/mp4) which is 39MB in size, after I call stream.play(fileURL) it doesn't start playback until its loaded around 12-16MB of the file (many many seconds later), I finally get onMetaData at this point too. Why doesn't it begin playback right away, or at least w/in a couple seconds? What can ...

Flash Navigation in an HTML page....storing states?

I have a navigation of my site built in Flash, and now need to remember the state based on which page the user is on. I familiar with flash animation but not great at this sort of actionscripting. I am using the Greensock plugin for my animations. Can anyone point me in the right direction to do this? ...

Is it possible to apply different Camera Settings to different NetStreams while publish one camera source with flash media server?

I'm told that it's impossible to adjust FPS,video size and quality per the bitrate while playing a live stream, so is it possible to publish one camera source with different settings to different NetStreams in FMS? ...

Adding components to Flex 4 app makes screen go blank?

I've been adding some components to a Flex 4 app (it was originally Flex 3 but has been ported). Some of these components make the app go blank when it loads. I'm not even able to see the loading progress bar. Just white. For example, adding <s:controlBarContent> <s:Button label="Admin" /> </s:controlBarContent> To the root ...

can i name a movieclip instance present on the stage using AS 2.0 code

i have many instances of a movieclip on stage. and i need to name those instances on runtime...so i was wondering if there was a "find" movieclip method or something similiar ...

Flash Projectors and file embedding

Is it possible to embed a number of .doc, .xls and pdfs into a Flash projector? ...

Colorbox shows under flash

I am using jQuery's colorbox to open up an iframe on a page. On the page there are two flash SWFs. When I click the button that opens the colorbox, those flash SWFs appear over the top of my colorbox div. I've checked the CSS properties of the colorbox, and the overlay has position:absolute and z-index:999. I have given the SWFs a z-inde...

How to detect flash installed in windows/Mac using c#?

Hi, I want to detect whether flash installed in windows/Mac using c#. Any help anyone could deliver would highly be appreciated.. Thanks Ratheesh  ...

Add image to MovieClip AS3

I have created i class width I inherit from with u number of subclasses. Now i what to add different images to the subclasses. Since I'm new to Flash and AS3 i have some problems to complete this. Blend.as package com.jarsater.sthlmroast { import flash.display.MovieClip; public class Blend extends MovieClip { pri...

as3 - how to add multi custom class into one asset ?

Hi everyone! I'm a new mem of as3. Today i make a work but i was stacked. pls help me: My example: • I have a Symbol in Library with linkage name: box_mc import flash.display.MovieClip; import flash.events.Event; import Src.smoothAnimate; var box_is:MovieClip = new box_mc(); box_is.name = 'box_na'; addChild(box_is); var box_is:smooth...

Image Preview from a SWF

Hi I have a AS3 project, which shows a map (based on OSM) and prints some information on the map. Now I would like to have a thumbnail for this map. I've tried http://www.bitpixels.com/ to generate a screenshot of the whole page, the problem is when bitpixels takes the screenshot, the map isn't fully loaded. Is there a way to say some...

Flash Project Compiling without Flash IDE

Hi there Is it possible to compile a Flash project without the use, or presence, of the Flash IDE? Thanks, Jacques ...

AS3 Zooming center of a dragable container with in a Mask

HI, I have container movieclip and one mask layer with the height and width of the current screen. The continer is always bigger than the mask clip. so i need to zoom the container at the center of the mask clip. something link in MicroSoft XL zoom controller at the bottom right. Does any once have the equation or any other demo links? ...

USB device detection using actionscript 3 from flash

Hi Friends, Is it possible to detect usb device using actionscript 3 from flash cs4? Pls. let me know. Thanks & Regards, Sagar ...

Tip: How-to repackage youtube video for iPhone

Hi, I was wondering why youtube video saved locally were not accepted by iTunes even if most of them are effectively using h264 video codec and AAC sound codec. iPhone and iPad are able to read them natively in YouTube.app and MobileSafari as well. This is a matter of container. There are many way, out here, to re-encode such video but ...

Import .FLA into Flash Builder 4

Is there a way to import FLA files into Flash Builder 4 such as conversion to SWC? ...

Flash CS4 5005 unknown error optimizing byte code

Hi everybody! I'm trying to compile my flash project from Flash CS4. But it raises me this error "5005 unknown error optimizing byte code" Does anybody know the exact solution for this problem? Thank you. ...