all groups > flash actionscript > october 2006 > threads for monday october 2
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
Published Audio Not Playing
Posted by davefc at 10/2/2006 11:21:17 PM
I have the following test code (below) as a button event handler. It works
just fine in the Flash IDE, but does not work when I publish and then bring up
the generated HTML file in IE 6. In both scenarios, the audio file bytes are
streamed from the server and the onLoad() is called successfu... more >>
using delay, and a while loop... errors.
Posted by se1zure at 10/2/2006 9:39:22 PM
i am making a breakout style game, and want to have the score count up +1 for
every 1/4 of a second (or 250 miliseconds).
The problem is, when I use a while loop, I get the error saying "something is
slowing flash down, would you like to abort?". I assuming all the cpu is being
gobbled up by... more >>
Bullet image style not working in a Dynamic Flash Text Field
Posted by christoph. at 10/2/2006 8:58:25 PM
I can't get the bullet image style from an external css to work in a Dynamic
Flash Text Field. I can't even change the bullet color either; it keeps
defaulting to black even when I define a [LI] color style. Please help. An
example of my problem is under the services section on the below link.... more >>
Detecting flash version
Posted by Luka at 10/2/2006 7:56:38 PM
How can i detect flash version within flash?
Thanks
Luka
... more >>
slider issues
Posted by kerrysmagicshirt at 10/2/2006 7:03:29 PM
also posted in site design but belongs here (sorry)
i'm trying to ammend a slider and in doing so i seem to have messed up the
slider. when you first click and drag the litle button jumps to the top - can
aanyine help please?
i have changed it's position from when the action script was w... more >>
pause button
Posted by kerrysmagicshirt at 10/2/2006 7:00:01 PM
i posted this in the site design forum but i've not had a response so i thought
i'd post it here - in retrospect it blongs here more
i do apologise at the probable stupidity of this
i have piece together about 30 photograhps to create an animation. i want them
to play back at around 20f... more >>
Video Player, multiple movies
Posted by Mister Peanut at 10/2/2006 6:52:17 PM
Hello, I have made a video player that plays flv videos. I would like to
attach more videos to the player with a series of buttons. I'm pretty sure
this is not the right way to do it. Can anyone help me with how to name and
attach other videos into my theVideo instance? Here is what I'm us... more >>
onMouseWheel
Posted by Mister Peanut at 10/2/2006 6:41:29 PM
hello, I am trying to scroll text within a text field named theText. with this
code, the entire text container scrolls upward out of theText field. How do I
just get the text to scroll within the container? This is the AS I am using:
var mouseListener:Object = new Object();
mouseListene... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
duplicating movielcips
Posted by -=whyv=- at 10/2/2006 5:22:26 PM
hello
i've got a situation and i can't really find the solution so i need some help.
i'm trying to duplicate a movieclip and the new movieclip has to have
actionscript of its own.
so if there are multiple new movieclips they al have to have their own
actionscript.
thx
... more >>
Execution order and its Relation to rendering/frames/Layers/Actionscript
Posted by armyofda12monkeys at 10/2/2006 5:06:46 PM
Okay so i was going through some simple actionscript code and asked around on a
few forums and was still a bit perplexed at execution order in Flash :confused;.
I think senocular had a good intro on it here as someone recommended it...
http://www.senocular.com/flash/tutorials/depths/?page=2
... more >>
Local Shared Object for Tracking?
Posted by jeffpelletier at 10/2/2006 4:56:53 PM
I was looking into a way of tracking some SWF's that I am going to distribute,
and was directed to the Local Shared Object tutorials, but after reading into
them a bit, I'm not sure they will apply here. I need to distribute a SWF, and
send some sort of message to my server, not the server of... more >>
loading swf
Posted by dzedward at 10/2/2006 3:09:37 PM
I want to load a swf of date and time i've built into my website so it's there
all the time. My website consists of 6 scenes, how would I load the swf (day &
time) into my website so it always appears in the same place no matter what
scene the user is on? Thanks
... more >>
Looking for the holy grail of action script code
Posted by unknown72 at 10/2/2006 3:06:24 PM
OK, I'm working on a Flash file and have created a button that I want to click
on to open the following page: http://www.wcrf.org/ in a new browser window,
window name: WCRF, width: 450, height: 450. I have seached the forums and this
seems to be both the most asked and un answered question.
... more >>
Processing arguments
Posted by Anton Tupikov at 10/2/2006 2:51:56 PM
Hello!
Why Flash starts to process arguments from the end of the array:
var i=0;
function myFunc(a, b, c)
{
trace(""+a+b+c);//Output: 210
}
myFunc(i++, i++, i++)... more >>
Why does?nt the form work - Here?s the code
Posted by highlander_1 at 10/2/2006 2:32:24 PM
In navigation.swf there is a moviceclip called mcForm
[b]The code in the mcForm:[/b]
[b]Frame 1:[/b]
System.useCodepage = true;
stop();
[b]Frame 2:[/b]
if (skickat eq "ja") {
gotoAndStop("klart");
}
[b]Frame 3:[/b]
gotoAndPlay(_currentframe-1);
[b]Frame 4 with label start... more >>
AS / SCORM - how to change course status
Posted by MO66 at 10/2/2006 2:24:18 PM
Hi! I'm new to ActionScript and not so new to SCORM. I've created a simple 3
frame .fla and am using the Flash with SCORM 1.2 tracking template to publish
(Flash 8 PRO). When the course is launched from the LMS the course status is
set to 'incomplete'. My problem is setting the status to 'comp... more >>
Hidden Button script, please help a newbie
Posted by skateblade at 10/2/2006 2:12:21 PM
Hi,
I?m a newbie, I downloaded the trial version of flash and I?m trying to create
an invisible button that will run a flash swf. I have put a stop(); in the
first layer (action) The button in the second layer (button) with this code:
on(rollOver){
gotoAndPlay("Start");
}
And th... more >>
mc's position control of sounds
Posted by baptised at 10/2/2006 1:07:23 PM
I want to create an environment that will be traveled through by a user
controlled mc. I want the position of the mc to control the volume or trigger
multiple sound sources ie in a street environment I want the volume to increase
/ decrease as the user moves by different objects. Is this posib... more >>
Using actionscript to change properties of an object
Posted by derbys1 at 10/2/2006 12:12:40 PM
Hey, i've written this out once already but the post fecked up.
What im wanting to do is create a flash document that allows me to alter the
properties of a shape, at the touch of a few buttons. So im wanting to change
the alpha colour, the xscale and the ability to rotate the shape.
So ... more >>
Replicating timeline with code
Posted by wally_errrr at 10/2/2006 12:01:58 PM
Hi guys and girls,
Just wondering if someone can enlighten me on how you go about replicating the
timeline of a movieclip as a class file?
I am what I guess would be called an intermediate actionscript programmer, i
am not slouch, but I am also no actionscript guru.
Anyway, I have be... more >>
Script to Close Pop-up's
Posted by 123445667789 at 10/2/2006 11:30:37 AM
Hi I'm hoping someone can help, I'm looking for a piece of actionscript that I
can write onto the other sections of a particular page on my site. I want the
script to automatically shut down any open pop up's on my page, when the viewer
moves onto another section of this particualar page! Any ... more >>
rollover mc...get previous/next elements of array
Posted by MeerahMax at 10/2/2006 10:27:34 AM
Hello ,
I have dynamically created array image gallery ...when I rollover one image I
want it to enlarge and shift neighbouring images aside...
What I need to know is : when I rollover particular mc with image how to list
mcs with indexes lower in that array and with higher index number in t... more >>
Border around movie clip
Posted by Dibble1000 at 10/2/2006 9:54:13 AM
Hi
I am importing an external movie clip into flash. The movie plays well apart
from a grey border around it. Does anyone know how to remove this border so
that the movie looks like it is part of the page? Thanks
... more >>
text autosize
Posted by rohai at 10/2/2006 6:07:53 AM
Is it possible to make a individual text field height? Below is a code I'm
training my flash skills on. The code dynamicly creates list of articles with a
title and a short description. After a click on a title you get the full
article, but this is not the problem now.
As you can see from... more >>
Parsing XML Data
Posted by dad_1953 at 10/2/2006 4:01:50 AM
Hello Everyone,
I am trying to display weather information in my flash movie. I am having
problems parsing the information that I receive. I can get the line of data
from the xml date that is returned when I do an xml load. The problem is that
I can?t parse the data. I have simplified by... more >>
24 hour to 12 hour
Posted by dzedward at 10/2/2006 1:37:35 AM
how do i make it so my clock displays 12 hour not 24 hour time? heres my code
myDate = new Date();
var hours = myDate.getHours()>9 ? myDate.getHours() : "0"+myDate.getHours();
var minutes = myDate.getMinutes()>9 ? myDate.getMinutes() :
"0"+myDate.getMinutes();
var seconds = myDat... more >>
|