all groups > flash actionscript > september 2006 > threads for sunday september 3
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
attach movie clip
Posted by arkhon13 at 9/3/2006 11:42:52 PM
Hello i asked this in my another topic but that topic was mainly related with
another problem.
my question is;
i have 3x3 square boxes ( "box_mc"s movie clips duplicated from 1
"box" movie clip on stage)
I want to put a small box (that is movie clip "smallmc") in front... more >>
applying var to buttons
Posted by rohai at 9/3/2006 6:18:04 PM
ok, here's my question
I want to create a news system. I don't want the URL to change. All I want is
to load and unload SWFs. I have two SWFs. Let's name them ListOfArticles and
ShowArticle. When the user clicks the link in the main swf, the ListOfArticles
is loaded. It shows the list of a... more >>
flash game score ques
Posted by redsox05 at 9/3/2006 6:11:40 PM
I made a simple flash game in flash8.I want if the score reaches a certain
point to goto a different screen to display a message or for a message to
appear.I thought to put in this code
[B]if(score>=500)
{_root.gotoAndStop(10);
}[/B]
after this line. [B] _root.score+=100;[/B]
but when... more >>
Movie Clip Loader question
Posted by BetsyW. at 9/3/2006 5:50:30 PM
Hi,
I am trying to use a movieclip loader to load a swf file to a specific (x)
and (y) location in a flash movie with the following code:
stop();
myMCL.loadClip("mymovie.swf", 4);
but since the loaded swf is much smaller than the parent movie it just loads
into the upper left-hand... more >>
Sound Streaming Streaming through actionscript?
Posted by Daninator at 9/3/2006 4:48:20 PM
Right, for my animation I've got actionscript playing a sound and at the same
time I've got my animation seeming to highlight the words as it reads. But the
animation can be a little off even though I know it works fine when I play I
test the movie in edit mode. But if I don't use actionscript... more >>
PopUpManager.createPopUp()
Posted by forumnotifier at 9/3/2006 3:42:55 PM
Hey,
I have a movieclip hereforth known as "a" has a class attached to it that
creates a PopUp. When running this movie the PopUp works fine. However when
loading "a" into a movieclip hereforth known as "b"...it doesnt work.
Running a trace on a reference to the PopUp returns as nul whe... more >>
load pdf
Posted by nice dice at 9/3/2006 2:39:44 PM
Hi can anyone help - is there any way I can load an external .pdf into a mc at
a specific size and position using loadMovie?
Do I have to convert it to a jpg & use a setProperty() ??
Also having a big headache trying to resize the images to a standard size but
without stretching or squashing... more >>
Closing the window component from within the window
Posted by The BIG screen.cjb.net at 9/3/2006 2:04:32 PM
Hello,
I used the following code to open the flash window component.
myWindow = mx.managers.PopUpManager.createPopUp(_root, mx.containers.Window,
true, {title:evt.target.selectedItem.name, contentPath:"ProductForm",
closeButton:true});
// set the dimensions of the popup window.
myW... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Instantiating a class dynamically
Posted by undefine at 9/3/2006 12:58:05 AM
Hi,
Is it possible to create an instance of a class dynamically without hardcoding
it's name. Here are some methods I've tried, but to no avail.
// 1)________________________________________
var className:String = 'MyClass';
import com.mypackage.*;
var classRef = eval(className... more >>
How to read from text file?
Posted by ali_kiyani at 9/3/2006 12:00:00 AM
Hello
I am trying to create a simple SWF file in Flash MX which will read contents
from a text file named "file.txt" and display on screen. Only one word is
written in that text file "hello" which needs to be displayed.
I tried using loadVariables function but somehow it is not working and... more >>
onLoad question from a beginner
Posted by b_rand at 9/3/2006 12:00:00 AM
Hi,
I have the following code in a frame:
lowerPanel_mc.onLoad = function() {
y=1;
trace("lowerPanel_mc onLoad event. y = " + y);
}
upperPanel_mc.onLoad = function() {
y=5;
trace("upperPanel_mc onLoad event. y = " + y);
}
Why does only the top function fire? ... more >>
Duplicating dynamic images/sounds
Posted by Tal_CS at 9/3/2006 12:00:00 AM
The manual states it's not possible to duplicate movie clips with JPEG/SWF/...
loaded into them (using loadClip).
I want to duplicate movie clips with dynamic images & sounds, and I wonder if
there is any solution rather than moving the [b]same[/b] objects to a different
area of the screen... more >>
Scrollpane does not work
Posted by doinka at 9/3/2006 12:00:00 AM
Does anyone know why the text disappears 1/2 way down the scroll?
[URL="http://www.gaygraphicartists.com/scroll-test2.fla"]Download FLA
Here[/URL]
[URL="http://www.gaygraphicartists.com/scroll-test2.fla.zip"]Download ZIP
Here[/URL]
... more >>
Automatically Play of SWF File
Posted by suntoya at 9/3/2006 12:00:00 AM
i want to create SWF file (loader.swf) wherein have multiples movie clip inside...
i want to automatically play other swf file by calling.. when the loader.swf finish without using any buttons...
... more >>
|