all groups > flash actionscript > august 2007 > threads for friday august 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 31
swf works fine in flash, not in browser??
Posted by LetsRideBikes at 8/3/2007 10:45:32 PM
I have a swf that has a video playlist. All the videos are visible at once and
it will go through playing one at a time. works fine when I test it in flash
and ie7, but firefox it freaks out and plays them all at the same time. what
could be causing this? Firefox has flash 9.
... more >>
Creating a simple scaling RollOver
Posted by Bradleyvance at 8/3/2007 9:09:47 PM
I'm trying to create a simple scaling rollover effect for some buttons using
actionscript 3.
In my file I have two buttons, the first button has the proper beginning and
ending states, but lacks the animation in between. The second button has the
proper animation, but unfortunately the ani... more >>
Preloader
Posted by learning_836 at 8/3/2007 8:49:03 PM
I've created a preloader & when I simulate download it doesn't show up 'til
about 50%. Can anyone see what I could have done wrong?:confused;
stop();
myInterval (setInterval (preload, 100));
function preload (){
var current = _root.getBytesLoaded();
var total = _root.getBytesTota... more >>
alpha fl.transitions.Tween on CS3 Button Component does not hide label
Posted by pleyel at 8/3/2007 8:39:12 PM
I must be missing something. Performing alpha tweens on button components is
only hiding the graphic assets , not the text label. Is this happening to
everyone? Is there a sensible work around other than making a custom button
component?
Thanks in advance.
... more >>
YOUtube embed code in a flash app
Posted by iknowdan at 8/3/2007 7:47:24 PM
Ok so i want to be able to use the embed code from a Utube or Revver video in a
swf. I want to be able to call:
<object width="425" height="350"><param name="movie"
value="http://www.youtube.com/v/7L87zqOVqXk"></param><param name="wmode"
value="transparent"></param><embed src="http://www.... more >>
How to load a second array?
Posted by thejokerman05 at 8/3/2007 7:33:03 PM
I have this code loading a set of thumbnails. Right now the first set of thumbs
loads fine but how to load my second array in a new row?
import caurina.transitions.Tweener;
var imagesRow01:Array = new Array("01_thumb.jpg", "02_thumb.jpg",
"03_thumb.jpg", "04_thumb.jpg", "05_thumb.j... more >>
Now ive got this far...
Posted by alanwallace4 at 8/3/2007 6:45:24 PM
Hi,
So what im trying to do is get the hang of loading in data using xml.
I can manage to load text into my movie but i would like to add pictures as
well.
Not a slideshow though. Just singular pictures.
So here is my xml at present
<?xml version="1.0"?>
<sitetext>
<homepage>... more >>
Mouse wrangling, can the mouse be confined to an area of a swf
Posted by shurleynova at 8/3/2007 6:24:14 PM
I want to be able to make the mouse only able to move around on part of the
stage namely the bottom 75px. So I want ot to be able to move 100% on the X
axis but I want to restrict the movement along the y axis. Is there a way to
do this without using the mouse hide function?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash CS3 and FLVPlayback
Posted by Xx)MaveriK[X] at 8/3/2007 5:18:32 PM
Hello.
Is there a way to dynamically instantiate a FLVPlayback with ActionScript 3?
I imported fl.video.FLVPlayback and Flash accused not knowing this class...
Thanks,
Ian L.... more >>
projectile to target
Posted by tag_digital at 8/3/2007 4:26:04 PM
I know how to create a projectile motion using angle and speed but does anyone
know how I can create a projectile motion using the start x,y and target x,y? I
need to insure that the projectile reaches the target and since the start x,y
is always different I can't use predefined angle and spe... more >>
FLV playlist between two FLVPlaybacks
Posted by leoserra at 8/3/2007 3:26:21 PM
Hi everyone,
I'm trying to make a project that must use a playlist in XML and then display
the movies in two different FLVPlayback, wich are inside separate movieclips.
One (I'll call it "tipo1"), must display videos fullscreen, the other (I'll
call it "tipo0"), must display the video in a... more >>
FLVPlayback custom skin question
Posted by GWD at 8/3/2007 3:11:03 PM
Hi all,
Does anyone know if there is a way to achieve a spread of the video control
elements from relative to one of the elements being centred horizontally (e.g.
the play/pause button) and the others spread to the left or right either side
of it.
I can get my head around the anchorLeft ... more >>
full browser scalability
Posted by Daaaaaaang at 8/3/2007 2:31:39 PM
does anyone know where i can find information on how to make your .swf fill the
browser window and move within the browser window when you shrink or enlarge
it?
example: http://www.interpolnyc.com/
thanks
... more >>
fading an swf movie sound during get URL command
Posted by doyl8031 NO[at]SPAM bellsouth.n at 8/3/2007 1:42:17 PM
Can someone help with the code for fading an swf movie sound during get URL
command
I have within the main movie a turn on/off sound button that fades music in
and out upon release. My question is how to do the same effect on a different
button with I want a user to enter another site or ... more >>
Easy movie clip / timeline question... please help.
Posted by pbeternal99 at 8/3/2007 1:36:40 PM
This is a pretty simple question about something I just cant figure out.
I have a movie with 2 frames. On the frist frame are two buttons. On the
second frame is a movie clip. In the movie clip are two labeled frames, "ball"
and "box" for two parts of an animation. One part plays a ball bounci... more >>
Full screen bug
Posted by Mark Kramer at 8/3/2007 4:35:50 AM
When you create a button handler with accessibility enabled so a space bar key
press fires the MouseEvent.CLICK, you get an error trying to set
stage.displayState to StageDisplayState.FULL_SCREEN. Apparently under the
covers, there is a translation between the KEY_DOWN/KEY_UP sequence into a
... more >>
passing variable to flash from PHP query
Posted by Creative_Dynamix at 8/3/2007 1:50:58 AM
Is there a way for flash to read a variable from a query string like:
flash.php?thisID=1
can Flash read that? ... more >>
Can't add actionscript to button instance
Posted by nstolba at 8/3/2007 1:49:46 AM
How come my fading-in buttons can't be made clickable. I tried adding
actionscript to the buttons as they are fading but they don't accept
actionscript while tweening. I'm using MX 2004 and am a newbie. The links work
fine after the animation. Please check it out at : http://www.bradstolba.com... more >>
Newbie can't get example "helloworld" working
Posted by Just Maybe at 8/3/2007 12:36:51 AM
Hi, I'm trying top get to grips with actionscript. After following the example
helloWorld (cut and paste the code from the help file) I'm getting a compiler
error message .
1137: Incorrect number of arguments. Expected no more than 0.
mainText.text = myGreeter.sayHello("Bob");
C... more >>
Creating a array from variables passed from php
Posted by webtot at 8/3/2007 12:00:00 AM
I have passed variables from PHP to flash successfully but now need to firstly make them into an array. A next button and previous button has to trigger the step through the array.
Any ideas?... more >>
different question about communicating between classes in AS3
Posted by H u g o H i r a m at 8/3/2007 12:00:00 AM
Hello
I have two classes - Person and Car - both classes are public and each
class has its own .as file.
public class Person extends Sprite
and
public class Car
The package name on both files are the same, both classes are declared
on the my first frame of my main timeline and they wo... more >>
Use space bar to play an FLV file
Posted by rhennosy at 8/3/2007 12:00:00 AM
I have an external FLV file on frame 25 of my flash movie. I would like to make
it so the user has to press the space bar for that FLV to play. Right now it
plays automatically when we get to frame 25. How can I do this?
Thanks,
Rich
... more >>
Gotoandstop doesnt stop
Posted by ???????????????????? at 8/3/2007 12:00:00 AM
Hi
Im not a programmer but Im trying to make a game in flash. in the first frame
i choose to which level to go to and its ok - you get to the right frame but
when i try to get back to the first frame after the score is presented it
doesnt stop and loops back to the highscore frame.
I've us... more >>
Is this a bug in TextField?
Posted by David Mok at 8/3/2007 12:00:00 AM
I have a dynamic TextField, "TestText" on the stage.
The following is in the action:
------------------------------
TestText.html = true;
TestText.htmlText = "<a href='asfunction:trace,TTT'>" + "click1\n\n </a>";
TestText.htmlText += "<a href='asfunction:trace,TTT'>";
TestText.htmlText... more >>
|