473,544 Members | 1,954 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,541
thread by: Lilly4u | last post May 23 '13 by: Lilly4u
Hello, I am working in someone else's code that no longer works at our company, I am not a coder, and have been doing research to change his coding so that I can close the swf file loaded into a browser window. Can anyone help? I am very lost! thank you!! This is what is currently in the .as file: 1st appearance of btn in code: function...
0
1,393
thread by: prachinagpal | last post Jun 11 '13 by: prachinagpal
Am working on a project that requires Devanagri text. Am currently creating a textfield, embedding DV TTSurekhb font in the flash project and feeding unicode values as input for Textfield. The text by default is top aligned to the textfield and hence the ascenders (for example in vowels) are getting clipped. Is there a way to add padding to...
0
1,828
thread by: bnashenas1984 | last post Jul 1 '13 by: bnashenas1984
Hi everyone I'm new to android/iPhone development. I'm building a text chat APP with Adobe AIR. What i need to do is to show the users received messages in the notification bar even if the APP is closed. I have no idea how the notifications work or if such thing is possible with Adobe AIR. I'v been searching on google for a while with no...
0
2,119
colinod
thread by: colinod | last post Aug 21 '13 by: colinod
I have a simple flash menu for our main page that has various words within a lip shaped image each of these words is a link and when you roll over the rest of the words fade. I am a flash novice and have probably made this the wrong way with a frame at the start with all words unfaded and then a mouseover goto frame which goes to a frame with...
0
2,619
thread by: windows8help | last post Sep 7 '13 by: windows8help
I use Livezilla for chat via my website, I am updating the site with a flash based design and wondering if I can attach the Livezilla chat script to my Actionscipt button which is a movie. The chat code: <!-- LiveZilla Chat Button Link Code (ALWAYS PLACE IN BODY ELEMENT) --><a name="livezilla_chat_button"...
0
2,502
colinod
thread by: colinod | last post Nov 5 '13 by: colinod
I have a site that passes a gender selected using a url querystring i know i can get that into flash using <param name=FlashVars value="linkvar=<%= genderid %>" /> where <%= genderid %> equals my querysting in classic asp. I can then get it into a variable in flash using var paramObj:Object =...
0
2,540
colinod
thread by: colinod | last post Nov 19 '13 by: colinod
I have a webpage that has a Flash menu on it nothing complicated as I am a flash novice. In chrome the movie sometimes does not show just leaving me with a black box until I move my mouse over the movie then it appears? this is the page http://www.yaketyyakallmouth.com/index4.asp any help much appreciated
0
5,900
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...
0
5,981
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,854
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,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
6,174
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 -
0
5,812
thread by: luke | last post Jan 9 '14 by: luke
I have made a game in flash cs6, this is a game where a character can run and jump at the same time, and it works perfect with my keyboard on PC, I also have movieClips - right arrow - left arrow - up down etc. But when I test in air on my device( Phone ) I can only Jump or Run not both together. I am using mouse.click events, can i...
0
5,856
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 ...
0
6,569
thread by: luke | last post Feb 22 '14 by: luke
Steps that I have taken are listed below... 1) I have downloaded "admob for flash air (admob_all_in_one6.6.7.ane) from this link http://fuji.h1de.net/browse.php?u=Oi8vY29kZS5nb29nbGUuY29tL3AvZmxhc2gtYWlyLWFkbW9iLWFuZS1mb3ItaW9zLw%3D%3D&b=13 2) I added this native extension to my flash cs6 project via advanced actionscript 3 settings ->...
0
5,721
thread by: luke | last post Feb 23 '14 by: luke
I am using as3 and flash cs6, I have loaded my admob ad in my constructer and then set the ad visibility to false. Then my game is played ( I have added dynamic movieclips etc filling the page ), then on game over i want to show my ad by putting my ad visibitity to true, will my ad still stay above the movieclips or will it be under the ...
0
5,690
thread by: luke | last post Feb 23 '14 by: luke
I'm using flash cs6 and i have ticked the box manually manage permissions and manifest additions in the application descriptor file, I have made some changes in the descriptor file and when I publish my app it changes back, why does this happen? Im using air 4.0.0.1390 for android.
0
5,889
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
0
5,962
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
6,311
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.
0
5,634
thread by: steel5000 | last post Jan 18 '15 by: steel5000
I have made an animation of machine which speed up from 0 Rev/min to 3500 rev/min when I click START button. Now I would like to make a speed setter within this animation. The function of this speed setter would be like this, when I click on this speed setter button, a pop-up (small window) window with confirmation button will open where I can put...
0
5,624
thread by: theophil1901 | last post Feb 19 '15 by: theophil1901
Hello, I started a simple static website not so long ago to boost my business. But I'm already tired of those annoying calls coming from telemarketers. And I noticed that most customers regret the money for phone calling. For this reason, I though I try the webphone technology to let my website visitors call me free of charge without...
0
5,573
thread by: madankarmukta | last post Feb 26 '15 by: madankarmukta
Hi, I tried to translate the pdf contents to English PDF . With the google translator it is getting converted but the converted document is containing the some other fonts which are not recognizable. Can anyone help me on this ? Regards.
0
5,692
thread by: artofmagick93 | last post Mar 30 '15 by: artofmagick93
I am looking for a software program that converts mp4 to webm, i tried using Miro but was told the videos do not play in firefox, i need the webm to play in both firefox and chrome. Hoping for a suggestion as to what to use. Thanks
0
6,046
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...

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.