473,544 Members | 1,810 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
5
19,268
thread by: fortwaynemarketplace | last post Feb 27 '08 by: korsten
Need these two scripts; 1. (Action) script for email (outlook express or...) to come up in .swf enviroment. I have created a button (email us), need action scritps to send/recevie an email. . 2. Submit form (Action) script to send infromation form out to my email from .swf enviroment. You may send the information to...
5
10,968
thread by: eusabia | last post Jun 27 '07 by: Motoma
Hi, Can anyone help me with the following, I have to create a flash object on which files can be dropped by dragging it from any location to upload it to the server. I'm using JSP for server side scripting.
5
2,591
thread by: kraj | last post Jun 11 '07 by: kestrel
how to connect out look express from flash presentation for sending mail to our clients with subject n body text also as per our requirement?
5
2,888
thread by: jelly46 | last post May 14 '07 by: Motoma
I have been told to build a website that have interactive flash like the kids bbc website http://www.bbc.co.uk/cbbc/levelup/main.shtml l. Could somone point me in the right direction where i could find the tutorials. Flash kit is too big Please Help ;-(
5
7,151
thread by: Colazz | last post Oct 4 '07 by: wtdtan
Suppose that i load a picture inside my movie clip mc.loadMovie("pic.jpg"); How can i know the dimension of the "pic.jpg" ? I need the info such as the width and height of the pic to continue with my scripting. (such 1024 x 768 or 680 x 480). Well, the reason i want to do this is to make a photo gallery and i want to put all pics with...
5
11,842
thread by: luke morris | last post May 25 '07 by: luke morris
Hello, I have created a fla. movie at 750 x 750 px. I now need this same movie at 300 x 300 px to load on the web. I cannot figure out how to resize a complete fla movie or swf file. I see that you can resize a document in flash 8 but that only resizes the canvas, not the movie inside it. Is there an easy solution to my problem or is it a case...
5
11,973
thread by: mutlyp | last post Jan 28 '10 by: iamfletch
I have an web application, for a menu to go to page to page wit in the web app I am using flash buttons. The problem is that the first time I click on the flash button everything works fine the page load fires and the web page is displayed. But then if I close that page and then click on the same button the page load does NOT fire and I get the...
5
2,510
thread by: awais1989 | last post Jun 14 '07 by: kestrel
i have an dynamic text box named "screen" having value "2" i want that when i press a button it will add 2 more in that and show 4 samilalry when i press the buton again it adds 2 in 4 and show 6. help me pls
5
1,472
thread by: gomzi | last post Jun 19 '07 by: kestrel
Hi, I would like to know whether there are any sites which can be used for creating buttons? Thanks, Gomzi.
5
3,750
thread by: shaby | last post Jun 27 '07 by: endline
Hii, I m stuck in a prob. Does anyone know a simple and easy method to send a data from a form of flash to my email
5
1,336
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...
5
1,266
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?
5
5,526
xtianixm
thread by: xtianixm | last post Jul 23 '07 by: Motoma
can anyone give me a guide on how to create a flash chatbox thanks in advance!11
5
3,942
thread by: igpltcd | last post Sep 5 '07 by: igpltcd
Hi, Do you support creating traditional image based charts for websites or a Flash Chart is better? If Flash is better, how to create Charts and Graphs using Flash?
5
70,597
thread by: teenIce | last post Sep 14 '09 by: xNephilimx
Hi guys, How do I access flash function using javascript?Does anyone have any reference or code? Thanks...
5
3,858
daJunkCollector
thread by: daJunkCollector | last post Aug 20 '07 by: xNephilimx
Hey Guys, Code is provided below. I have an example or what works and what doesn't. I am about to throw my computer out the window. This code works: function paCountyHighlight(targetCounty) { var myColor:Color = new Color(this.usa.pa_counties.Washington); myColor.setRGB(_root.hoverColor); _root.countyLabel = targetCounty+", PA";...
5
9,441
thread by: ZAIN786 | last post Sep 8 '07 by: ZAIN786
hiii plz help me out on this how can i make hotspots in flash????i want to make hotspots on maps ??? i ll be grateful cheerz
5
14,089
thread by: dabei | last post Sep 27 '12 by: lionsign
Hi, I am trying to use AS3 to make a URL request with authorization header. Using the code below: var request:URLRequest = new URLRequest ( 'http://myserviceURL' ); var requestHeader:URLRequestHeader = new URLRequestHeader("Authorization", "AuthSub token=CI3xlrq1DxCjtruCAw"); request.requestHeaders.push(requestHeader); ... But I get the...
5
5,576
rrocket
thread by: rrocket | last post Oct 25 '07 by: xNephilimx
Does anyone know if this is possible with flash and/or know of any tutorials or examples of how to do this. What I want to do is create a page that sends an XML string to a site and get a returned XML string with specific rate information. In a nutshell, I am going to send package information to DHL (zip code, weight, dimensions, etc) and they...
5
3,056
thread by: Shawn Northrop | last post Nov 7 '07 by: rsdev
_root.text_mc.duplicateMovieClip("test",1); _root.test._x="10"; _root.test._y="10"; I have a mc called text_mc Inside is a colored line. There is no instance of this clip, it is in the library. I am trying to generate an instance. The above code seems to not do anything. Is there something i am missing? Eventually i would like to put this...
5
3,566
thread by: Jordan79 | last post Mar 10 '08 by: nomad
I have created a flash gallery that loads pics from a XML file. This is working perfectly when I test it in flash but when I add it to my dreamweaver page all that loads is the background???? Flash and XML are in the correct directory and getting no errors...just nothing but the background showing up.... Does anyone have any suggestions?
5
16,267
thread by: mukeshrasm | last post Nov 2 '08 by: Fabez
Hi I want to play/pause a movie clip when I click a button and the value of button should changed to play when it is paused and pause when it is playing. I am new to flash so how can I do it.
5
3,170
thread by: Katt | last post Sep 11 '08 by: PHilliP JoSh rookie
first of all I am new to flash. I just started to use CS3, and I have 2.0 actionscript selected Cannot get my MC button instance to go play a movie clip on another frame, I have tried both behavior and frame gotoandplay script, stop etc. current button behavior setting: on (press, release, dragOut) {
5
1,755
thread by: xi4n9 | last post Oct 15 '08 by: joedeene
im a newbie to action script stuff in flash,currently needed help on my 2nd flash annimation to work out. i would like to know how to pick up an item and put in down as i dont want to drag the item... as an example, i want to pick up an apple and the apple follows the cursor moving,then i want to put in down onto a pig's mouth and it will go to...
5
2,579
thread by: bannermaker79 | last post Nov 8 '08 by: joedeene
I'm looking to find the perfect tool for creating text animations in flash cs3. I came across TxEff 2 and I kinda like it Do you know anything like it or better? I don't have a budget, just want to find the best one out there.

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.