This is my first question so I will address one of the simplier issues I'm running into on the project I'm working on.
I have a Flash CS3 application that loads external xml data. This data...
I have a series of video files I have rendered as FLV files that I want to use within a flash presentation. My goal is to have 1 file to run locally on a computer when giving the presentation...
Hi there,
New to flash , was hoping that I can get some advice from other users. I've found an fla that allows movieclips to scroll , so I'm trying to load an external swf to the movieclip...
I've got a Flash movie that is loading in some variables from the URL string. One of the variables is a product ID. When I load this ID I need to be able to compare it to values within an arr...
I just had unpleasant experience. I went to my (future) client's place to show him my references. I was shocked to see that on his computer (IE7, flash player 9) the background color of my fla...
I want to basically add to an existing flash movie a small area that will rotate testimonials - if possible from a text file - as a small movie clip. Any suggestions of where I could find one...
Hi,
I have a flash movie, which intends to dynamically place and animate images over the top of one another... this is currently being done by loading the images in dynmaically into a Movie...
Hi can someone point me to how I would put data in a an SQL database from Flash using ASPX as the middleware. I have found lots of tutorials on retrieving data using PHP and Flash but I kneed ...
Hi I am trying to load an external page into an iFrame from a flash command.
It loads a page to start and should load additional pages from a flash button. For some reason it just opens a ...
I've got a photo gallery in Action Script 3 that needs to load onEnterFrame, but also on Mouse click...It works fine with:
menuCont_mc.addEventListener(MouseEvent.CLICK, loadGall);
calling...
i have a flash .exe file as presentation ... now i want to write it into CD / DVD and when client / user put the CD .. it has to be auto play / open the presentation automatically ...
how t...
Hi, some kind sole demonstrated how I could create smooth rollovers for pop up buttons, however I'm finding it tricky amending the code so that it will work smoothly with four buttons. I have ...
I have an animated button which changes when rolled over. On press the button changes state as well, however when the cursor rolls back over the button (after being pressed) the rollover comma...
Hello,
I am successfully importing text for dynamic text boxes via XML. The text gets entered, but all of the "French" characters such as accents etc come up as strange symbols....there mu...
I'm not very good with scripts.
I have a movie clip that has certain key frames, where it can be stopped. You can think of them as indices.
There is a button, which when pressed, shall s...
hi
i have thumbs scrolling and i canstop the scrolling once it goes to one end, but cannot do that on the other side.
if(root.mouseX < (stage.stageWidth/2) || root.mouseX > (stage.stageW...
Hi, Experts
I try to insert the you tube movie to flash and I would like to be able to customize _width, _height and _x, _y.
Cheers
I have the following code in ActionScript 1.0 that I need to port to ActionScript 2.0:
eval("_root.question.a_" + i) = eval("_root.data.a_" + i);
eval("_root.question.a_" + i + "_id") = ...
Has anyone come up with a solution to this problem?
How to link one scroll bar with two dynamic text boxes.
Can you please check it for letter "T" in
http://www.celltonet.com/pdf-flash/pdf.html
It loads external text file.
I have tri...
Hey all, here's the question. Say i have a dynamic text box that is 500px wide. I want the text to load into the box at say 49px in height. How do i make it so it the text exceeds the 500px in...
Hi, experts
I have two HTML with SWF in them. One HTML has a button that call other HTML. The first HTML has getURL("second.html","_self"); that bring out second HTML. I would like to ask i...
I have tried numerous different ways including normal text input fields and the text field component. The example uses the text field component and i am working in actionscript 2.0. Wont le...
I can not work out how to get a combo box to action two events with one click. I can get my movie clips to play and my subtitles to play with the movie clips using buttons via XML files. no...
Hi,
I am trying to use an EventListener function to assign a value to a variable in a timeline script (NOT document class). (code below)
This doesnt seem to work, the assignment works f...