473,573 Members | 2,840 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
1
6,428
thread by: BurnettMarketing | last post Apr 27 '07 by: kestrel
Greetings to all, Looking for some help in creating a horizontal scroll bar found on http://www2.hillsong.com/default.asp. Specifically the "Local News" and "Snapshot" scroll bars areas. The functions I am looking for work exactly like the ones on the website. The images will auto rotate horizontally as well as allow a user to click on the...
14
6,410
sumaiya
thread by: sumaiya | last post Dec 10 '07 by: sumaiya
i have a dynamic textbox displaying data from a php webpage which is connected to a mysql table. Now the problem i am facing is as follows: 1 - I cannot display symbols like & % ' etc flash just ignores the data after these symbols eg data=H & M flash displays = H. I know why it exepts & but i need to get around the problem 2 - flash is...
0
6,405
rrocket
thread by: rrocket | last post Nov 1 '07 by: rrocket
How do you change the font size of text in a textbox? This is what I am currently trying to use, but it does not work.... btnTimeStamp.addEventListener(MouseEvent.CLICK, TimeStamp); function TimeStamp(event:MouseEvent):void { var TimeStamp:Date = new Date(); trace(TimeStamp); var TimeStampformat:TextFormat = new...
6
6,334
thread by: schlobie1 | last post Nov 11 '08 by: chandni
Hi: I've read some of the answers to questions asked about ActionScript but I could not find one about the issue I am having. I am taking a class online and currently working with Flash. I am trying to Publish a movie that when finished rolling should display my welcome page. However, I can't figure out how to do this. This is the info. my...
0
6,314
thread by: Rajesh Vyas | last post Jun 2 '14 by: Rajesh Vyas
The text coming from XML CDATA into the Flash Dynamic text box is not appearing properly. The Dynamic text is Arial MS Unicode. In case the word in the dynamic text box is split at the end of the sentence, the first letter of the word in the second line looks like a symbol.
3
6,274
thread by: mfsiddiq | last post Apr 17 '08 by: kestrel
HI i wish to know how i can subtract one month from the current date in actionscript
6
6,249
thread by: nagmvs | last post Sep 18 '08 by: bnashenas1984
Hai friends, I want one flash player with out seek bar.U can lough after reading this,but my requirement is like that.Can any one tell me how can i acheive this.I am new to flash.I don't no how to create flash player in Flash 8.So please help me. I want one flash player with PLAY, PAUSE ,STOP,FIRST and VOLUME only.If ur having...
4
6,208
thread by: AshishMishra16 | last post Jul 2 '09 by: Dinyjayas
HI friends, I am using the Flex to upload files to server. I m getting all the details about the file, but I m not able to upload it to Server. Here is the code i m using for both flex & for Struts: import java.io.File; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Enumeration; import java.util.Iterator;
0
6,177
thread by: luke | last post Dec 28 '13 by: luke
I am using flash cs6 with flashDevelop and i have created a tile-based game. My flash cs6 - Creates a swf called assets this assets.swf goes into my assets folder. If i test movie in flash cs6 all I can see is the first frame with all of my images ( tiled movieClips ) on it. My flashDevelop -
1
6,158
thread by: congay | last post Jan 19 '15 by: congay
I have a button that saves a users input, and every time that the user presses this save button it sends the input text into a textfield. i already have an array setup with my all my textfields, but it saves one user input to all my textfield Here is my array code, and input to text code public function ctext(): void { trace("view...
3
6,109
thread by: yogarajan | last post Dec 16 '08 by: Fabez
Hi friends I want open my pdf file through my flash player it is possible? pls guide me pls give some sample code
1
6,082
thread by: sisquare | last post Oct 13 '15 by: mrhuavn
Hi, I am new to actionscrpt. I have to send data(a string) to a url when a button is clicked but that should not reflect at frontend that is I dont have to load that url. Please suggest a way to do this.
0
6,047
thread by: bnashenas1984 | last post Apr 7 '15 by: bnashenas1984
Hi everyone I'v been trying to find a way to create shortcuts with AS3 for a week now. I have found some script to do it with Java but is it possible to do it with AS3 and AIR for Android? Are there any ANEs to do it? Here's what I found: http://bit.ly/1J6urtM All I need to do is to let the user click a button and add shortcuts to...
0
5,985
thread by: luke | last post Dec 12 '13 by: luke
Hi i have made a tile based game using a tutorial from this site http://www.wildbunny.co.uk/blog/2011/12/11/how-to-make-a-2d-platform-game-part-1/ my game is complete but want to add a preloader to it. // A little background for a hopefully better understanding. FlashDevelop is where all of my as3 files and classes are and i can also test...
0
5,965
thread by: pendyala32 | last post Apr 25 '14 by: pendyala32
hi... iam newer to flex. i want to export the data in flex to ms office word document. please help me
0
5,940
thread by: luke | last post Dec 25 '13 by: luke
I have made an app using flash cs6 for my images and a little code in my timeline, my main code is wrote in flash develop and I can test my game from here. Last time I made an app I used just cs6 and it was easy to publish and set up my licence etc. but now I'm testing my game in flash develop I can only seem to release it as a swf. How do I get...
0
5,901
thread by: gadgou | last post Dec 4 '13 by: gadgou
Hello everyone, So I'm working on a university project where we're making innovative musical instruments. My idea is to have a device that you would attach to any playground toy (seesaw, swing etc.) and it would play a sound on each swing. So after playing around with Flash, I found this preset cellphone accelerometer app, which is perfect...
1
5,899
AMT India
thread by: AMT India | last post Feb 4 '08 by: nomad
Hi, I am using a javascript event of onclick for flash <div id="banner_sky" onclick="LogBannerClicks('bannerId_sky')">Flash Path (flash comes here)</div> but the function LogBannerClicks() is not invoking while clicking on the flash image; Regards, AMT
1
5,895
thread by: gabrielk43 | last post Nov 3 '08 by: johnbailey
My question is this: I use Flex Builder 2 and actionscript 2. Suppose that I have created a simple alert window like that: var alertWindow:Alert = Alert.Show(message);. What if I want to close it before user gives an input, let's say 2 seconds after I have opened it? Is there a way to send to this window a CloseEvent? Or do I have to wait ...
1
5,893
thread by: apurvaG | last post Sep 4 '08 by: bnashenas1984
Hi All, I wanted to know, can I check in action script whether the browser window which loads my swf file has been closed? Basically I wanted to call a action script function which will be triggered when the browser window is closed. Can I do this check in action script of the flash file which is loaded in the browser? Thanks in advance,...
0
5,893
nomad
thread by: nomad | last post Mar 4 '14 by: nomad
Hello Everyone: Is there away to convert a Flash executable (SAFLASH PLAYER.exe) file not sure what version flash was used back to a flash file so we can make changes. thanks damon
2
5,873
thread by: hayz | last post Apr 12 '07 by: nomad
Flash sound file looping problems hello there I'm definitely a newb so please bare some patience. I have a flash sound file on the index page of a site i'm working on. First off i need the .swf file to continuously loop, secondly i need this same file to play on every page visited on the site. I've researched and tried to just follow...
2
5,859
thread by: boyindie86 | last post Apr 4 '08 by: boyindie86
Hi I am trying to work out if it is possible to write a bit of javascript, which will set a flash movie to fullscreen mode. As at the moment the player only provides a tiny button which will set the video to fullscreen. I would like to provide a simple HTML link which when clicked will trigger the fullscreen mode. Is this possible? ...
0
5,859
thread by: luke | last post Dec 20 '13 by: luke
// I have a variable set var vol = 0.25; this var changes on demand and works fine. In my flash game I have some sound effects on movieclips that sound only when the movie clips are being played. I would like to set all of my sound effects to the same volume in one as3 file.
0
5,859
thread by: luke | last post Feb 20 '14 by: luke
I have made a app that will be uploaded to googleplay, before doing so i would like to put a share button on it, when the user clicks share it should post a link to my app in google play plus some vars for score. some thing like below... https://www.facebook.com/sharer/sharer.php?u=https://play.google.com/store/apps/details?id=air.holymoly ...

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.