all groups > flash actionscript > september 2005 > threads for monday september 19
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
gotoandPlay with scene and frame label issue
Posted by snapperdog at 9/19/2005 10:42:29 PM
I'm sure this is elementary, but I've been looking at it too long to see my own
error. The actual project is much larger than what's here, I've simplified
sample code to illustrate my question.
I'm attempting to build a demo of our product for our sales team. The demo
varies depending on... more >>
Rubic Cube?
Posted by VsiSoftware.com at 9/19/2005 8:43:03 PM
is there a way to make a playable Rubic Cube with Flash or something?
... more >>
Button Problems
Posted by jackcee at 9/19/2005 8:30:13 PM
I created a button and on roll over want a submenu with 3 other buttons to drop
down. I created the submenu as a movie clip and placed it on the 2nd layer of
the buttons "over" frame. The submenu does drop down when you roll over the
button but when I move the arrow to click on one of the subm... more >>
getURL - open pdf - bug in ie6 ms sp2
Posted by enemit at 9/19/2005 7:29:33 PM
hi,
i got this snippet of code:
Inst_OrderForm_btn.onRelease=function() {
getURL("./doc/x_coffee.pdf", "_blank");
}
and it links to the pdf on the same webserver.
It does what it should on all plattforms (mac,linux,ms2000) in all browsers,
except ie6 on ms sp2. in here it... more >>
can someone PLEASE help me
Posted by batgirl_Sa at 9/19/2005 7:14:40 PM
i know this can be done because i read about a childrens software that does
this......
i am alsmost finished with my prototype and need to add 2 major elements
i am developing an storymaking CDROM children where kids will be able to
create there own stories.. I want the children to be able t... more >>
Still struggling, but making headway - vars from html to flash
Posted by posted.by(Vern); at 9/19/2005 4:34:55 PM
Well I have succeeding in using a query string in the URL, parsing in JS
within the page, and passing the variables I want into the Flash movie. So
now it works great in IE. I works in Firefox too, but now I have about a 15
pixel space around the Flash movie that doesn't appear in IE. This ... more >>
converting text to html
Posted by Dan NO[at]SPAM SEBTS at 9/19/2005 1:07:23 PM
I was wondering if there is a way to take text that is formatted in flash and
send it out somewhere else as html code rather then plain text. Basically, if I
have some text in Flash that I have made bold can I send it out to a database
with <b></b> tags? Any help would be greatly appreciated. ... more >>
Get instance name of object and parse....
Posted by Christopher Hayes at 9/19/2005 12:48:32 PM
I have no problem getting the complete instance name (including level, for
instance: _level0.orange_btn) of what button was clicked, but I need to turn
that into a string so I can parse out just the instance name (orange_btn in
the above example).
I know they are different data types (Objec... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
exporting variables to csv
Posted by gryllsie at 9/19/2005 12:47:56 PM
Ages ago, a friend of mine produced a line of actionscript that sent variables
to a csv file, see below:
csvstring = name add "," add address;
fscommand ("exec", "command.com" add chr(9) add "/c" add chr(9) add "echo" add
chr(9) add csvstring add ">>" add chr(9) add "c:\ctm\results.csv");
... more >>
How to make an object rotate around another with actionscript?
Posted by 3141592653589 at 9/19/2005 12:41:08 PM
I would like to know how to make an object (movie clip) rotate around another
object in function of that object's rotation, it needs to rotate at a constant
distance. i.e. the smaller object needs to be in front of the main object at
always the same distance regardless of the rotation. basical... more >>
FLVPlayback - detecting end of file with eventlistener?
Posted by Jeremy Shervell at 9/19/2005 12:03:58 PM
Hi folks - I'm using Studio 8 and taking advantage of the new FLVPlayback
component. I'm trying to detect the end of a FLV file but I can't seem to get
the code to work. I even tried the example from Help, but couldn't get that to
work either.....
When the video ends.....nothing happens!... more >>
can't figure out this Local Connection
Posted by givenUP at 9/19/2005 10:37:00 AM
I'm novice in flash and can't figure out this Local Connection.
I saw the tutorial on macromedia.com but I don't know how to make the function.
Can you please help me ?
I don't have knowledge in actioscripts.
My page has two Movies, MainBanner.swf and ShowTheContent.swf
In MainBanner.sw... more >>
Timer
Posted by vncntj at 9/19/2005 9:59:30 AM
I have an object that grows (immediately). But I want it to shrink back to
almost nothing after 10 seconds.
[as]
function imgIt() {
var i:Number = 0;
var xoo:Number = 450.1;
var moo:MovieClip = attachMovie("circle", "circle", 7);
moo.onEnterFrame = function() {
if (i<=xoo... more >>
creating a delay
Posted by Scott Thompson at 9/19/2005 9:57:28 AM
I want to create a delay before my script continues, but what I have created
doesn't seem to work. No matter what I change my pause time too it still
runs at the same speed. My trace doesn't change on time ran. Any help would
be great.
pauseTime = 5000*800;
if (startTime == null) {
... more >>
Load Gif Using XML
Posted by kamsky at 9/19/2005 9:05:43 AM
Using XMl I am loading images (Jpegs are displaying fine But Gif are not) Can Anybody show a way to handle this Problem.I am using GIF for Transparent Back Ground( transparency necessary).... more >>
Copy and Paste
Posted by Daniel Seim at 9/19/2005 6:13:47 AM
I am writing action script in Flash, following directions from the Peachpit
Tutorial book. I can choose the text I wish to copy and then I go to the EDIT
menu to copy. I would like to copy and then Paste a copy in the Actionscript
pane. After copying, I go to the edit menu and only the PAST... more >>
Filereference Object
Posted by abuchkin at 9/19/2005 6:00:10 AM
I would like to as a question about the new fileReference object in Flash8.
The object does not return anything from server after uploading a file.(true
or false)
There is a same named object in Central and it has return value.
Is there any way or trick to get results after using upload met... more >>
probs.....................
Posted by hippo0 at 9/19/2005 12:00:00 AM
thanks mandingo for ur help, anyway there is still prob with my code.
counter = 0;
function loadImages(location,image){
counter++;
var loadArea = location.createEmptyMovieClip("container_"+counter,counter);
loadArea.loadMovie(image);
loadArea._x=500;
this.onMouseDown = function () {
... more >>
Very simple code
Posted by Pluda at 9/19/2005 12:00:00 AM
Hello,
I need a very simple code to make a little slideshow, my code works fine, but
the _alpha += 10 is not working...
Basically this is one movieclip in stage, caled loader with _alpha set to 100.
this loader on enterFrame should be _alpha = 9 and then load my picture and go
to _al... more >>
Flash Game Coding Help
Posted by palten08 at 9/19/2005 12:00:00 AM
I'm Making A Football Game In Flash, And I'm making it where your the
qaurterback, and you must throw it to your reciever. The Recievers move around,
and you have to throw the football at the right time so the reciever "catches"
it. When I said "catches" i meant that the football and reviever ... more >>
Caret position manipulation
Posted by MaxVT103 at 9/19/2005 12:00:00 AM
Ok, I am working on a chat application, and right now I have it working just
fine except for one thing that is bugging me. I have it set up so the user
inputs text into a multiline input textField and then can send the message.
When the message is sent the text in that field is deleted. Tha... more >>
Problem with loop
Posted by pcnerd911 at 9/19/2005 12:00:00 AM
I'm having a problem with a loop in flash. I am looping through an xml file,
and assigning the returned variables to symbols in my flash movie. For some
reason the value that should only be assigned to the last symbol, is assigned
to all the symbols. I have pasted my code below. Any ideas why ... more >>
dynamic movieClip loading
Posted by JrMoretti at 9/19/2005 12:00:00 AM
I'm creating dynamic movieClips using
token="img"+category+counter;
this.createEmptyMovieClip(token, this.getNextHighestDepth());
and loading jpg's to it using
loadMovie(token+".jpg", token);
how can I detect URLNotFound error and stop counter to increment???
HELP ME OUT!!!
... more >>
Problem loading external swf into movieclip
Posted by p00ts at 9/19/2005 12:00:00 AM
I'm making a site out of flash. I have everything laid out, menus, animations,
etc. I'm not trying to pull everything together and ran into a problem.
On my navigation menu I have 5 buttons called but1, but2, etc. Then, elsewhere
in the flash, I have a movieclip called. swf_load_area. I ha... more >>
link passed into Flash from HTML
Posted by pandx at 9/19/2005 12:00:00 AM
Hi guys,
I have a link for a button in Flash that goes like this:
on (press) {
getURL("latest.asp?IsUseMouse=MouseSetting&ConsoleName=ConName");
}
However, I need the variables MouseSetting and ConName to be dynamically
passed into Flash from HTML. Can anyone advise me on how this... more >>
Load webpage after movie finishes...
Posted by andipee at 9/19/2005 12:00:00 AM
Hi
I'm new to flash, so this may be really simple to answer, but can't seem to
find a solution anywhere.
I am trying to set a movie/splash animation to load a webpage when the movie
stops playing, but in the same browser window.
How do i do this please?
Thanks in advance
... more >>
Fullwindow Flash
Posted by galva at 9/19/2005 12:00:00 AM
http://www.subdisc.com/
Anyone know how this is done? The flash fills the browser window and has a
scrollbar that resizes with the window. I'm an actionscript retard but I'd like
to know how to do this. I'm using MX 2004.
... more >>
Can't view Actionscript
Posted by melina55 at 9/19/2005 12:00:00 AM
Just installed the upgrade for Flash and for some reason, I cannot see anything
in the Actionscript window. It is there, if I copy and paste from the empty
space in a word doc, I see the text. But while in the MX windows, nothing is
visible. Anyone ever hear of this? I tried re-installing too.... more >>
in class variable problem !
Posted by temptationxy at 9/19/2005 12:00:00 AM
when i call this class. I can't read "__lied" variable.
i can read it in start() function but in ex() function not.
it's private variable. Why?
How can I read it in ex() function?
class soundx {
private var __lied:String = "hello";
public function start() {
function ex():V... more >>
Number of files in directory?
Posted by ....hooligan at 9/19/2005 12:00:00 AM
I was wondering if a flash movie can determine how many files in its current
directory or child directorys. I want to determine how many images are in a
certain folder on my pc with a little flash app.
Thanks
... more >>
Dynamic Text Issue
Posted by ChristopherOrbit at 9/19/2005 12:00:00 AM
My problem is that a dynamic tex field is not displaying anything when the
preloader is running. I have checked all of my linkage but I cant find the
problem. Here is the script.
var pctLoaded:Number =
Math.round(this.getBytesLoaded()/this.getBytesTotal()*100);
loader.bar._xscale = pctLo... more >>
input text problem...
Posted by C-Rock at 9/19/2005 12:00:00 AM
i'm trying to create an internal search for my site. i'm using an "if"
statement to bring in the input text and check it for certain contents. some of
my input text could possibly have space in it. how can i make the input text
string remove the whitespace. the ignoreWhite doesn't seem to work... more >>
Probably simple to most...
Posted by Stonkers at 9/19/2005 12:00:00 AM
Is there a way to create a picture viewer (i.e. transition from one picture to
the next), based on *.gif or *.jpg (or both) contained in a folder? Sorry if
this is incredibly easy, I'm very new with actionscript...
Thanks,
Eric
... more >>
Need Some help !!
Posted by ShazWoogle at 9/19/2005 12:00:00 AM
hello i have recently bought Flash 8 XD and i started making a new Flash Movie
when disater struck...
i cant use any components =(
this is my code ATM
<u>
import mx.controls.Alert;
Alert("test");
</u>
and i get this error report...
what should i do?
import mx.controls.A... more >>
|