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!
...
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!
...
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?
Thank you.
...
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?
...
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...
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
...
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
...
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...
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?
...
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
...
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
...
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 ...
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...
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...
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!
...
Hi,
Can you suggest which Remoting service is good either flash or flex.
Thank you
...
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...
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 ...
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 ...