flash

Custom AS3 Class 01(Main) development by Dinesh?

package facers{ import flash.display.; import flash.events.; import flash.net.; import flash.xml.; import flash.filters.BitmapFilter; import flash.filters.BitmapFilterQuality; import flash.filters.BlurFilter; import facers.xmlUtil.XMLDispatcher; import facers.imageloader.imageLoad; import facers.re...

Showing image in place of flash to iphones and ipads

Edited // I want to detect flash support (not user string agent) on load and if the visitor is viewing on a device that does not support flash (changed from iPhone or iPad) I want to display this code: <?php get_header(); ?> <div class="flash"> <img src="/wp-content/themes/iq-iphone/main-page-image.png"/> </div> If it's a regular vi...

viewstack causing error 1065 variable not defined issue?

I've got an flex application where I have a left side TREE control and a viewstack on the right and when someone selects the tree it loads the named viewstack based on the hidden node value of the XML of the tree. But it's throwing a error 1065 variable not defined on a viewstack which worked on the last browser refresh/reload. It's not ...

Animate and form rows, arrays, AS3

Question How can I animate and form rows together? Explanation One 'for loop' is for animation, the other 'for loop' is for making rows. I want to understand how to use arrays and create a row of sprite animations. I understand how to loop through an Array and create a Sprite for each index of the Array, but I'm having trouble putting m...

Using flash to protect images from being stolen

Is flash the best bet to keep images from being stolen? Is there any way to steal images from websites that use flash to display images. I heard that we can use firebug to download flash images. Is this correct? ...

Flash Slide Presentation full screen

I am building my very first Flash Slide Presentation. However, I would like to enable full screen when the presentation starts. I placed: fscommand("fullscreen", "true"); In the first layer, first frame, of the first slide. And I use a .html file to launch to embed the .swf file. However, when I open the .html, a popup appears sayin...

Custom flash mp3 player stopping in the middle of playing audio on windows nt ie6 system

We have used a custom MP3 flash player for a lot of years on our website without any issues, but recently, a client of ours is reporting that the audio is playing for several seconds and then stopping. When they refresh the page or click play in the player again the audio plays fine. We are puzzled as to what could be causing this issu...

Related to textArea component in flash

I am facing a problem while using textAreacomponent in Flash cs4.I set the text of this component at run time with coding i.e dynamic text and after that i am rotating this component with -2.After rotation it dosen't show the text why is it so?ny 1 ...

check keyboard state without using KeyboardEvent in AS3

Is it possible to check for pressed keys without using the KeyboardEvent? I have an ENTER_FRAME event setup called enterFrameHandler and I want to check within the function enterFrameHandler if any keys are pressed. normally when using a KeyboardEvent I could check for keys easily using a switch that checks the KeyCode of the event, bu...

Flash vs. Ajax Abilities

Hey everyone. I want to develop an application that does a bunch of cool stuff. The first thing that I need in it is to get information about the page a person is browsing. With that said, I need for example to know how long a user stayed in a page and where was the scrollbar. While getting that data, It's all saved to a database. The...

Fastest Strategy for Drawing Flash Particles

I am wondering what the fastest approach might be for using Flash/AS3 to render a 2D point plot (sonar lofargram) ; basically screens full of tiny 2D dots using Flash as fast as possible. Any suggestions on where to start? Is Flash capable of displaying 10's of thousands of 2D points (or more) with an acceptable fps? ...

Is it legal to extend the Class class?

I've been writing a system that at runtime generates some templates, and then generates some objects based on those templates. I had the idea that the templates could be extensions of the Class class, but that resulted in some magnificent errors: VerifyError: Error #1107: The ABC data is corrupt, attempt to read out of bounds. What I'...

How can I get sIFR to render the .sIFR-alternate correctly with FlashBlock enabled?

So I've looked this up in a few different places, and the only answer I've seen is "style the span.sIFR-alternate element". Problem is, if I apply any styles to that element that will actually have it appear & be placed correctly, it shows up alongside the sIFR text when FlashBlock isn't present (e.g. in Safari/IE) or is disabled. Here'...

Lazy-loading flash objects

I'm using the jQuery lazy-loading plugin to defer loading of below-the-fold images on a large web page. This works great. Now, I would like to apply the same technique to a large Flash object which is also below-the-fold. I don't think the lazy-load plugin handles things that aren't images (at least it doesn't look that way so far.) I ma...

what do you think about some flash Newsletter Form ?

this component is : simply use and you set your e mail address. Later add on your web-site (either flash or html) When a visitor adds name and mail the PHP form sends the info to your mail. That's all :) ...

What it takes to recreate fits.me in Flash? (Flash experts...)

Hi, I'm just curious what's the real innovation in fits.me? Calculation? Stretching the image? Just looking for some Flash expert comments... Update: Missed out the URL(http://fits.me/) Cheers, Mickey ...

How to parse HZK16 in ActionScript

Hi guys, do you know is there a open-source hkz16 ActionScript parser? ...

Flash AS3 - XMLList - Counting occurances of element in XMLList and showing result.

I have an XMLList 'Keywords', which consists of about 30 elements. I want to count the number of unique keywords in the List, and how often they occur. Then display the top 3 most occuring keywords. There's probably a simple sorting/count function to carry this out, however, i'm quite new to as3 so please forgive my naivety. Cheers. ...

HTML + CSS dynamic render in flash?

I have HTML + CSS text. I need some lib with simple function like "Render String Var conteining HTML" So no external files (like in flash lib called HTMLwraper you just have to play your SWF on top of HTML). dinamic! I give it string it renders It into some conteiner (not as a bitmab but as if it was real HTML dynamically rendered in fl...

How to create Particles structure from text in AS3?

I want to take any Text sting and form from it text formed by particles in actionscript 3 (In flash \ flex) I see I need some lib for this. but all libs Ive seen do not have such functionalyty by default... So I want to get something like this So Is there any sych lib? or way of doing it with some lib? It should be Free and Opens...