all groups > flash actionscript > august 2007 > threads for tuesday august 28
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 31
loadMovie and controlling depth
Posted by BSciascia at 8/28/2007 11:52:10 PM
I have been searching endlessly but others don't seem to be having this problem
so it must be very simple.
I have some text animation in my advertising banner and I would like to load a
movie so it appears under the text - to get around the 20kb size restriction of
the banner ad.
I can... more >>
Need help! Simple button issue...
Posted by IndioDoido at 8/28/2007 11:35:25 PM
hi...
I want a button to display some information in a MC when its clicked, and to
hide that same information when its clicked again.
Can anyone help me?
Here's my code:
btInfo = "off" //inicial value
_root.info._alpha = 0;
on(release, keyPress "a")
{
if(btInfo == "off... more >>
Need help with Flash/PHP online form, please help, URGENT!
Posted by EFAREM at 8/28/2007 11:11:46 PM
ive made my online form with the scripts shown below, when i submit i dont get
any errors... but i also dont receive any emails from the form, if you can see
anything that ive done wrong please help me out..
-------------------------------------------------------PHP
mailer.php-------------... more >>
#include question.
Posted by wanaryd at 8/28/2007 10:52:52 PM
Hello, I want to state variables on different frames of my movie that later
decides what .as file is loaded using #include. It seems that you can't use
variables though with #include... How do I do this? Example is below.
#include var1 + var2
If I cannot use #include... What can I use? I... more >>
A basic video player
Posted by masterkrang at 8/28/2007 10:32:43 PM
The idea is to have a list of buttons on the left, and a single instance of a
FLVPlayback component on the right (just dragged out onto the stage with it's
contentPath NOT set). The buttons on the left are called 'btn1', 'btn2',
'btn3', 'btn4', and upon clicking the button, a different video w... more >>
PLEASE Help ASAP - deadline looming
Posted by siney at 8/28/2007 9:34:21 PM
Hi - I appreciate any specific help on this problem. I've developed a Flash
Drag & Drop game for kids to dress a character properly for winter snow sports
(skiing, snowboarding, xc & snowshoe) -- I've got everything working
beautifully except for the fact that I would like the give the user t... more >>
addressing long chains of nested clips in AS3
Posted by SummerLongSince at 8/28/2007 9:09:35 PM
Hi,
this is probably a very easy topic, but i haven't been able to figure it out
myself.
In my example i have a class that creates 3 clips (sp1, sp2, sp3) and places
them on the stage. In addition they are nested:
sp3 inside sp2,
and sp2 inside sp1.
From my main flash movie I am tryi... more >>
Open .sol in Excel
Posted by adam NO[at]SPAM blueapplestudio at 8/28/2007 9:06:12 PM
I needed to run a simulation on my local computer and record the results.
There is now an .sol file containing a handful of multidimensional arrays on my
hard drive. I know that I can retrieve this data with the same .swf that
generated it, but I would like to take a look at it and edit it.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
stopping execution of scripots half way, or arbitrarily
Posted by nik c at 8/28/2007 9:00:57 PM
Hi,
I am not even sure how to explain the issue properly. I'll try. I am working
on a site involving 9 video clips. Here is the staging URL (please wait for the
video clips to load fully, it will only really work on a broad band
connection!!): http://www.multimediaworkshop.co.uk/TDD/002/
... more >>
AS3 Library and Linkage
Posted by aib42 at 8/28/2007 8:36:08 PM
Hi, I have a few questions regarding the Library and the linkage of its assets
in AS3/CS3.
The only way I know of using an external image (e.g. a PNG file) in Flash/AS
is:
Add the image to the library, give it some linkage - name: "my_image", class:
"BitmapData" (cannot seem to change th... more >>
speed in relation to distance...
Posted by lostinscript at 8/28/2007 6:34:19 PM
Hi,
Is there a way i can make a movieclip speed up or slow down according to the
distance between the mouse and the movieclip? I've made a friction effect for a
movie clip (script 1) and i have a script to work out the distance between the
mouse and the movieclip (script 2) but i cant seem... more >>
Adding a toolTip to FLV seekbar component
Posted by descin at 8/28/2007 6:02:42 PM
Does anyone know how to add a toolTip to the FLV seekbar component? I have been
banging my head against the wall far too long for something as simple as this...
It's a quick an easy fix for the play/pause, stop buttons. I added in a movie
clip that appears on the rollover state of the button... more >>
number increment trouble
Posted by Mordred58 at 8/28/2007 5:37:21 PM
I'm using Flash 8 -- Actionscript 2.0
I've created a quiz that i want to keep track of the user score. i've created
a function that, whenever the learner clicks to check the answer of his/her
question, checks the correct answer versus what the person picked. I've
created a function to play... more >>
Action Script Linked to Button...
Posted by shojinate at 8/28/2007 5:00:17 PM
Hi, here is what I am working with:
The main scene, with two labels 'Intro' and 'About'. Initially the playhead
stops at the first label 'Intro'. I have a movie clip with an instance name
navLinks1-1 on the stage. Within that movie clip is another with an instance
name of navLinks1. Within... more >>
Transition help
Posted by Voddie at 8/28/2007 4:27:01 PM
Hi
Flash 8 / AS2 - limited AS2 knowledge
Im building a project using the transitions classes and easing to move a mc
around the stage.
I have made a mc arriving on scene with the below transition
import mx.transitions.Tween;
import mx.transitions.easing.*;
var myImg_tweenxscale... more >>
trouble with URLLoaderExample
Posted by ethanDC at 8/28/2007 2:03:00 PM
I have set up the example from the URLLoader class as directed. When I run the
code I get this error:
ioErrorHandler: [IOErrorEvent type="ioError" bubbles=false cancelable=false
eventPhase=2 text="Error #2032: Stream Error. URL:
file:///C|/Documents%20and%20Settings/Administrator/My%20Docum... more >>
how do I make a mask 'spray' effect
Posted by zoenoble at 8/28/2007 1:35:37 PM
I'm trying to make a mask act like a apray can. So when when the cursor moves
over a particular place on my page, it will reveal an image below, as if it
were spraying away the top layer.
I have seen this effect before, but I cannot find any tutorials for it
anywhere!
... more >>
how to load XML file inside Object method
Posted by pascal roobrouck at 8/28/2007 1:32:19 PM
Hi,
I am able to load an XML file but now I want to make my code cleaner and I
want to do it inside the constructor of an object.
Loading an XML file happens in 2 steps :
1. start the loading by
myXMLdoc.load("example.xml");
2. Flash indicates it has finished loading by calling the ... more >>
Javascript Help (k)
Posted by W. Kirk Lutz at 8/28/2007 11:40:02 AM
Not sure why this isn't working.
I have a Flash movie in an HTML document. I have a layer in the HTML
document called "textLayer" I have a button in the HTML document, with
the following code:
<p>Make it <a href="#"
onClick="MM_callJS('opacity(\'textLayer\',0,100,2000)')">Fade In
</a></p>... more >>
Preloading
Posted by Skill_CA at 8/28/2007 2:45:13 AM
Hi,
I'm new here.
I'm a Flash developer for 3, 4 years. I love it :smile;
There is a thing that i "can't" made in all of my "Flashed life". That is,
preloading SWF movies and images, before show them.
I don't put all content in one SWF. I make various movies, then I use
loadMovie(...... more >>
Dragable mc with input fields
Posted by windsurf88 at 8/28/2007 1:19:49 AM
Any ideas on how to have the top portion of an mc dragable but needs to drag
the rest of mc. The mc contains input text fields.
track_mc_bar.onPress = function():Void {
this.startDrag(false);
};
track_mc_bar.onRelease = function():Void {
this.stopDrag();
};
The drag wo... more >>
Importing .swf files that have input data fields
Posted by windsurf88 at 8/28/2007 1:14:44 AM
When Importing .swf files that have input data fields, the fields don't work/ vanish.
Any ideas why .swf with input fields would not carry the input fields into the new file?
Thanks,... more >>
FLVplayback plays audio only
Posted by Pop Clingwrap at 8/28/2007 12:00:00 AM
I have an instance of the FLV playback component on the stage called 'my_video'
and an FLV called 'group.flv' stored in the same folder as the FLA (this is all
running from my desktop). If I link the component to the FLV through the
component inspector panel it works fine but when I try to do ... more >>
Printing via actionscript
Posted by Tolk at 8/28/2007 12:00:00 AM
Situation:
Have a frame, on this frame are three movieclips, each movieclip is 600 x 600
(pixels) in original size but have been scaled down on the frame to 60 x 60.
Some of the content inside the movieclips is produced dynamically.
Problem:
How can i make a function to print the three m... more >>
how to change the text color of certain word in dynamic text field
Posted by adreny at 8/28/2007 12:00:00 AM
i know in html css can done by this <td style="red">You are now at <span
style="yellow">home</span></td> .... the "home" word can change to another
color .... any one who know this can done in flash , please give some advice or
example
... more >>
|