473,573 Members | 3,376 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,507
thread by: fredlexus | last post Dec 17 '11 by: fredlexus
Hi, Scenario: Click on button and timeline animation plays (the animation is a panel that rotates from the back to the front ) AS - 3.0 CS5 Error: Scene 1, Layer 'actions', Frame 1, Line 11
0
1,640
thread by: Esther Saimpou | last post Dec 18 '11 by: Esther Saimpou
Hi, I have an swf in a pop up window and I want a script that will "close" the pop up when someone clicks on a button. I tried: on (release) { getURL ("javascript:window.close()"); } and on (release) { getURL ("javascript:window.opener=self;window.close()" );
0
1,359
thread by: | last post Jan 1 '70 by:
0
1,753
thread by: ococ | last post Jan 5 '12 by: ococ
hello. first of all sorry about my english. i have 2 flash files,one is mine (the main container) and one is a external swf. i want to load the external swf to my container swf. i write this code in my as2 container --- code inside the main timeline flash (mine flash) ----- *first of all i add a movie clip with instance name mc1 to the...
0
1,576
thread by: Max58kl | last post Jan 17 '12 by: Max58kl
I have a Flash movie that contains a video clip (external FLV) file. I have setup about 20 cue points to show images when the cue points have been reached. My problem is if I click on the playback controls (playhead)say to jump to a certain part of the video clip, no image shows until the next cue point is reached. Is there a way to let flash...
0
1,692
thread by: matt415 | last post Jan 17 '12 by: matt415
Ok, this code works fine on my .swf file when I test it out in Flash. It doesn't work anymore when I externally load the .swf into the main site. I believe when imported it doesn't recognize the _root anymore. I have this movie clip with the navigation buttons in it. I want the buttons to travel to the labels on scene 1 when clicked and they...
0
1,324
thread by: ross rus | last post Feb 9 '12 by: ross rus
how can i hiding min/max/close buttons in swf window
0
1,516
thread by: Max58kl | last post Feb 14 '12 by: Max58kl
I have a flash file containing 9 scenes. I thought that it would be a good idea to place all code in an actionscript (.as) file. //include "main_as.as"; On one scene I have an array of buttons var myArray:Array = ; This works fine as is.
0
1,454
matheussousuke
thread by: matheussousuke | last post Feb 28 '12 by: matheussousuke
I've been searching on the web, but all I could find was something related to action script 1.0. Need something that supports action script 2.0, does anyone know where can I find this or some other good resources for flash? Tried flashkit.com, but it has too many old stuff.
0
1,488
matheussousuke
thread by: matheussousuke | last post Feb 28 '12 by: matheussousuke
When I place this code inside a as 2.0 fla, it doesnt work well, so it must be 1.0, right? How can I convert (Flash 5) it to 2.0 (flash 8)? n++; if (n < 150) { duplicateMovieClip("nutz", "nutz" + n, n); } setProperty("nutz", _rotation, getProperty (nutz,_rotation) - n / .5); tellTarget ("nutz") {
0
1,597
tharden3
thread by: tharden3 | last post Feb 28 '12 by: tharden3
Hi Bytes Community, I am developing a desktop application where customers can customize our product. It would be very similar to Nike ID, the online Nike store where you can customize and order shoes. I am not so concerned with the eCommerce part just yet... I just want to create a desktop application where they can select the product and then...
0
1,968
thread by: santusapi | last post Mar 14 '12 by: santusapi
Hi All, I'm trying to load PDF in flex 4.5. But facing some issues. Say the pdf is not resizing for its parent. I am attaching the screen shot of it. Also the code for loading is here. <s:Group horizontalCenter="0" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
2,501
thread by: bomma | last post Apr 3 '12 by: bomma
i know to create digital clock using flash, but can anyone please tell me how to create hours - minutes - seconds separately.. 12:30:56:pm this is what i can create, but i need 12 separately similarly 30 - 56 - pm separately
0
1,389
nicebasic
thread by: nicebasic | last post Apr 16 '12 by: nicebasic
This question has been in my mind for a long time. A few months ago, I saw a site about singers. People could go to the site and sing a song they liked. The site recorded their voice. How do they do that? Do they use Flash/ActionScript? What's the best way to do this? The name of the site is SingSnap.com
0
2,030
thread by: raekhan | last post Apr 19 '12 by: raekhan
This is my first post on your site, so let me begin by thanking all you geniuses who so thoughtfully and effectively answer frequently asked questions that until now I have been able to find solutions to my Actionscript quarries without having needed to ask a question myself. Kudos! The problem I’m having is quite specific to my context but I will...
0
1,749
thread by: Shahzad | last post May 17 '12 by: Shahzad
i am using playerProductInstall.swf to show swfobject. swf file contains multiple pages. and few pages footer is not showing properly. Following is the source. <script type="text/javascript"> // For version detection, set to min. required Flash Player version, or 0 (or 0.0.0), for no version detection. var swfVersionStr =...
0
1,897
thread by: bnashenas1984 | last post Jun 9 '12 by: bnashenas1984
Hi everyone I have written an AS3 socket script to retreive data from a FTP server . It works fine when the device is connected to WIFI. The problem is that most of the times it fails on 3G network. import flash.events.ProgressEvent; import flash.events.Event; import flash.net.Socket;
0
2,190
yoohoow
thread by: yoohoow | last post Aug 2 '12 by: yoohoow
some people say {} is more quicker than "new Object()" when create an Object. But I have tested. "new Object()" is about 45% quicker than {} operator. what's the difference between than?
0
1,726
thread by: crh313 | last post Dec 17 '12 by: crh313
Hello everyone, I wanted to get some guidance on how to write a conditional statement on a DataGrid in Adobe Flex/Flashbuilder using AS3. For example If an item is loaded into a data table, then the background color of that items changes red after 5mins. Thanks!
0
1,993
thread by: steel6000 | last post Dec 26 '12 by: steel6000
help me to make a button which will open a window, this window contain another button that has an action to move the animation to frame number 10 of next scene in flash MX2004.
0
1,598
thread by: Fluggey | last post Feb 13 '13 by: Fluggey
Hi Im very new to Actionscript i have written parts of code for a small shooting game but nothing more. Im in need of some help on designing this is possible. What i'm looking at doing is creating something like Spreadshirts T-shirt Designer http://www.spreadshirt.co.uk/design-your-own-t-shirt-C59
0
1,616
nomad
thread by: nomad | last post Feb 16 '13 by: nomad
Greetings: I have a new client in which they have an existing flash project. One of their pages you can purchase products with is an image with 3 products on it. They have a clickable link so you can buy the product. They now want to add 2 more products to the page and there is no more room to add the other 2 products unless I make the images...
0
1,616
thread by: Bala Kumaran | last post Mar 24 '13 by: Bala Kumaran
Hi Everyone, I've a movieclip and it's paying time upto 30 seconds. I want to play that movie when website starts. (eg. If I entered the url of my website www.example.com initially the video clip must be played ("index.php") and the page should be redirect to "mainpage.php" when the movieclip completely played.). ...
0
1,718
thread by: janiebont | last post Apr 21 '13 by: janiebont
When I first inserted my flash drive it installed one driver but another driver for the "Chipsbnk UDish USB Device"; a message said Windows 7 was not able to find. The flash drive does not show up in Windows explorer so I have no access to its files. I unplugged the drive and re-inserted it -- a bleep sounded as usual when you insert new hardware...
0
1,653
thread by: thenabster | last post May 19 '13 by: thenabster
I'm working on a video chat application and I'm building a feature where someone who starts a call can switch the call to an audio call. Now the receiver gets a link for the call and when they join the call the application gets their camera and microphone and attach it to the netstream. What I want is if the initiator if the call turns his camera...

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.