flash

Flash link on static text

in flash how to give a link on static text with the mouse over=underline effect.... please reply.... ...

How to access embedded files in SWFKit

I'm using SWFKit to create a native windows app from flash project. I want to embed video in project via SWFKit and then use it in flash. Looks like I've found a way to embed external file but I can't find manual about how to access this embedded file via ActionScript in flash movie. So the question is how can I access file "bridge.f...

sIFR3 not displaying Euro symbol €

Hi, I need to display the '€' symbol on my web page using sIFR 3 but it just ignores the html and displays nothing. I have embedded '£' and '€' of which only '£' shows. Any help greatly appreciated! Many thanks, C ...

Flash lineStyle rounds thickness?

The sprite which contains all element in my game world uses the real-world meter as distance unit, it doesn't know what pixels are. I then apply a scale to this sprite to make it appear correct on screen. Currently I use 1 meter = 100 pixels, so scale = 100. If I try to draw a line inside this sprite it appears lineStyle(thinkness) roun...

How hard would it be to manipulate a 3d model in flash with the mouse?

Using a common flash 3d library such as Papervision3d or away3d & as3dmod or better create a Flash 3d object manipulator that: Loads a complex 3d object (for example a pottery item) Allows a user to rotate the object Allows a user to grab vertices with the mouse and stretch them like so: Drag on x-axis(symmetrical - changes affect a g...

Adding a link to a Button in Flash/Actionscript

How do I make a link on a button which is in a Flash movie clip? ...

How do I embed a Vimeo video in a Flash AS2 site?

How do I embed a Vimeo video in a Flash AS2 site? Thank you. ...

FLAR inverted marker

Does someone knows where can I find some information how to detect a "white" marker on a black page? ...

Javascript scrollbar based on browser window size

Hi there, I have a Flash file embedded into HTML - the objects inside are place based on the browser's screen size. Most of the time I don't want a scroll bar, as things are correctly placed, but once the browser window gets too small it'd be nice to have it. So, the main question: can I have a Javascript code listening for the browse...

Grab html content from another window?

Hi, Is there a way (using flash) to grab the raw html from another browser frame? I'd like the following sequence: Launch my window from www.mysite.com/test Launch window from another site www.yousite.com, which has content I want to grab. Let my window grab the raw html content from the other window. I doubt this is possible becaus...

Can't make wmode: 'transparent' work on sIFR 3

I've been trying to use sIFR to change some text in my webpage. It works fine until I try to get it to use a transparent canvas. The code I'm using is as follow. I have no idea to fix it. I've seen a lot of people make this questions about wmode: 'transparent' and it all seems to work but mine. Can someone give me a hand??? Without the ...

1009 error "swf works fine" AS3

MY MOVIE WORKS, BUT I'M NOT SURE WHAT I BROKE. 1009 error says it "Cannot access a property. I'm using "if" conditions to trigger gotoAndPlay. What would be the best way to code this? //Error #1009: Cannot access a property stop(); //meter var timer:Timer = new Timer(300);//1000 = 1 sec timer.addEventListener(TimerEvent.TIMER, onTi...

How to pass Object tag PARAM value into Flash?

Hey everyone, today I'm trying to get a link to an XML file passed from the Object Embed code into my Flash movie. (Not using SWFobject). I have 1 swf file that should be able to connect to 3 different XML files. Attempt 1 Below is the HTML code (I'm trying to get theXML path): <div class="left"> <h2>300 x 353 Green Accent Color</h2...

Flash maps do I need a array to connect

all the different pop ups. I only have the same one coming up when I'm testing it. ...

Countdown "gotoAndPlay" AS3

My timer counts down from 60 to zero. I want my movie to go to the next frame at zero count. How would I make a condition to go from frame 1-2? I need to find the right operator and values, but I get lost in the strings. WHAT I'M TRYING If (something is <> == true false); gotoAndPlay(2); stop(); // var timer:Timer = new Timer(100, 30...

How does Chrome knows when Flash crashed?

Hi all unfortunately many times the Flash plugin at Google's Chrome crashes. But fortunately, they just present a message box and a sad face. My question is, how do they do it? my first thought is that they use structured exception handling but then again, how they know its Flash that crashed? thanks for any ideas! Lior ...

Flash AS3: Problems linking a class to a symbol, classpath not found

Im having problems with classpaths. I have used them before with "import" but I'm not able to link a class directly to symbol in the library. I have a class c:/myfolder/src/myclass.as . In prefernces > AS3 settings, I have c:/myfolder/ as default classpath. I click linkage on the symbol and enter src.myclass . When I click the chec...

Flash movie being scaled without me asking

I've been developing a web based pure ActionScript-3 (no MXML involved) videogame using FlashDevelop, and have had no real surprises so far. I've recently tried moving my project over to the trial (but fully functional) of Intellij-Idea and have found that while the .swf produced by Intellij still functions, it has somehow been scaled ...

Actionscript 3- How to create User Accounts, sign-ins, and admin accounts!(possibly with an API)

Hey, How would you, in actionscript 3 make a way to create, log-in, sign-out, etc. of user accounts? I'm mostly looking for an API i can use and if there is, how would I use it? Alternatively, if there is no way to do it in AS3 as that is a longshot, how could I do it in html using dreamweaver? FYI: this is for a website. thanks for y...

implementing audio recording tool with flash and red5 server in asp.net

Hi team how to implement flash and red 5 server in asp.net to record an audio and save audio to red5 server after finishing recording we need embed code should be generated ...