all groups > flash actionscript > april 2005 > threads for saturday april 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
Getting a link to show in frames
Posted by vldesign at 4/2/2005 11:50:02 PM
I am making a navigation/interface/menu in Flash MX 2004 and am going to embed
it in a Dreamweaver html page. I am making all of the links in the flash movie
and want them to bring up standard html pages when clicked. I have the site in
Dreamweaver set up in frames. Top and Bottom. How wou... more >>
Some strange sound...
Posted by Smirnoff103 at 4/2/2005 10:55:36 PM
Hi
I was making an mp3 player for a site, everything works
untill i played the sound, it's like the song is been played at 45 rpm instead
of 33 , if you see what i mean.
I think i know why, but i'm not sure.
I reduce the quality from the MP3 file into 80 - 22100 mhz. Cause when th... more >>
Rotating a Mc
Posted by davidprovost at 4/2/2005 9:49:46 PM
Say I had an mc and i wanted it to rotate whenever the left or right keys are
down, and I wanted the mc to move in the directiong of whatever the mc is
poointing whenever the up key is down, and the opposite way its pointing when
the down key is down.
... more >>
sequential javascript commands in ActionScript
Posted by BayStarMedia at 4/2/2005 6:15:07 PM
Hi,
I am trying to make DIV layers disappear on a frame of a movie no matter how
many were opened. So I have a "Forward" into which I have added the javascript
on (release) {
currentStep = bringmenu.PreviousStep(currentStep);
getURL ("javascript:hideDiv2('dcCon02')");
getURL ("j... more >>
How to wait until jpgs have loaded
Posted by flashmaster52240 at 4/2/2005 5:54:32 PM
I'm dynamically loading in jpgs in this fashion:
for(i=0; i < totalNum; i++)
{
arr_fileName = fromSomeXMLChildNode;
currentClip = createEmptyMovieClip("clip_" + arr_fileName, i );
currentClip.loadMovie(folderName + "/thumbnails/" + arr_fileName);
}
And I want to do thi... more >>
need help on a currency function.
Posted by Richard Ragon at 4/2/2005 5:51:22 PM
Anyone have a function to turn a number into a currency string?
Here's what I have so far..
// function to return a string with Dollar Sign and Commas
function figureOutCash (numberNow) {
var calMoney:String = "$"+numberNow;
return calMoney;
};
This only adds the "$" to the front of t... more >>
Mouse contolling movie clip rotation
Posted by ThePeasantKing at 4/2/2005 4:37:23 PM
Okay, i'm making a game like grand theft auto but where the sticks are main
characters and run around shooting everything. I have most of the game made but
i not sure how to make my main characters head and arms move with the mouse.
I'm tring to make it so that is the mouse moves left then the... more >>
Buttons leaking through movie clips
Posted by Rich146 at 4/2/2005 2:55:13 PM
My buttons from a lower layer are active when a movie clip is opened on the
next layer above. I could move the active mc to another spot on the timelime
but that is a bit cumbersome. Isn't there a way to have the mc load on another
level w/o the button hit area from the layer below being activ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
localization
Posted by steeban at 4/2/2005 11:25:37 AM
hi all
i am developing a small project in flash for france
what's the problem is the numbers that i handle
i am doing some calculations using decimal numbers
i am in india and using english os
but in france, they use french os
what's the problem is, in france the decimal points are displ... more >>
Passing variables to Media Playback Component
Posted by 3Deviants at 4/2/2005 10:32:02 AM
I'm developing a website using ColdFusion that needs to display a video chosen
by the user. I am very inexperienced in Flash, but I thought I would create a
little Flash file using the Media Playback Component to play an external FLV
file. The problem is that the site uses hundreds of videos a... more >>
Help: preloader movieclip
Posted by Ryatsuix88 at 4/2/2005 9:02:55 AM
Hello all, I made a preloader movieclip. it's 150 frames long and it's
animation are where small square boxes getting filled up. I can get the
preloader to work, however, sometimes it won't load til' the end (reach the end
of the animation) and would just jump right on to frame 2 after it's do... more >>
sendandload problem
Posted by wondertoonel at 4/2/2005 2:45:17 AM
i am having troubles using the sendAndLoad method to send variables to a php
script.
my script looks like this:
on (release) {
var result_lv:LoadVars = new LoadVars ();
var send_lv:LoadVars = new LoadVars ();
send_lv.iSongID = "0022";
send_lv.sendAndLoad ("playerstatsupdate.php"... more >>
panorama 360
Posted by mark at 4/2/2005 1:44:17 AM
anyone have a good exemple to make a panorama 360°?
like this http://www.flashloaded.com/360panviewer.php but...free :)
thank in advance
... more >>
|