473,544 Members | 1,912 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
3,871
thread by: eliana | last post May 15 '08 by: eliana
Hi i'm writing a simple player to stream a flv file; video streams fine but the netstream onstatus and the nestream onmetadata are not invoked. Any help? Here is my code: var nc:NetConnection = new NetConnection; var ns:NetStream; var bufferLength:Number = 3; var fileToPlay:String; initCon();
0
1,434
thread by: newsteve1 | last post May 21 '08 by: newsteve1
hi, how can i call all buttons within a certain movieclip (without naming each instance individually)? Im looking to create a function that will reset all of the button's alphas back to 100. Thanks
0
1,566
thread by: jiwas78 | last post Jun 9 '08 by: jiwas78
Hi there. I am very much a novice with actionscript, and am wondering if anyone can provide an answer for what I want to do: I have a 5-6 page website. At the top of each page I have a Flash menu with a scrolling background image. Now what I want to do is have the background image different for each page, ie. the swf file is the same one for...
0
3,185
thread by: nyc10011 | last post Jun 9 '08 by: nyc10011
Does anyone know the proper syntax to insert (in the AS3 code below) so that additional flv's play sequentially from the same FLVPlybk component? ? I am trying to figure out how to incorporate AS3 cuePoint listeners in order to play movie clips and sound variables that are associated with the flv files. Do you need to insert...
0
1,640
thread by: mfsiddiq | last post Jun 12 '08 by: mfsiddiq
HI I have a form that i m creating dynamically using xml .But i need to add labels on each formitem after all formitems are created.So i store each formItem in an array.After the form is created i tried adding labels to the form using the following code: var i:int=0; for each(var n:XML in externalXML..someObject.item) { ...
0
1,481
thread by: mfsiddiq | last post Jun 13 '08 by: mfsiddiq
Hi I am having scaling issues loading a flex generated swf into another flex application.Is there a way i can resize the loaded swf to resize according to the size of the container in the main application
0
1,555
thread by: shivakanungo | last post Jun 13 '08 by: shivakanungo
how to add different transition effect to flash through XML???
0
1,538
colinod
thread by: colinod | last post Jun 27 '08 by: colinod
I have made a flash mp3 player and have got as far as i acn with it, i have tried to make a drag bar for forwarding through the sound file and have put a fast forward and rewind button to eventually forward by about 20 seconds at a time. The file plays the mp3 pauses and i can sort of drag the bar but its not quite right. was wondering if...
0
1,510
thread by: seeta | last post Jul 1 '08 by: seeta
My new.asp code like this. <% dim text1 text1 = "sample" response.write "&txt=text1" response.write("txt="&text1) response.urlencode("txt=&text1") %> I tried with all the above statements individually.
0
2,818
thread by: Germaris | last post Jul 2 '08 by: Germaris
Hi there! I wish to allow users of my all Flash website to upload their identity photograph when they register. How can I proceed to make a navigation window to open in order to select in their directory the photo they want to upload ? I also want to have the ftp address being hidden (this for obvious security reasons...) Many thanks in...
0
2,228
thread by: jiwas78 | last post Jul 5 '08 by: jiwas78
Hey there. I am learning XML and Actionscript. I have a problem with getting my XML data to load when my SWF is in an HTML page in a browser. When I open the SWF on it's own whether in Flash Player or browser, my playlist of songs comes up. But in the HTML page it's a no go. Here is what my XML looks like: <?xml version="1.0" ?> <playlist>...
0
2,026
thread by: raaja | last post Jul 9 '08 by: raaja
wats the script tat how to make link one flash button to .vb in local host?
0
1,689
colinod
thread by: colinod | last post Jul 9 '08 by: colinod
I have a flash file setup to play an mp3, just a simple player at the moment. the followinf code tells it what the file to play is s = new Sound(); s.loadSound("test.mp3",true); gotoAndPlay("Playing"); what i want to do is pass the name of the mp3 file from the param tag in the html page i have tried the following
0
2,500
thread by: raaja | last post Jul 10 '08 by: raaja
how to link flash to sql server database
0
2,180
thread by: ryrocks | last post Jul 11 '08 by: ryrocks
Hi everyone, I’m having a bit of trouble with my flash carousel. I’m pulling in the image source and descriptive text from an .XML file. This works just fine :-) However, I want a button with a hyperlink that takes the user to another page, the URL must be specified in the .XML file, as I will be pulling in various URLs. I've broken down my...
0
1,539
thread by: softfalls | last post Jul 15 '08 by: softfalls
I need to build a home page in Flash which has multiple demos. I am fairly new to Flash so excuse me if this question sounds basic. I found a web design site that loads a tour demo when you click a button, www.9dx.com. I need to do the same thing but I want to load several tours from one home page, depending on which button is pressed. Is there a...
0
1,391
thread by: creative1 | last post Jul 17 '08 by: creative1
hi, I finished my site recently and virsarmedia.com and header takes frever to lead. Any help please?
0
1,342
thread by: speckledapple | last post Jul 21 '08 by: speckledapple
Ok, i have been trying to set up a form in flash with an php file handling the code then sending it to an email. Although I have managed to get the thing to send info to email, the information is sends is just strange. It is usually long and lengthy, without it being just the normal text of what i need it to be. below is what is being...
0
1,792
thread by: naatsun | last post Jul 22 '08 by: naatsun
Does any one know much about cue points in for a video file in flash?My que points work fine for the first 9 seconds, if i make a cue point after the ten second mark none of the cue points seem to register except for the last one! Can any one help me? my_xml.onLoad = function(success) { for (i=0; i<my_xml.childNodes.childNodes.length;...
0
1,222
thread by: musicmaster890 | last post Jul 27 '08 by: musicmaster890
I'm using the 60 day trial version of Flex Builder 3 and would like to get to know how to use MXML+ActionScript effectively. I tried to follow Adobe's "FlickRIA" tutorial but got lost trying to understand and learn the syntax of the ActionScript. Are there any links recommended links for a little slower learning curve? Thanks
0
1,743
thread by: digidreams | last post Jul 28 '08 by: digidreams
Hello All! Can any one help me out of this problem. my site is damn slow ,so i want to play a flash file embedded in the index file and wants to load another html file(present in the subfolder) in the background and shall to ready to display when the flash file is completed. Thanks in advance
0
2,580
techtherapy
thread by: techtherapy | last post Jul 30 '08 by: techtherapy
Hello All! This ones a little different as I'm using flash actionscripting to control some javascript swaping. The following page uses a hideDiv, ShowDiv Javascript and the following actionscript that is working flawlessly in Firefox/PC, Firefox/Mac, Safari/PC, and Safari/Mac but not ie6 or 7. They both have the same issue. They will...
0
1,664
thread by: youngwe | last post Aug 2 '08 by: youngwe
Professionals please to help. I have got problem. This; Data of the dynamic text, go to the php. Php is a data register mysql. But; data register double. This problem spring flash. Php to php data normal register. Shortly data of double register mysql. Please help. ( My english because of excuse me all )
0
2,028
thread by: gervo | last post Aug 2 '08 by: gervo
I have built a series of email forms in flash MX. using perl. the forms work for some people but not all and I was hoping some one could help me out. Here is the Actionscript on the send button on (release, keyPress "<Enter>") { if (company ne "" and first ne "" and last ne "" and phone ne "" and fax ne "" and mobile ne "" and email ne ""...
0
2,176
thread by: beaum | last post Aug 6 '08 by: beaum
For some reason when you click on an anchor point on the flash graphic, the second time it brings up a blank page, as if it is trying to think instead of as in the first click, jumping down the page to the selected anchor point. It doesn't matter what order you select the anchor points, always on the second click does it bring up the blank page....

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.