473,788 Members | 2,707 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Flash / Actionscript Forum

Flash authoring tool and ActionScript web scripting language (Adobe) - Ask questions about Flash MX/8/CS3, flash player, ActionScript scripting and development, security, templates, video, API, effects, data components, AIR, 3D/Animation and more
1
3,212
thread by: somya | last post Jul 6 '07 by: Motoma
I am generating random movie clips with attachmovieclip() I want to splice that array from inside of those random movie clips. So what can i do ?? I tried all the otpions and all the syntax. or suggest another way to do this. Please help me
5
1,274
neliy
thread by: neliy | last post Jul 6 '07 by: Motoma
Another weird question! I have a flash movie but only the swf is working properly. in html file i cant see the menu only the background, hows that possible?
3
1,987
thread by: endline | last post Jul 6 '07 by: endline
ok for some odd reason the movie clip I'm using as a button will not gotoandplay the frame label I want. the code is as follows on(release) { trace("did you get here") _root.gotoandplay("firstquiz") }
3
1,669
thread by: bouldasaur | last post Jul 6 '07 by: kestrel
What's a good way to test a collision between 2 circles?
1
1,301
thread by: WebNora | last post Jul 6 '07 by: kodul
I created this TRANSPARENT flash left navigation and it works perfectly in ie. but in ff it has a grey background. Can somebody please help me with this? Have you had this experience? THANKS! http://greatexposure.com/clients/faze/faze_magazine_v2.html
1
2,809
thread by: aby004 | last post Jul 5 '07 by: kestrel
Hello Sir, I want to know that how to create a "Browse" button to upload file to server ? i have already creating a attachfile button and applying a script, but there is no respone when i am exporting the movie. so, please kindly send me the solution asap.
1
6,774
neliy
thread by: neliy | last post Jul 5 '07 by: kestrel
hello there. Well I actually have 2 small problems with getURL. I need to connect a button with a web site an my code looks like this: on (release) { getURL("http://www.blahblahblah", "_blank"); } also I'm trying to make some pop ups work like this: on (release) { getURL("pops\1.htm", "_blank");
1
1,698
thread by: gerald77 | last post Jul 4 '07 by: kestrel
Hi Can anyone advice me on how to create cmsin flash withoutusing any readymadeplugin. thanks
0
980
thread by: bouldasaur | last post Jul 4 '07 by: bouldasaur
I don't know the way to say "every 5 frames" in Action Script. Help? I want to add 1 to a stated variable every five frames without the loop affecting anything, and I don't want to put action script on every 5th frame.
1
1,263
thread by: zoobave | last post Jul 4 '07 by: kestrel
Hi, Is it possible to call a 'C' function in flash under linux, whenever i click a button? Regards Zoobave
3
1,425
neliy
thread by: neliy | last post Jul 4 '07 by: neliy
Hey there! I'm trying to create a menu with 5 buttons and I want it to make the following movement. At the time the mouse is over a button, the button will get bigger and squeeze aside the rest of the buttons. I found through a tutorial code that makes objects to move away form the mouse cursor and I was wondering if this would work in my menu,...
3
1,276
thread by: acknowledged74 | last post Jul 4 '07 by: kestrel
Hi I want to move onto designing elements of my websites with flash. If I want to create simple animation sites like : http://www.kitchen-consultants.co.uk/ (please ignore the rubbish little load bit and go into 'contracts'.)
2
2,018
thread by: atlkhan | last post Jul 4 '07 by: xNephilimx
I want to load an image into my swf using loadmovie and be able to pick color where i click on the image. Can someone plz help me with the code for that. Thanks
3
1,742
thread by: Mariamik | last post Jul 3 '07 by: kestrel
Hi. How can I link swf. Is it possible by html? if no,please tell how can I do it in Flash program by ActionScript.
1
1,302
thread by: Mariamik | last post Jul 3 '07 by: kestrel
hi. To optimize flash I use program Flash Optimizer.But after optimizing it my animation loose color,it become colorless. Please help me. Thank you.
2
5,850
thread by: chinmayagoyal | last post Jun 30 '07 by: chinmayagoyal
Hello, I have been working on a dragonball z game recently and I have encountered a problem with the sprites.I have traced the bitmap and everything else and even created a movieclip of the sprite.I have put this code on the movieclip- onClipEvent (load) { step = 5; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT) &&...
2
2,273
thread by: Martin84 | last post Jun 29 '07 by: Motoma
Hi, ive managed to import files into a main fla document using a moviecliploader command. The code tracks the percentage of the file downloaded so far and shows this information in a preloader bar. The problem is whenever I import a swf file it tries to play before it is 100% loaded. To counter this I added some more code to solve this (see bold...
1
5,618
thread by: erictomlinson | last post Jun 29 '07 by: xNephilimx
I'm dying here trying to figure this out for days. Here's the scenario: 1) External script.as file dynamically imported to loader.swf file that creates a textfield (createTextField) 2) Content for the text field should be provided by an XML file 3) Content styled by external css file 4) Fonts need to be embedded so as to apply anti-alias
4
1,651
thread by: atlkhan | last post Jun 29 '07 by: Motoma
I have this part of html tags which passes some inputs to application in the cgi-bin . Is it possible to transform that into flash actionscript code. I would appreciate if someone could help me with the trasformation code. Thanks <form action="/cgi-bin/matweb.exe" method="POST"> <input type="hidden" name="mlmfile" value="webmagic">...
5
8,697
thread by: Luc2 | last post Jun 29 '07 by: krishna kishore
I like to use Flash Player to record small audio sound bites from a web site. What server side support infrastructure do I need to make this work? The sound bites will be small enough so that they can be fully downloaded to client app (as opposed to using streaming). Will I need the Macromedia Media Server to support this? Ideally I don't...
3
4,089
thread by: Arrowin | last post Jun 29 '07 by: xNephilimx
Hi all Im relatively new at flash, and am needing to make a "demo file" which consists of a photo album. The people viewing the album must then be able to click on an image, and this will bring up a dialogue box that will allow them to save the image they clicked on and the associated word file in a location of their choice. I have looked at...
2
4,927
thread by: waterox | last post Jun 28 '07 by: kestrel
Hi, I would like to build a .flv player which can accommodate 7 different video sizes. This will probably be made using php and xml to dynamically control content. What I would like to know is if and how it is possible to have a holder.swf (just looks for variables to display the flv) that can automatically resize based on the flv...
5
1,344
neliy
thread by: neliy | last post Jun 28 '07 by: kestrel
Hey there! I have created a flash document which is quite big (i think). It's about 65MB. It contains around 10 sub scenes based on the menu and submenu. It's also created in two languages. I've already tried to run its html file on another computer and it loads fast and works properly. I was wondering if it's gonna load in the same time when I...
1
1,164
gregerly
thread by: gregerly | last post Jun 28 '07 by: kestrel
Hello, I have a XHTML Strict document that I am trying to use some flash on, but I'm having problems with validating the doc. I'm using Dreamweaver CS3 to develop with, and Dreamweaver does two things to add flash to a document. First, it uses javascript to create an swfobject, and include the flash file that way first (so you don't have to...
0
1,659
thread by: atlkhan | last post Jun 28 '07 by: atlkhan
Hi I am loading bitmapdata from the library like this linkageId = "landscape"; myBitmapData = BitmapData.loadBitmap(linkageId); Than attach this bitmap image to a movie. mc = this.createEmptyMovieClip("mc", 0);

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.