473,544 Members | 1,307 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,330
thread by: Chinde | last post Mar 11 '09 by: Chinde
Hello again I'm having a little problem with this code, the idea is that the cat object follows the main character around and performs certain actions when the character is in range or out of range. on the whole the code is absolutely fine: onClipEvent (enterFrame) { if (Key.isDown(Key.UP)&&((this._y - _root.Cat._y) <25)) {...
8
2,827
thread by: chromis | last post Mar 2 '09 by: chromis
Hi, I've been struggling to get sounds to work with attachSound when the sounds are stored in a swf loaded into another swf. I came across a post on a forum which supposedly explains how to to do it, however i tryed what it suggested and it doesn't work. (link) I then tryed to use the MovieClipLoader class so that once the swf was loaded the...
7
3,698
nathj
thread by: nathj | last post Feb 26 '09 by: Markus
Hi, I'm stuck. Obviously I'm stuck or I wouldn't be posting a new question. I have a php script that takes information from a database and outputs it to the screen. The information in questions relates to a SWF file that I wish to use to display the members of the network team in our organisation. $lcDisplay .= '<div...
6
3,993
Atli
thread by: Atli | last post Feb 17 '09 by: Markus
Hi. So I have this flash movie that plays a Mp3 file using the MediaPlayback component, which is all working wonderfully. If the user presses a play button, the song starts to play, and I would like it to continue to do so while he is browsing around my page. The only thing I can think of at the moment that would make this possible would be...
2
6,503
thread by: enjoio | last post Feb 15 '09 by: Markus
Basically I just need the the link to open in a new browser window when the image is clicked. This is the content of the xml file: <!-- pages --> <section name="pages"> <page name="home"> <image imageUrl="_pic4a.jpg" link="http://www.companyname.com"/>
4
2,217
thread by: alamodgal | last post Feb 14 '09 by: Markus
hiiiii everybody Actually my site is not working properly in safari browser.Can anybody help me?
1
5,449
thread by: gusheneshin | last post Feb 14 '09 by: Markus
hi everyone im Using this code to Creat a Movie Clip and load a movie "SWF" into this Flash ------------ stop(); loady._x = 226.4;this.createEmptyMovieClip("loady",5);
1
2,080
thread by: dolittle | last post Feb 14 '09 by: Markus
Hi, I'm new to flex and trying to understand a tutorial by reading the code. There is a line: var mics:Array = Microphone.names; Flex docs says that you need to import flash.media.Microphone but on the code they don't: import mx.formatters.DateFormatter; import flash.sampler.Sample; import mx.events.SliderEvent; import...
1
3,734
thread by: ZenQuickZen | last post Feb 14 '09 by: Markus
This is a script for a character that walks in 4 directions. That works fine. I have also added other random movieclip animations for other keystrokes. I want a movie clip to play through when a key is pressed. Right now the movieclip only plays while the key is being held. How do I get it to continue to play even if the key is released? I am...
2
1,689
thread by: chazzy69 | last post Feb 14 '09 by: Markus
Hi all im a little new to flash any how, i changed the text associated with a couple of buttons on a menu i have, it seems to work fine with a playback in the program but when i export the file as a flash movie it doesn't change. Any ideas on what i should try, thanks p.s. im using adobe flash cs3
1
3,548
thread by: chromis | last post Feb 14 '09 by: Markus
Hi, This should be really simple to do and has really got me stumped. I have a movieclip inside a button, the button is called my_btn and the movieclip is called my_movie. What i want to happen is the movieclip goes to frame two when the button is rolled over, so i added this code to test the reference to the button: my_button.onRollOver =...
4
7,343
nathj
thread by: nathj | last post Feb 14 '09 by: Markus
Hi, Well the title of the thread is the question. I have tried searching for this and after several days of getting nowhere with it I decided I would ask. So here's the deal. I am using Flash 8, I have a movie that reads information from an XML file. The trick is that depending on a selection on my web page I want the move to read a...
2
2,619
thread by: chromis | last post Feb 2 '09 by: chromis
Hi there, I'm creating an offline flash piece to go on a cd for a presentation. I have a number of large flvs around the 60mb mark, I am able to display these in my flash movie using the flvplayback component. What I am trying to do is provide a menu of buttons, which will allow a user to play a set portion of the movie. Previously I have...
0
1,342
chunk1978
thread by: chunk1978 | last post Jan 27 '09 by: chunk1978
i have a bar preloader that becomes longer as the site loads. but it starts in the center and moves outward, so it's not left to right. i'm using an alpha gradient blend on the bar because the site will be windowless transparent, so i can't use/programatically move some basic white hiders with gradient edges. because i'm using alpha...
1
1,611
Parul Bagadia
thread by: Parul Bagadia | last post Jan 23 '09 by: Parul Bagadia
This is very important. Actually 1 of my friends want to join classes for animation but we dont know anything about it. So what i want to know is if somebody learns Autodesk Maya then can he get 3ds Max by himself? What is the difficulty level and all?.. And what about below parts...Effects animation and dynamics. Matchmoving using Realviz...
0
2,269
thread by: chromis | last post Jan 22 '09 by: chromis
Hi, I am trying to get my flash file to load xml data correctly, when i load loader.swf in the browser directly my xml is loaded and the movie functions correctly. However when i embed and load the loader.swf from the index.html file, my xml is not loaded. I have four files- /test/index.html /flash/loader.swf /flash/house.swf
2
2,166
thread by: serdar | last post Jan 22 '09 by: serdar
Hi, I'm designing a flash game and I have a text field to display the score as: 000000 I want to use a specific pixel font to display it. The only problem about this particular font is the width of figure 1 is not equal to other figures. So these two scores have different widths for instance (they will look aligned in this thread...
1
9,089
thread by: nesalot | last post Jan 21 '09 by: barracuda1
Hello all.. I need help with some code in a Flash CS3 banner using action Script 3.0.. I am using this code below right now on banner ad that I am sending to a site. This code allows someone to click on my banner and goto my site. var link:URLRequest = new URLRequest("http://www.dex4.com"); click_mc.addEventListener(MouseEvent.CLICK,...
0
2,324
thread by: sethupnr | last post Jan 14 '09 by: sethupnr
hi, how can i load a gif image into a movieclip at runtime . I used loadMovie() but it only works with JPEG. thanks
1
2,072
Fary4u
thread by: Fary4u | last post Jan 8 '09 by: Fary4u
Hi i'm trying to design the picture gallery ever thing works fine but whn i've make test movie or export the swf file it's runs fine but problme i'm using this with in movie clip & i think so problm with level i've tried _level10 & 11 Also i've tried with _root & parent but no success any body know's where is the problem ?
0
5,730
thread by: kronus | last post Jan 8 '09 by: kronus
Hi everyone, Please tell me what I am doing wrong: I have an xml data coming to my Air application that looks something like this: <project name="Sales Demos" path="/Company Home/Client Spaces/Sales Demos" type="{http://www.myCo.org/model/content/1.0}folder" id="71f36dcd-b59b-11dd-8205-5992b4466fe5" modified="Nov 18, 2008 3:51:20 PM"...
0
2,295
thread by: chromis | last post Jan 6 '09 by: chromis
Hi, How do i go about adding vertical padding to a dynamic text field with a vertical UIScrollbar? Thanks, Chromis
0
2,075
thread by: svibuk | last post Dec 29 '08 by: svibuk
flash vertical text scroller download scroll sites tool swf software i want to create a vertcial scrol text like the example above i have an external xml file having data can anybody help me in the same
0
1,819
Markus
thread by: Markus | last post Dec 24 '08 by: Markus
What's the best way to pass variables to a flash document? I've googled it and gotten answers, but most of them seem to be using old flash versions and invalid syntax (html). Ergo, I'm hesitant to trust it. Also, how do you obtain the values inside of the flash document?
0
1,920
thread by: chromis | last post Dec 23 '08 by: chromis
Hi, I'm creating virtual tour of a house, the part I am working on at the moment involves a 360 spin view of the house (a series of 36 flat frames). Each corner of the house has a hotspot so that the user may click to navigate to that corner. I have completed the code to get the house to spin to the correct hotspot when the user clicks on a...

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.