all groups > flash actionscript > july 2007 > threads for sunday july 22
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
Full identification : a smart way?
Posted by GerryIsHere at 7/22/2007 11:59:01 PM
Hi there!
Does a smart formula exist in AS to provide the User of a .swf with full
information about:
- its complete IP Address (with DNS, Town identification, Path to, etc),
- the Operating System used,
- the Machine on which it's running ?
Many thanks in advance for any link, advi... more >>
Passing variable values to an IF statement
Posted by RJW at 7/22/2007 11:56:25 PM
:confused;
I'm new to Action Scripting but find this too straight forward not to work.
The following frame actions do not direct the movie to the expected frame label
(ovary menu or osteology menu) depending on the number var. Regardless of what
I set the number var to, the movie always goes... more >>
Migrate Action Script 1.0 to 2.0
Posted by POLUXBRAYZ at 7/22/2007 10:17:16 PM
hello, I am migrating a flash app from action script 1.0 to 2.0 and have the following error:
/: w = getProperty (?/nav?, _width);
please which is the solution, thanks ... more >>
Action Script Not Working!
Posted by D?D at 7/22/2007 7:50:48 PM
I have 3 scenes in my movie, and when I preview my flash movie, for some reason
scene one stops for like, a few seconds, and skips to scene 2, although its not
suposed to do that. Why is this happening? Any suggestions?
... more >>
Calling external (DLL) functions
Posted by Freydaklin at 7/22/2007 7:21:03 PM
Hi everybody!
I know this might be a special question, but i didnt find any solutions
(whycih i could understand) to my problem:
Is there any way to call functions from a (in C++ written) DLL, or any other
way to get access to C++ functions?
This would really help me, because i'd like to... more >>
Load photos problem
Posted by kchrist at 7/22/2007 4:28:50 PM
I created a flash file that get list of photos from database and then load them
in flash using loadClip function and monitor them using onLoadInit event.
It works good, but sometimes the photos don't appear and another time same
photos appear!
Isit a bug in action script language?!
I'm ... more >>
Need help synchronizing movie clips and main audio
Posted by tunghoy at 7/22/2007 3:41:33 PM
I have 20 movie clips (symbols in the library) of about 400-800 frames each.
None has its own audio. I want to play them in sequence on the main timeline,
synched to an audio clip that runs the length of the timeline. The problem is
that I can't figure out how to stop the timeline to allow the... more >>
How to use ABSOLUTE URLs
Posted by Ghost Of Death at 7/22/2007 3:22:45 PM
I want to load an image stored on my pc into my swf file. i know that i can use
the loadMovie() method. but i didnt know how to enter the url of the target
file. For example i have the file in the following directory - C:\Documents and
Settings\Admin\My Documents\image.jpg - how can i load th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Loacation of Local Saved Data
Posted by Ed NO[at]SPAM Home at 7/22/2007 2:01:06 PM
I am saving data in Flash 3 using this code.
var myso:SharedObject = SharedObject.getLocal("Script");
trace("SharedObject is " + so.size + " bytes");
myso.data.now = myXML ;
myso.flush();
All is fine, but where is the "Script" file being saved? I have looked
everywhere, but cannot f... more >>
Control Timeline from base class?
Posted by cayennecode at 7/22/2007 3:34:49 AM
How do you do this?
I'm extending the MovieClip class, and no amount of this.stop() is working.....
wth?... more >>
using loadmovienum + calling funciton
Posted by nik c at 7/22/2007 12:33:37 AM
Hi,
I would like to load a new swf into level 2 (previously empty) and then - on
the next line of the calling function - call a function in the newly loaded swf
on level 2. Is this possible?
It seems to me that I should use an .onload event, or similar to determine if
the new swf on le... more >>
embarssing question
Posted by zibber at 7/22/2007 12:00:00 AM
Hi
Wondered if soemone could help me with this shockingly simple thing i want to
do but cant work out:|. Bascially i have two arrays, one contains names of
sounds to play and the other contains the time in which to play them. All i
would like to be able to do is create a function that jus... more >>
really confustion activity...
Posted by DZ-015 at 7/22/2007 12:00:00 AM
Hey everyone,
Take a look at this page --> www.ambientdesignstlouis.com/interior.html
When you first load it, the thumbnail images will be positioned wrong. When
you reload it, they will correct themselves. This happens for each page -
Interior, Exterior and Corporate. Each time you g... more >>
Unloading Movie ActionScript 3.0
Posted by andy-man at 7/22/2007 12:00:00 AM
:clock;
Okay, here's the problem, simple such as it is...
I'm loading a flash file in AS 3.0, here's a sample of the code:
var request:URLRequest = new URLRequest("videos/loadMovie.swf");
var myLoader:Loader = new Loader():
myLoader.load(request);
addChild(myLoader);
The ... more >>
Variabe
Posted by Sebastian Wrona at 7/22/2007 12:00:00 AM
Hi
one Problem with Variables
var test:String = textbox.text;
tarce(test) give me only the text from textbox ---> Halo world (e.g)
I want that trace give me "Hallo world" (with ") out.
What I have to do??
thanks
Sebastian
... more >>
checkboxes
Posted by phil1943 at 7/22/2007 12:00:00 AM
hello, do checkboxes have to have event listeners attached to them to detect if
clicked or not ?
Do I have to assign an individual event listener to every checkbox ?
Is there an easier way ( my page has 31 individual checkboxes)
thanks for any help.
... more >>
|