Hi Is there any way to identify whether a particular .swf is available in the path or not (Except Movieclip loader). Requirement : Based on a particular value...
Let me rephrase. When you call movieClip.loadMovie(ext swf) and if the external swf is not present on the specified path, movieClip.getBytesTotal will return...
Hi, In such cases, the getBytesTotal() method of that movieclip will return -1. By looking at this value, you can find out whether external swf is present or...
Try to add some loop here. This is just because, you'll get -1 value as soon as you fire this event and you'll be mis-guided that file does not exist. Make a...
Hi Aloysius, Use MovieClipLoader class. It has an eventListener of onLoadError. If File is not found this event will be triggered and you can further continue...
Hi all, how r u???? I am here to find some good flash programmers. I have a project , A flash website in which i have done all designing stuff but i need...
Hi All, I required a good designer who can create a various characters like www.meez.com and also accessories, clothings to etc. Let me know if anybody...
I would like to understand and work for the kind of job u are looking for freelance. Can u send details Aparna Gupta India ... flash ... script to ... by...
I would like to understand and work for the kind of job u are looking for freelance. Can u send details Aparna Gupta India Why delete messages? Unlimited...
Hi Aparna, how r u?? thanks for replying. soon i will contact you. please can u send me any live link of any website where you have done such message board...
Hi, If you wish to work in Dubai, here is an offer http://jobs.brajeshwar.com/2007/08/flash-developer-in-dubai/ -- Regards Brajeshwar http://www.brajeshwar.com...
I need to design and develop my company products through web based training solutions; by adding more interactivity solutions in the same. I need reference to...
Hi Irfan, Thanks for your replay. But I have another problem. By using this MovieClipLoader class, I can verify whether a particular (1.swf) is available or...
you have an onLoadError event for movieclip loader class you can use that method to checking if file exists or not ... -- Digitally Yours, Irfan Kazi. ...
Hi All, We are working on a web application where flash is used as UI. Application is sending aprox. 12000 requests every hour (yes, you read it correct). For...
Hi Mahesh, For what reason you are sending so many requests to server? What are you trying to do with so many requests? Ritesh Jariwala www.actkid.com From:...
Hello all, I have a requirement where i want to resize the Height of the Movie Clip according to the Dynamic Text Field in the movie clip. To explain what i am...
Hi Vijay,
activate textfield's autoSize property (see help)
movieclip._height=textfield._height
this should work fine
Regards,
Mohit
On Tue, 28 Aug 2007...
Hi Vijay, You can use getTextExtent() method to get the lineHeight and lineWidth, plus to that you can get the leading from the textformat property and adding...
I'm in need of a visual designer and an icon designer for a couple of projects. Here is a brief summary of the requirement. Visual Designer: Exceptional visual...
Hi Friends.... I am building a web site which have a show real. They want to stream it and after finish the streaming wants to be saved in the system. Please...
Hi Mohit, Thank you very much for the help. This has really been very helpful idea to solve my problem to a major extent. Regards Vijay mohit sambhar...
hi all, is it at all possible to export a Flash animation as an FLV, directly from Flash? i'm not talking about exporting an AVI / MOV from Flash then...
Hi Mahesh Even if you are sending 120 messages in a hour, client should not discard requests to the server. Theres some problem. If I were you, I would: 1....
Hi, friend I am loading dynamic images and Image name.Image name will show in list component and image is loading in side panel. problem is when I clicked in...
Dear friends here I have developed image gallery I want it should change onmouse roll over and link on click , here on click is working properly but...
Jus give this a quick try.. Instead of myPlayBack.load(myListBox.selectedItem.data); // since I would try this when my autoload is set to false. try ...