adobe-flash-cs3

How to save flash-animation in .flv format in Adobe Flash CS3?

Actually I can save it in swf and in avi formats. Is there any correct way to save animation in flv format without using 3rd-party products (like different swf2flv converters)? ...

open Adobe Flash IDE, open windows explorer, crash

I installed Adobe Flash CS3 on my Vista Ultimate 32-bit machine (4GB Ram) last year. I occasionally had a problem where if I had opened the Adobe Flash IDE, and then opened Windows Explorer, the machine would freeze and require a reboot. Recently, this problem has gotten much worse to the point where it's very difficult for me to get any...

how to add "Click" event to SWF file

hello i have SWF file. i want to send the user to another page when he clicks the SWF file 1- i tried to wrap the SWF file with tag but it did not works 2- i tried to add javascript events like "onclick" but it didnot works too so i think the best solution is to make another SWF file that takes two parameters "hyperlink" and "SWF URL" ...

how to edit adobe flash height and width

hello i'm making an swf file that will load another swf file var myLoader:Loader = new Loader(); addChild(myLoader); var url:URLRequest = new URLRequest("1.swf"); myLoader.load(url); i want to edit the main SWF dimensions to be same as the loaded one how can i do that ? ...

edit flash file scale

hello i have a flash file inside my flash file there is an object on 0X and 0Y i want to modify my file scale so no matter i changed the stage width and height my object will stay on 0X , 0Y ...

How to fix flash objects in specific location in the stage no matter how i resize the flash file

hello I'm working on a project but i have a problem I have an object inside my flash file and i want to lock the object on 0 x-axis 0 y-axis but when i re-size my SWF file my object's location changed to another location how can i fix that ? ...

Hide a Button in AS3?

I have a button called myBtn In my actions in Frame 1 I have tried both: myBtn.visibility = false; myBtn.enabled = false; Both give me the error: 1120: Access of undefined property myBtn. ...

can I access scanner attached to system using Adobe Flash?

can I access scanner attached to system using Adobe Flash? ...

How do I move the origin point of a MovieClip in Adobe Flash CS3?

How do I move the origin point, or zero point, of a MovieClip to the same origin point of the stage without scripting in Adobe Flash CS3? Example: While I'm trying to move objects within a MovieClip, the origin point is at (stage) 200,-300. This means that when I put objects in a MovieClip, the objects' X,Y coordinates, as displayed in...