473,544 Members | 1,791 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
0
2,311
thread by: Michael Whitlock | last post Feb 7 '07 by: Michael Whitlock
I am trying to insert a flash movie into my page. I know that the movie works (coz it rubs o its own) but after completing the parameter details with the swf file name I get the following error when I test the site. Error opening URL "file:///D|/WEB/mpwaweb/development/digital_clock" Any ideas???? Thanks Michael
0
1,775
thread by: zimmes | last post Feb 10 '07 by: zimmes
Hi, I'm doing a contact page and want after checking that all fields are fill in loadVariables when I click on submit. At the same time gotoAndPlay correct page (like thank you for you post). But if I have to if statment about user field and so on the loadVariables dasen't work. Please Help me anyone. Here is the script. Please tell me what's...
0
1,248
thread by: zimmes | last post Feb 10 '07 by: zimmes
Hi, I'm doing a contact page. After checking that all fields are used, then I juse loadVariables to php page on submit. At the same time gotoAndPlay correct page (thank you for you post). But it seems to me that if statment about user field don't work with loadVariables. Please Help me anyone. This is the script. Please someone tell me what's...
0
2,638
thread by: bloombloom | last post Feb 14 '07 by: bloombloom
I am gonna post my AS in hopes that someone can get a good understanding of what i am doing. So here is the code: t1.onRelease = function() { infoField._visible = true; startLoading("cc11.swf"); }; t2.onRelease = function() { infoField._visible = true; startLoading("cc11.swf"); };
0
2,193
thread by: winno | last post Feb 26 '07 by: winno
Hi! I have been ask to develop website that let visitors to view other video site with their video player skin changed. I need to build a script that identify video site's video player source and seperate the video source. And make change only in the video player skin. Let it loaded from our own server. That is to regenerate new html or...
0
1,384
thread by: spyyder | last post Mar 4 '07 by: spyyder
My code: siteLoader.loadMovie("a1.swf"); loadingBar._xscale = 1; loadingBar.onEnterFrame = function() { kBytesLoaded = this._parent.siteLoader.getBytesLoaded()/1024; kBytesTotal = this._parent.siteLoader.getBytesTotal()/1024; percentage = Math.round(kBytesLoaded/kBytesTotal*100); this._xscale = percentage; if (percentage == 99) { delete...
0
1,766
thread by: spyyder | last post Mar 4 '07 by: spyyder
ANY HELP would be really really appreciated dudes.. Ok.... heres the snag...my flash mail form has these fields, TextInputs: 'name' , 'email', 'budget', TextAreas: 'Message' ComboBoxes: 'Combobox1', 'Combobox2' Checkboxes: 'box1', 'box2', 'box3', 'box4', 'box 5'
0
1,943
thread by: Head In A Pan | last post Mar 5 '07 by: Head In A Pan
Hello! I have a basic javascript mouse tracker which captures the X&Y coords of the window & displays them in two separate text fields. What I am desperate to do is to post these values to dynamic text fields in a flash file in real time. The swf is sitting on a different frame within the same frameset. Has anyone done something similar...
0
1,086
thread by: kyllle | last post Mar 5 '07 by: kyllle
My first actionscript and I have two errors when I run it. Basically this code is to control scrolling navigation. Code onClipEvent (load) { _x = 0; _y = 0; spd = 8; } onClipEvent (enterFrame) {
0
4,922
thread by: adamselearning | last post Mar 6 '07 by: adamselearning
I have HTML content defined in an external XML file: I am using code to identify when a <p> tag is present, so it is not treated as an XML node. I'm also using CDATA in some cases, and still have the same problem then (even worse) with letter-spacing. ... and here's a screenshot of the text rendered on screen from the HTML above: ...
0
1,932
thread by: mal64 | last post Mar 6 '07 by: mal64
I want to produce a flash presentation which will run off a CD ROM (projector or .exe) and be used on a Mac or PC to a projector. This projector could be SVGA 800 x 600 or XGA 1024 x 768. I will embed jpgs and open up external video files. There is a possibility of this also going to a 4m x 3m lcd screen. What dimensions should I have my stage...
0
1,099
thread by: Bryan Polak | last post Mar 8 '07 by: Bryan Polak
Hi all, I have recently started my own website and have taught myself most of the "how-to's". I have incorporated video in the form of .swf. It works perfectly in I/E but not in Firefox. I want to make sure that it works for as many browsers as possible. I can go and watch Flash movies on both I/E and Firefox so it must be my encoding. Help? ...
0
6,647
thread by: Czechfish | last post Mar 9 '07 by: Czechfish
How do I change my script to automatically play, rather than clicking through individual slides? What is the action script to skip to a specific slide in the show via a button? (Right now I have a next an previous buttons.) Here is my script: slides_xml = new XML(); slides_xml.onLoad = startSlideShow;...
0
1,320
thread by: raudhah | last post Mar 13 '07 by: raudhah
1) Does anyone know the script to make an image zoom in and out but WITH constrain (tt means up to a certian size can no longer aoom in or out)? 2) The script to create a sketch pad with colour swatches (where ppl can draw on it, and change colour)? 3) How can i draw on an image (which can be zoome din and out) and make the drawing follow...
0
1,724
thread by: mikevaughan02 | last post Mar 15 '07 by: mikevaughan02
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. 3. Need action script or how to design or how to...
0
1,263
thread by: flaviosemeao | last post Mar 21 '07 by: flaviosemeao
I am new in Flash, and I already read two Adobe Official Books regarding actionscript 2.0 and I have a big questions for you guys who know much more than me. How can I draw basic forms like a square, a triangulo, or even a line using actionscript in runtime ? Make the forms draw by themselves while the swf runs instead pop-up in the screen. Does...
0
2,408
thread by: doc | last post Mar 21 '07 by: doc
Hi Hard to know where to post this and I don't want to double post it - please move it if you need to, I am trying to connect a Flash client socket (XML) to a php socket server (using Flash 8 and php 5). My php socket server responds correctly when I connect to it with a php client socket but I cannot connect with the flash xml client socket....
0
2,117
thread by: ezura81 | last post Apr 11 '07 by: ezura81
I have a prob with javascript that unite to flash. I want to get and send value from/to flash. then i need to know if anybody know about cmi.core.score.raw....then i need to know how we want to calculate their page progress that have been visited by user...using javascript...Do anyone know?? Please answer if anybody know...Thanx...
0
2,326
thread by: mirzahat | last post Apr 20 '07 by: mirzahat
Hi, I have a TextField, the Code looks like this: _field_txt.htmlText = "<a href='asfunction:doIt'>Mirza</a> test test test"; As you can see doIt() is started on click. Is there a way to call doIt() on RollOver? There must be a way! Regards,
0
1,065
gauravgmbhr
thread by: gauravgmbhr | last post Apr 20 '07 by: gauravgmbhr
i have a actionscript that creates a graph, the final graph that is created with action scirpt, i want it to be saved Is it possible to save the figure created by an actionscript Please refer me to some link
0
2,263
thread by: Czechfish | last post Apr 24 '07 by: Czechfish
My files are located here: HTML & SWF FLA I am trying to create a multi-tier drop down menu, but I can't get it to work. Maintime line, frame 1 - loads a mc. When you rollover the mc, this drops down a list: Elementary schools, Middle, Junior High, High schools. When you roll over each of the categories, another menu is suppose to...
0
1,461
thread by: geraldpro | last post Apr 26 '07 by: geraldpro
Hi all gurus, I currently working on a project that requires me to do a saving. Saving the Flash stage with its contents as .doc using actionscript or Export the Flash stage with its contents as .jpeg using actionscript
0
1,092
thread by: MikeDiver | last post Apr 26 '07 by: MikeDiver
My first problem is that i was working on a project that had two radio buttons in it, i decided to delete one of them and now i cant get the second to activiate without being clicked (the second button makes the movie loop). My second question, is there a piece of Actionscript code that works on all projects to create a looping clip? Thanx...
0
1,303
thread by: Laeder | last post Apr 27 '07 by: Laeder
Hi! I'm not sure if this is possible at all. But I'm using an embedded flash movie on my site and now I want know when it stops because I would like to load a new one. I've been searching high and low and not coming any closer. It would be perfect to pass a parameter that tells the player to run a certain function when it stops. In...
0
1,501
thread by: ctrent | last post Apr 27 '07 by: ctrent
I have a client who built a Java app to compose music tracks. They have mp3 files broken down into segments (intro, verse, chorus, turnaround, etc) that the user can piece together to form complete songs. My job is to find a way to preview their selections in a Flash player. Their Java app does a great job at building the composed mp3's, but...

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.