I want to disable my Right click option for flash SWF I tried stage.ShowMenu=false Is not working in Flash 8 Thanks and regards, S a n d e e p V i r m a n i ...
You can not do it unless you wrap your swf using Zinc or other swf wrapper. Disabling right click in swf inside a webpage, there is no straight forward way...
Abdul Qabiz
mail@...
Jun 1, 2006 10:06 pm
4551
Hi Folks, Can we set parameter for "image path"? I am having one Flash presentation where i am trying to load logo from folder. I can do this easily by...
Hi everyone, Do you have some good links related to embedding Flash in C ? Books & pdfs - are also welcome, please send it to my yahoo id . cheers Rajesh ...
Ya u can do it. eg. var imagePath = images/logo.jpg; loadMovie(imagePath, this); Regards Aliasgar ... [Non-text portions of this message have been removed]...
What you really want to do? Do you want to parse SWF file in C and render? Or you want to embed Flash apps in C program.. I have done some work with C++/VB/C#...
Abdul Qabiz
mail@...
Jun 2, 2006 12:33 pm
4555
Hi Abdul The requirement is to embed flash apps in c. My AOI is: - communication between flash and c - embed flash swf within c applications. - any...
Why do you want to do in C? Is there a specific reason else why not try an already proven tools like SWF Studio mProjector Zinc ... -- Regards Brajeshwar ...
consoles and handhelds speak GNU C. Thats what I want Brajeshwar <brajeshwar@...> wrote: Why do you want to do in C? Is there a specific reason else...
Thanks Alisagar....... It was an easy solution and i was thinking that it will be difficult to pass the parameters from VB for imagePath.... :) I just declared...
Hi friends, I have created a variable inside a method. I need to get the full path of that variable. for example : "_level0.mcGetUrlClass.$boolActive" do we...
Hi All I am loading some swf files in shell.swf. The shell file is working fine independently in flash player.But when i run the same file in a vb form.....the...
Hi everyone, How exactly a Mac differs from a IBM PC.Is it dificult to master the differences?.I am using a IBM machine.At an interview they queried whether...
Shilpi, Strange, it should work properly as its same ActiveX that works in browser. Try querying _levelno.getBytestTotal (...) after some time of making...
Abdul Qabiz
mail@...
Jun 5, 2006 8:46 pm
4564
Hi, If you created local variable, it would be deleted as soon as method call finishes. If you are setting a variable (global or some other context) you can...
Abdul Qabiz
mail@...
Jun 5, 2006 8:47 pm
4565
Until recently, Mac was using totally different hardware architecture. But recently they moved to Intel Duo architecture. Where you can now dual boot windows...
Abdul Qabiz
mail@...
Jun 5, 2006 8:49 pm
4566
Hello Frendz, I am facing a weird problem in flash. I have used an instance of a button Component on stage. I have a movieclip inside library with proper...
Though this post isn't exactly related to Flash but it is something which I worked for using Flex Beta. Spry is "a JavaScript library for web designers that...
Hi you can use the Movieclip's _target method to find the full path where the variable is. the result returned is in slash (/) notation. If you want something...
Hi, I have a .fla file that was created using Flash version 5. If I compile the .fla file using Flash version 7(with publish setting as Player:5 and...
Thanks for your reply, Rajesh. I think, I misread the question, I wrote totally different thing. -abdul...
Abdul Qabiz
mail@...
Jun 7, 2006 4:05 am
4573
Well, publishing .fla to old flash player version should work fine. Infact, sometimes you recieve better results... -abdul...
Abdul Qabiz
mail@...
Jun 7, 2006 4:06 am
4574
Hi All, This is regarding the flashVars truncating the values after a space. This is the work around that macromedia has provided after windows implemented...
Hi Mahesh, Find small tutorial over the JSP and some concepts overt he escape sequence. http://jalbum.net/javabasics.jsp Hope this will help you. Regards, Ajay...
Hi, Are there are any urls related to illustration of "Stamp Seal of Approval" flash movie tutorial? If yes, kindly inform me. I need to wrap up one job within...
Hello All, I have one query regarding depth of movie clip object. After reading the document what I could understood is 1. Stage acts as a base in flash movie....