flash

How to make a flash file a link (clickable to go to a URL)

I am new to Flash. I am using Adobe Flash CS3 to create simple animations (images moving between keyframes). It produces a SWF file that I put on a website. I want the SWF file to be a link to a URL. How do you do that? Thank you in advanced! ...

Change mxmlc from swf to html on ubuntu

When I use mxmlc to compile my mxml file, I get swf file. Now, I want to change the config to make mxmlc compiler generate html file instead, as we can do in Eclipse or Flex Builder. Any solution? Thanks! ...

flash webcam streaming technology

may i know is there requirement to have flash server/red5 server inorder to flash webcam streaming facility? any open source project would mentioning? ...

How to know if debug version of flash is installed?

How to know if debug version of flash is installed? Thank you. ...

Flash 8 Actionscript - Stage.height

I am building a complete site using OOP AS2. I want to be able to change the size of the flash window (the stage) according to the "page" that the script is currently showing. In other words, different pages will have different hieghts and I will need the browser scrollbar to act accordingly. Must javascript be used? ...

Facebook app iframe + JS Facebook.init + IE7 + Flash9 sandbox error

During facebook iframe application integration I ask for publish permissions - I have HTML which loads JS Connect library and asks for permission dialog.. FB_RequireFeatures(["XFBML"], function(){ FB.Facebook.init("_MY_API_KEY", "MY_PATH/xd_receiver.htm"); FB.Connect.showPermissionDialog('publish_stream'); However in I...

How to Import a Picture in Flash from Photoshop Without the change in quality

I try to import a PNG image from photoshop to flash. But in flash i only get image of lower quality. The image is so blur. Its frustrating for me. Kindly Give me Solution for this ...

Converting escaped html back into HTML string in flash

Using swfobject I'm passing a xml string containg html which i escape using php htmlentites. How would one go about converting it back to a valid xml string in flash as2? flashvars.xmlString = "<?xml version='1.0' encoding='UTF-8'?><names><name> Thanks ...

Alerts, Dropdown Calendar of DateField, Cursors resulting in null value references once embedded...

I have a Flex application embedded in a Flash application, which was working fine and currently works fine if not embedded. As of last Friday, when embedded the Alerts do not show (no error, just nothing), DateField Calendar dropdowns do not show (null value reference of DateField), and dynamically showing the busy cursor errors (null v...

Manipulating a URL created by Flash w/ php or js

Hi I'm looking for a little help trying to manipulate a url created by flash, I'm using SSP and would like to generate some meta and title information in my php / html based on the value after the #id= (hash) in the following url; http://dev.website.com/gallery#id=Guests&num=19 Any ideas? ...

Flash Image gallery

Hi All I've to create a flash image gallery as same as like at the given link: http://movies.yahoo.com/summer-movies/shorts/1810030254 Can someone suggest me any tutorial for or link for solving the given purpose. Thanks in advance ...

div over flash scroll problem in IE 8

hi im checking my site on IE8 all the things are working fine but the scroll is not working scroll is working in all the browsers (ie6,ie7,firefox) and the division is over the flash ...

Flash CS4: Rotate object clockwise or counterclockwise

Is there way to control the movieclip rotation direction - clockwise or counterclockwise? I mean no actionscript, just timeline and mouse. I have two almost identical movieclips on two layers, and need both of them to rotate in one direction, but one rotates clockwise and the other counterclockwise. I tried clicking and rotating objects ...

differences between flash projector and flash swf

When publishing a flash project, is a flash projector simply the swf file and plugin wrapped into an executable (.exe for win, .app for mac)? with the goal being that the project doesn't run in a browser and is therefore not browser/plugin dependent? Are there more differences in terms of what actionscript can be run? can files that are...

flash video smoothing

I have a short flv I want to play on my website. I use the below actionscript 2 code to play the video, but the anti-aliasing of text is really poor quality. I added a line to introduce "smoothing" to the video, but it appears to have no visible effect. var my_video:Video; var my_nc:NetConnection = new NetConnection(); my_nc.connect(nul...

Persistent connections between Flash client and Java server

I'm new to Flash. I'm planning to create a game client in Flash (running in browser) that needs to talk to a server written in Java. Connection between client and server needs to be persistent. I'm aware of XMLSocket - is that the only way to go? Any recommendations? Thanks! ...

Flex Remoting or Flash Remoting

Hi, Can you suggest which Remoting service is good either flash or flex. Thank you ...

How do I embed a flash video on a web page?

I'm a fairly experienced web developer, but I've never needed to work with video or audio on the web, so I'm a complete noob when it comes to flash and stuff like this. I'm creating a project in ASP.Net MVC and I don't have any Flash MX studio or anything like that. Given an AVI that I am going to convert to .flv (or something else if yo...

How do I set a render area in AS3?

I'm used to J2ME where you actually set the view size of the window and you can render just that view size (so anything off the screen doesn't get rendered). After a google/stakcoverflow search I came up with nothing (maybe bad terms) but anyways how would I go about setting a render area in my flash AS3 game? I dont want anything off ...

playing flv videos in jsp/j2ee

i want to play flv videos on my website. The video files are not stored on my server but i only have the url of video . The url of video donot end with .flv. So my flv player( jw player) gives error "video not found " . only if the url is ending with .flv then it plays. How can i play the videos whose path dont end with .flv ?? I cant ...