flash

Fms port problem

Hi, I have flash video player that is using fms server. when firewall is blocking port 1935(the default port) it takes about 30 second to the video to be played. i try to force port 80 by rtmp protocol and try to connect to rtmpt protocol and both failed. i checked the configuration file in fms and enabled port 80 and 1935 . The ii...

can't escape fullscreen mode by escape key in vista i.e 8

when i try to escape full screen mode in flash by escape key it doesn't close the fullscreen unless i press somewhere on the flash area. this happens only in vista i.e 8 (this combination only!!!). i would like yo know if you ever run into it . I have no idea what can cause it. any suggestions? thanks ...

Is there an easy explanation for coding in AS3 w/ Flash?

I understand the syntax of AS3 just fine, but all the types and the strange hierarchy and all the inheritance is a bit confusing, and I am having trouble just getting something to show up. I see all these commands like addChild(etc); but they aren't tell me how I use it to do anything. And what is the main flash window called? How can I ...

Resize flash video player to fill the page

Hello, I have a flash video player in a div inside a webpage, I'm trying to create a button that will resize this div to fill the whole page and hide everything else behind it. Has anyone tried to do it? Problems: 1. It causes the flash to reload and the video to restart 2. In some cases a flash banner from the webpage overlays my vide...

Learning Flash Programming for PHP Websites

Hello All Any pointers where i could start learning flash programming. Also i would be really grateful if you could point me to place where i could get free templates for the programming Thanks in advance ...

What are differences between Red5 and Flash Media Server

I'm building a simple flash app that records user voice. I'm new to flash. What should I consider when choosing between red5 and flash media server? Can they both be hosted on EC2? Thanks! ...

AS2 to AS3 time function.

hello All. I use to do this on AS2 code. this.pause3Seconds = function () { trace(_global.something(_root.somthing)); clearInterval(myInt); }; var myInt = setInterval(this, "pause3Seconds", 3000); Now trying to worked out this into a class.as file got all type of migration errors and warning. So here I'm. anyb...

Shoutcast Radio Player - actionscript based flash player, how to autoplay "false" it?

Hello Masters Of Web Development again. Today my question is flash based. I have no experience in actionscript but due some conditions, I need to work a little with it. I've found only one flash player, that plays my Shoutcast stream directly to my site. I've designed it the way I like, put my shoutcast url in it and everything I wanted....

need your advice regarding this desktop animation application

i want to create an application that when running would make appear a circle ( radius and color configurable ) move from centre-down of my laptop screen to centre-up ( speed of motion configurable ). this animation should run in a loop as long as the program is running and i want to know is it also possible that when this circle is runni...

call a javascript from a flash?

Possible Duplicate: How do you trigger javascript functions from flash? Possible Duplicate: How do you trigger javascript functions from flash? Can flash call a javascript? For example a Button in a flash will call a function ($("div.boxclose").addClass("boxopen").show("slow");) from jQuery library. Is that possible? T...

how can i play this in internet explorer?

can u please help me, how to play this in internet explorer? any suggestions to play this in other player <iframe name="go4entFrm" src="http://go4ent.com/frames/go4entFrm.php?urls=363633&amp;amp;isdwnld=true&amp;amp;siteName1=MUSICKING.IN" border="0" frameborder="0" height="366" scrolling="no" width="458"></iframe> please help me........

Displaying bidirectional multiline text from XML file in flash

I have been asked to add support to a xml based website. I have been looking into it and have realised that it is not going to be very straight forward. The text does have english phrases in when describing products being used. After doing some research I have found that CS3 does not 'support' rtl text. I also read that CS4 has added s...

Fancybox inline flash issue with Firefox

I have a number of fancyboxes on a page (one in each repeateritem) which show inline flash when a button in the appropriate repeater is pressed. In Internet Explorer the fancyboxes open correctly and show the inline flash. However in Firefox when opening they open the inline flash in a new tab?? Anyone experienced this issue? -- Lee ...

Rendering Flash in the server

Hi! I am trying to find a way to render a Flash object, more specifically a Open Flash Chart, in the server, and save a screenshot of it to a temp file to embed it in on a PDF report. I've found some solutions that use Javascript to generate a temp file in the browser, and then send it to the server (like here). However I need to gener...

Does flash.display.Loader determine the file by filename or header?

Does flash.display.Loader determine the file by filename or header? The reason why I ask is that I'm getting an IOError: "Unknown File Type" when loading an swf which has a strange filename (in the form of "filename.randomnumbersandletters.swf"). Thanks! ...

Does flash.security.allowDomain("*") allow for redirects?

Does flash.security.allowDomain("*") allow for redirects? The reason why I ask is that I'm trying to load a swf which is redirected from a url, but am getting an IOError when loading. The AS2 docs shed light into adding the url for the final domain, but I was wondering if there were any changes for AS3 or any security updates. Thanks!...

how would the 3-tier architecture be applied in a Rich Internet Application (Flash/Flex)?

how would the 3-tier architecture be applied in a Rich Internet Application? I thougt that flex was presentation, .net web services where busines and informix was data. But then when I started I feel that I must be wrong. thanks. ...

how to convert HierarchicalCollectionView to Array using flex3 ?

i used advance datagrid of dataProvider as HierarchicalData . it's an my array collection strature private var groupList:ArrayCollection = new ArrayCollection([                {Country:'India', children:[                                {Matches:'India Test series 1',isEnable:false},                                {Matches:'India Test se...

Calling an httpHandler from Flash with basic/Windows authentication

A project I'm working on uses a Flash component to upload files (the Flash allows for multiple file uploads at the same time and gives a nice upload progress bar). Once the upload is done, the httpContext (including the files) is being sent to: uploadhandler.axd. This works great, the uploadhandler is registered in my web.config like t...

Absolute Coordinates in AS3

What is the simplest way to determine absolute object coordinates in AS3? ...