flash

SWF file unable to access resource folder from within ASP. net

Hi, My team is working on an ASP .Net project that also uses an SWF file on certain pages. This SWF file accesses COLLADA models located in a resources folder in the project directory. The SWF file works just fine when launched from the Flex builder IDE. When I try to launch the enclosing aspx page from Visual Studio, the SWF file is loa...

How do you know when flash movie has finished playing in a flex container?

I have loaded an swf into a flex application. It's been made a source of an control. I set the source of the image during the application's execution, upon setting the source, the movie plays, but I would like to know when it completes playing. Thanks. ...

How to improve datagrid perfomace when using itemrenderer withing datagrid ?

For poor performance reasons, the DataGrid will cache checkboxes and reuse them for different rows. If you have 50 rows, it won't create 50 checkboxes. It will create as many checkboxes at are visible, plus a few more for padding, and then reuse them as you scroll. This is why you need to explicitly manage their state. How can improve i...

cahcing flash recorded audio in a bytearray on client

Hello all, I am building a small flash application to record audio from the client's computer. I wish to be able to use the microphone, store the recorded information in a byte array and then send it onwards. I saw the following piece of code that works fine with the camera: var _loc_1:BitmapData; var _loc_2:ByteArray;...

How to play flash in WPF

Hi Guys Is it possible to play flash in WPF?I need to create user control wich play file .swf ...

Flash ComboBox component selects the wrong value in Web Browser (works fine in IDE)

I added a standard Flash ComboBox component to my CS3 (AS2) project. It is part of one of my library symbols, not created on the stage. I did not make any changes to the skinning, source code, etc. of the ComboBox. When the user clicks on the ComboBox, the list drops down, the user uses the mouse to select an item, and that item is pas...

get url from URLLoader?

Is there a easy / good way of getting the url from the URLLoader object? It seems at least two other people (this guy and this this guy) have wondered the same thing. Maybe we can get an answer here on s.o.? ...

How can I update the text in a loaded SWF file with javascript/AS3?

I need to build a live preview in Flash which will show a user a customised version of a product - for example with their own text on the site. I don't use Flash normally but understand a little bit of Actionscript 3. I am using jQuery to embed and communicate with my SWF. I have a SWF movie to which I am passing an initial value via ...

Problem with starting a Sound at a specified position (AS2)

I have an issue with an Actionscript 2 piece of code. I'm trying to load a song and start playing it at the 50th second until the end. var song:Sound = new Sound(); song.setVolume(100); song.loadSound(songToPlay,true); // songToPlay is a valid path song.start(50); This loads and play the Sound, but at the begining and not at 50 second...

What tools are available to edit/create AVM2 bytecode?

I'd like to generate some bytecode for the Flash 10 AVM2 directly, i.e. without AS3. An assembler that produced a SWF file would be ideal. Does this exist? If not, what's the easiest way to get from assembler abc SWF? ...

ASP.NET : Load flash movie from codebehind

I have an ASP.NET web page where i need to show a flash movie. the flash movie file name i will get dynamically in my code behind code.Now i want to load this file name to the flash object from code behind. Whats the ways to do this ? Is there any other method i can render a flash movie in a web page other than the OBJECT tag ? Is there...

Want to play flash movie on C# window

i work on C# window ....I want to play flash movie on my window when it's load....I need to know how to run flash on window application.....If i can not why ? ...

Cannot click on SWF when small size in Mac OSX

I have this website here http://www.innovie.com/morgan If I use PC, I can drag and change volume on top left just fine. But if I use Mac OSX, either Safari or Firefox, I cannot drag the volume in the Flash, although I can see the mouse turn into pointer. Can someone help on why? Where is the SWF: h**p://www.innovie.com/morgan/sound.swf ...

extending Flash CS4: How can I display info about my current selection in my Custom Panel?

I'm building a Flash CS4 custom panel extension, and while I can call jsfl from actionscript fine, I can't figure out how to get info from the jsfl queries back to my custom panel. MMExecute() seems like a one way street. Specifically, I want to display a selection's X and Y position in the custom panel. How do I call fl.getDocumentDOM(...

Can I post embed object like flashvideo/youtube in a html email letter?

I tried to include the code below in a newsletter using a service called Campaign monitor but when I try to send the campaign nothing happens. <object width="416" height="258"><param name="movie" value="http://svt.se/embededflash/1575475/play.swf"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"></param><param name="allowfu...

Flash document viewer

Is there a flash based document viewer? I am looking for something similar to iPaper that Scribd.com uses. ...

Dynamically Load Fonts in Flex/AS3

While there are ways to load fonts as swf files, what I am more looking at is a way to load the font file itself, say the user uploads a font file , how can i use that font file in the application itself? Thanks, Faisal Abid ...

render complex org chart similar javascript/flash/java graphic library

i am looking for javascript/flash/java graphic lib. that able to render nicely a very complex relationship where one node is relate to another node etc. for example a--> b---> c b--> d,e,f any recommandation library? ...

ASP.NET: Rendering flash with jquery load not working

I have an ASP.NET page where i have a div.I have another ASP.NET page where i have embeded a flash file (.swf) .When i executes the second page.It will come correctly.Now i want to load the out put of the second page to be rendered on the first page.I checked the load method in jQuery. But its not working when in am rendering a flash mov...

how do i get accented characters to display in Fusion Charts graphs?

im using fusion charts to map data. the labels for the data are country names which we localise into languages that have accents, for ex österreich being german for austria. the data and labels are set in an xml file. for some graphs the accents show by using the decimal equivalent, so &#246; shows an ö. on other graphs the decimal, ent...