flash

Problem with looping a video in Flash

I am trying to loop a video and i am having some issues with this in flash. You can view the video here: http://www.healthcarepros.net/travel.html Here the specific code for the flash video: <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent...

What flash slider used in GameSpot?

Hi, Is there any flash or jQuery headlines slider with images similar to the one used in Gamespot ? Thanks ...

Drag/Drop movieclip event in JSFL? (Flash IDE)

Lately im trying to do some experimental things with JSFL, and i was wondering if it is possible to listener for an event when a component (that i have made) or movieclip is dragged from library on the stage. i want to create something that i'll get a component and drop it on a mc. when the component is dropped on the mc the component w...

How can I automate build of multiple swfs from Flash Builder 4?

I'm working on a project that has a Main.fla and a Preload.fla. I am doing all the coding in Flash Builder 4. Each time I want to test I have to go to Flash CS5, publish Main.swf and then run Preload.swf. Is there a way to automate this process so I can just press the "Run Main" button inside Flash Builder 4 and all that is done automati...

How do I add a flash mp3 player to my webpage using dreamweaver

I want embed a little flash mp3 player in a webpage page using Dreamweaver cs3. This is the little player with the stop and pause buttons. How do I do this? Thanks Ken ...

How would you update 100+ variables if something is changed in a different class?

I have a class Grid which produces a graph paper like grid on in the drawing area. I then have 5 other classes for different shapes to draw with; Line, Polygon, Ellipse, Curve, Arc Now, these 5 classes use an instance of Grid because Grid has a resolution and a scale. Inside Grid I have: public function set resolution(x:Number):void { ...

Displaying Flex Object References

I have a bit of a memory leak issue in my Flex application, and the short version of my question is: is there any way (in AcitonScript 3) to find all live references to a given object? What I have is a number of views with presentation models behind each of them (using Swiz). The views of interest are children of a TabNavigator, so when...

convert color image into single Color as3

How to convert color image into single Color as3? ...

html <input type="file"... check filesize with flash

may i know how to use javascript onChange on <input type="file"... so that when user selected files, onchange will call flash to return files size and decide what to do next 2nd. how to use javascript to exclude this check,if browser doesnt have flash feature ...

Adobe air air.navigateToURL bug with internet explorer

Hello I have a really bizarre problem with my adobe air app. I have a method which launches a local HTML file and passes some querystring items to it. Here is the code: function printWin(def) { def = encodeURI(def); var req = new window.runtime.flash.net.URLRequest('print.html'); req.method = 'GET'; var urlvar...

Timeline based animations on the iPhone/iPad

Hi guys and gals How would you go about creating a timeline animation for an iPhone or iPad application? I'm looking for something like a timeline animation in Flash. I don't need a technical explanation on how to program it, though. So here are some general questions: - I read something about UIView for PNG sequences, but aren't these...

Flash german characters problem ä,ö

Hi all! I can't get flash to show ä,ö and ü in TextField. System.useCodePage = true; does not help. Any help will be appreciated. ...

Rolling (slot machine style) nav bar in Flash or SwishMax

Just wondering if anyone has an ideas on how this rolling (slot machine style) navigation bar was created. Maybe there's a Flash / SwishMax tutorial online somewhere? This effect is very hard to replicate because it animates very quickly onscreen, so any assistance to get me started would be great Here's a sample of what I am trying to ...

Flash Player not displaying some characters

Okay, so I'm setting up a Flash website and everything is working perfectly except for one thing. The portfolio loads the Titles and Descriptions from an XML file in the following way: <thumbnail filename="/mo*******s/01.JPG" label="Vjagg" url="http://www.**********.com/****/… description="Vjagg" /> (I used the * to hide the origin...

Can flex have a transparent bg over the browser like Flash and can it work with a jquery overlay?

so right now im using shadowbox jquery overlay, but was wondering if I could have a transparent background and use the overlay in tandem. Is there a way to export it like in flash? ...

Flex 3 ComboBox skin, limiting text width

I've created a ComboBox skin by extending mx.skins.ProgrammaticSkin. It's working fine, except I can't figure out how to limit the width of the text. Is there a way to control this within the skin? See the attached image for an example of the text going too far. I would like it to stop before the separator line to the left of the down ...

Flash app constructor not being called when you click link from embedded swf on yahoo

I have a flash polling application that is working properly most of the time. This swf uses flashvars to get the xml file that populates the chart. You can embed this flash chart in other places and if you click on the logo, it will take you back to the chart homepage. When you access the chart url directly, it works fine. The embedded...

How to loop a video in Flash

So i had a video that was in quicktime format, threw it into flash, encoded it without a problem and here is the result i got: http://www.healthcarepros.net/travel.html I would like the video to "loop" or "autorewind" as soon as it ends but i am having the hardest time trying to figure how to do this. Here is my code, any help would be ...

Is there a way to add an MP3 player to my website so that iPhone & iPad users can use it.

I have a website www.askvioletnow.com. I added a flash mp3 player that plays a sound clip when you go to the page. I know Flash doesn't work on the iPhone OS, but is there a way to get this type of mp3 player to work on an iPhone? I'm thinking maybe a javascript mp3 player. What I would ultimately want is to replace my flash mp3 pla...

Do playing MovieClips cause a performance hit if visible property is false?

If I have a MovieClip with its "visible" property set to "false", would it aid performance to "stop()" its timeline? Or will that have no effect, since its not being rendered, anyway? ...