Hi all Anybody know how to import .avi/.mpg in Flash5? Or else is it possible in higher version of Flash? Please help me in this regard. Thanks in Advance ...
hello actionScripter Have you visited the group lately.......? There are lots of messages that could help you or you could help with ...
Flash_ActionScript@ya...
Jul 1, 2003 11:38 am
2460
I asked once before for any ActionScript performance tips that you all might have.. so far I can count on one hand the number of responses. So... I put this...
Dear Raj, Time IS money... for this aspect alone you should spend the cash and upgrade to Flash MX. The video codec (Sorenson Spark)included in MX is great!...
Someone a while back posted a link/information detailing flash's release history from WAAAAAAAAY back in 1996 with Flash 1.0. Can someone send that my way...
Hi all.... This is my first mail to this group. I've create a html page that have both javascript and flash (swf).The problem is whenever it overlaps each...
Hi. Try the software Wildform Flix Pro - it converts video to vector and can create video usable in flash 5. http://www.wildform.com/flix/ ... Dirk ...
Hi all ! 'm using flash mx. 've downloaded the 'nested_xml_tree_menu_mx' Smart Clip from www.sephiroth.it 've successfully implemented it. but the problem is...
hi all ive been having some problems in making a flash navigation bar does anyone know any good sites for tutorials, or anything related to flash navigation...
... try www.flashkit.com tons and tons of tutorials ... -- Saludos Max maxtsukino@... ***************************************** Una cosa es una cosa y...
I have made a simple movie that i want to add "stop" and "play" buttons to. I have made a movie clip that has these two buttons in it and placed it on the...
This should work Place the following actions in your "stop" & "play" button. on (release) { _root.stop(); } on (release) { _root.play(); } Regards Raja K ... ...
You need to specify the actual scene and frame number. Also make sure that your buttons are placed on separate layers. Good luck, -Charlene Russ Creative...
You must break it apart and convert the scroll pane background to a graphical object. Then assign an alpha value of zero to the graphic object. -Charlene ...
hi I write in my ASP <% response.write("&test=1")%> and give that in flash by using : loadVariablesNum("index.asp", 0, "GET"); and the value put in a dynamic...
Anyone can suggest a good site with good tutorials about ASP, XML and Flash communication??? _________________________________________________________________ ...
try www.flashcomstudio.com action script and FCS help and advice. Asa ... From: Eray Berger To: Flash_ActionScript@yahoogroups.com Sent: Monday, July 07, 2003...
hi I write in my ASP <% response.write("&test=1")%> and give that in flash by using : loadVariablesNum("index.asp", 0, "GET"); and the value put in a dynamic...
hi there, just add this code in the html file <param name="wmode" value="transparent"> go to the code in the html file where you will find some more params,...
i'm an aspiring animator/writer/artist/websiteguy, and just started a site with my films on it... we add a new chunk of something every tuesday, so have a...
Hi Jaunty..., Thanks for that information. It works well with Internet Explorer and Netscape 7 + But nothing much i can do for user that use Netscape 4+. ...
Hi all ! 'm using sephiroth's nested_tree_menu_mx. is there a way in which i can show the current link in a different colour ? is there a way to set some...
Hello all ! How can we add hyperlink to text that is loaded from an external file ?? see this link :: http://www.figleaf.com > showcase > partners i guess the...
Hello all ! i have a tree menu (using xml). i have the text contents stored in an access file. by clicking the links in the tree menu, an asp file would fetch...
hi all I use loadVariablesNum loadinf variable from ASP but when I refresh page and the ASP value update , the flash value did not change. I must close flash...
This can be done using the following script: this.onEnterFrame = function() { if(Key.isDown(2)){ trace("Right Mousebutton"); } } Just put this code into some...