473,750 Members | 2,478 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
1,548
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...
2
2,346
rrocket
thread by: rrocket | last post Jun 25 '08 by: yogeshpuri
I cannot seem to get my video to show up when I upload the parts to my website. It looks like when I test it from the Flash IDE, but nothing comes up when I move the files over to the site. Is there something I have to add to the actionscript? I am currently doing to in AS 2.0, but it really does not make a difference what I use and if someone...
1
2,206
thread by: Omega | last post Jun 21 '08 by: Omega
Hello, For my flash project I want to read variables from a text file and store them locally in flash variables. This workes fine if I put everything directly inside the flash project file (actions belonging to a certain frame). Because I need to write a lot of code I want to put it all inside an external actionscript file / class(es). When I...
0
1,563
thread by: shivakanungo | last post Jun 13 '08 by: shivakanungo
how to add different transition effect to flash through XML???
0
1,487
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,647
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) { ...
2
1,648
thread by: mukeshrasm | last post Jun 10 '08 by: mukeshrasm
Hi I want to know that how a image is loaded in flash through txt file where path of images are listed. Thanks
0
3,210
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,575
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...
2
4,565
thread by: Max58kl | last post Jun 6 '08 by: kelleyg
Hi I am trying to load a swf file using the MovieClip loader object. var myMCL:MovieClipLoader = new MovieClipLoader(); var myListener:Object = new Object(); myMCL.addListener(myListener); At the moment I have the swf loading as soon as a frame is entered on the timeline.
4
2,262
thread by: Max58kl | last post Jun 5 '08 by: Max58kl
Hi I have a main swf file that loads in 2 other swfs. The 2 other swfs have on their timeline a movieClipController the plays their timeline in reverse when a button is clicked. When I view the 2 swfs on their own everything works as it should, the timeline plays in reverse. But when I load either of the swfs into the main swf and click on...
1
3,256
Curtis Rutland
thread by: Curtis Rutland | last post Jun 5 '08 by: Curtis Rutland
I've created a music streaming application for personal use, but I've run into a problem. I tried to add a function to the event onSoundComplete, but nothing happens when the song finishes. I did this: s.onSoundComplete = playSong; The function playSong works, because the song starts, and plays, and if I click my "Next" button, it goes...
1
2,971
thread by: saravanatmm | last post Jun 2 '08 by: Atli
Please help me for run the xml file on swf at run time using php . i have done the xml file with swf mp3 player. It works correctly on mozilla. but ie can not run the xml file until delete the existing swf cookies.
1
6,459
luke14free
thread by: luke14free | last post Jun 2 '08 by: luke14free
Hello, I'm coding a file for my home page using flex. I'm getting horrible errors when trying to get img source from an xml file: SecurityError: Error #2147: Forbidden protocol in the URL http://www.talentdream.com/prj/-744961848/1665601556.jpg Feel free also to take a look to my xml provider: http://www.talentdream.com/cgi-bin/last.py ...
0
1,439
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
4
3,175
thread by: hollywoood69 | last post May 20 '08 by: axis
Hi I have an assignment to create a random array to store pictures. Each time that you click on one of the buttons in the header a new picture will appear. I know how to set up an array, and i also know how to setup up a random array. From what i understand an array is for data, so how do i store a picture in it. I don't know if this is making...
2
1,766
thread by: gigaturn | last post May 20 '08 by: axis
Hi, Can anybody tell me what is new in Flash CS3? I was working on Flash from last 5-6 years, and I am stuck with Flash new version. I don't know, why a lot of my code is not working on AS3, even I cannot write simple onRelease(), onRollOver() functions in CS3 environment. Any suggestions would be appreciated for right guidance.
1
1,777
thread by: Tarik Monem | last post May 19 '08 by: Tarik Monem
Hi guys, As usual, I've found some code from the net, changed it around, added some things and it works, but not exactly the way that I'd like it to work. I want it to work like the app on mtv.com, where one image remains on the main stage, then another image eases in over the top of the previous image. Basically, I have two loaders. When...
0
3,879
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();
2
2,765
thread by: sannysmith | last post May 13 '08 by: sannysmith
This is my first post here and I need help with a sample XML gallery. Click on the link to download the example. What I need is the text to appear below the images when its loaded and not on hover. http://www.optimustechnology.com/XMLslidergallery.zip Please help...its urgent. Thanks,
0
2,533
vikas1111
thread by: vikas1111 | last post May 13 '08 by: vikas1111
Hi All.. I have created a slide show of some images using button,, now i want to stop the slide show when i mouseover the image or button, and restart the slide show when i move mouse out of the image.. Can anyone please give me an idea how to solve this ?? Its urgent.... I am pasting my code what i have done so far.. function...
1
1,902
Unicron
thread by: Unicron | last post May 11 '08 by: jitu78
Hey folks. I have searched high and low for the answer to what seems to be a simple problem. Perhaps I don't know how to describe the title properly so if this has been dealt with before, please forgive me. I would be glad to take an answer for this in Actionscript, Javascript, or PHP. (because I have run into the problem in all 3 scripting...
0
1,470
thread by: chriskaza81 | last post May 6 '08 by: chriskaza81
hallo how can i see .sof format files maybe i have to download a right program is there any free???
0
1,772
thread by: activa | last post May 1 '08 by: activa
I'm building a game program and I've got a script that loads an external swf, and then duplicates the clip for the user to play. It worked until a few days ago when I reinstalled my OS (Mac OS 10.4.11) to fix an unrelated problem. The strange thing is that I had reinstalled the browser plugin to fix a related problem. Now the code works in the...
0
1,393
thread by: Shawn Northrop | last post May 1 '08 by: Shawn Northrop
I am in the process of building an Image Gallery. I have created an array "thumbs" and also a mc in my library called thumbnail (this has a UILoader and ProgressBar); I have sucessfully loaded the small images by creating a new thumbnail instance and storing it into an array. I have also created a Mouse Over EventListener onto each array element....

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.