all groups > flash actionscript > august 2006 > threads for wednesday august 23
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
createTextField covers up invisble buttons
Posted by mgschange at 8/23/2006 11:41:16 PM
I have invisible nav buttons created in the authoring environment, that
navigate to a particular frame. When I use MovieClip.createTextField to put
text names to where the buttons are, the button function is lost. It seems
that script-created text covers up the buttons, I just can't get to t... more >>
External API - What the hell?
Posted by amccool at 8/23/2006 9:53:38 PM
Hello all, excuse me, but what's going on with the External API?
I've tried it and got it working on component buttons...but not
on custom buttons?
Have anybody here experience from this?
Why isn't it working?
Cheers
Adrian
... more >>
Drop down options in flash form
Posted by hutch-diggens at 8/23/2006 9:34:39 PM
I was wondering if there is a way to incorporate drop down menu's with a form
and the user can choose from the menu what they wish and it will imput that
info in the text box. I.e.--if a form asked for state and the drop down listed
the states, the user scrolls down to Delaware(the best state ... more >>
Random Interval
Posted by aniebel at 8/23/2006 9:31:23 PM
I've used setinterval before in projects but mostly just copied, pasted and
studied. I've studied them over and over but it's just not gelling with me. If
anyone could explain it in a way that sinks in, I'll be forever in your debt.
Here is what I've got so far but I know this won't work sin... more >>
Is there an easy way to disable all buttons
Posted by Josh Pratt at 8/23/2006 9:00:25 PM
When I click on a button that I have, is there an easy way to disable all
buttons on a specified level?
I've got a button on that loads a swf into _level25. I'd like to disable
everything clickable on _level5 and _level20
Is this easily done? I tried this: _level20.enabled = false; ... more >>
next frame when video stops
Posted by scotparker at 8/23/2006 8:36:55 PM
I'm sure this easy but I can't seem to find the solution. I have a video clip
(linked) that plays on a stop frame. Once the video has completed, I want to
move to another marker. How can I do this?
I'm using Flash 8 Pro.
... more >>
Web to Print Application
Posted by kingjes at 8/23/2006 8:23:20 PM
Hey, I have a client that would like to have the ablity for his website
visitors to create and print business cards form the web. He also wants to have
brochours ect for them to print.
I have taken a look all over and have found a few possible solutions:
Possible
http://www.printingauto... more >>
Global Object Building
Posted by OmniFlash at 8/23/2006 7:45:43 PM
I am using flash MX and looked in the actionscript dictionary and it came with
that example:
function Book(name, price){
this.name = name;
this.price = price;
}
book1 = new Book("Confederacy of Dunces", 19.95);
book2 = new Book("The Floating Opera", 10.95);
Now the problem is... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Load JPEG?
Posted by paulpsd7 at 8/23/2006 7:15:28 PM
I want my Flash piece to load JPEGs at runtime. I thought Flash MX 2004 had
this functionality, but searching "load image" or "load JPEG" has resulted in
nothing. Is this possible? If so, what's the command?
... more >>
Movie or stage scale
Posted by MikeLB at 8/23/2006 3:22:00 PM
We are currently doing some research into the possibilities of using flash to
run an online questionnaire - the questionnaire will driven by an
sql/coldfusion database. The number of questions and responses will vary in
length i.e Q1 may only be four lines long and would safely fit within 600p... more >>
Preload main swf with another swf
Posted by layerburn at 8/23/2006 3:10:29 PM
Hey everyone,
I have two swf files, one is a preloader and the second is the main file. I
want to preload the main file using my preload swf. It works, however the main
swf starts to play after about 11% of it is preloaded, how can i stop this? I
want to preload the entire main swf and the... more >>
Problems with Shared Objects - WIERD (or i'm just plain o'l stupid)
Posted by Christopher Hayes at 8/23/2006 2:22:28 PM
Using F8, AS2.0
What I am trying to do is to store an array inside of a slot in a Local
Shared Object.
(snippet from function)
// leaderboardShare is the Local Shared Object
// the variable scores is passed through this function
// if no array exists, create one
if (this.le... more >>
Save Work to File
Posted by Marc Lee at 8/23/2006 1:27:41 PM
All,
I have an application where students work on a graph drawing directly in
Flash. They draw the graph with the mouse and I capture it and display it
using Flash drawing API. I would like to save that drawing (either as data
or as a graphic) to a file so it could be shown later in another ... more >>
Convert coordinates to distance
Posted by felipe.sosa NO[at]SPAM gmail.com at 8/23/2006 11:01:49 AM
I=B4m trying to convert global corrdinates to distance. I found a scriot
in javascript but i have some problems to the adaptation to flash
This my first on a button where d exist in a dynamic text, after i wish
put dLat and dLong on input text:
on (release) {
LatLong.distHaversine =3D func... more >>
Help with interactive mouse application
Posted by Acorna at 8/23/2006 3:51:04 AM
I'm not even sure what you would call this, but I'd like to do something
similar to this:
http://www.logistice.com
I've been doing google searches most of the night trying to find a tutorial
for something similar. Any suggestions are welcome.
... more >>
saving SWF file
Posted by ballr2003 at 8/23/2006 3:45:41 AM
I am building a digital catalog using a flip book component and delivering
through IE on a CD. I want the user to be able to right-click an image and be
able to save it to their local drive. I'm not delivering the final project on
the internet and my FINAL catalog will be opened through IE.
... more >>
access buttons in MC nested in MC nested..
Posted by SydVajco at 8/23/2006 3:29:35 AM
Hi everyone, I would greatly appreciate if anyone could help me out with the
following..
I have a MC instance in main timeline in one layer and another layer called
'actions' (only one keyframefor both)
This MC is containing another MC2
The MC2 is containing another MC3
This MC3 is con... more >>
bitmapData scale bug
Posted by eRez at 8/23/2006 12:00:00 AM
hi,
i importing into my movie an external image, once loaded make a bitmapData
object of it, scale it by half and then attach it to a dynamically created
MC (i know this procedure doesn't make too much sense, but its a part of a
larger procedure which i won't describe in here).
anyway, the ... more >>
php array returning "null" to flash
Posted by DrEv1l at 8/23/2006 12:00:00 AM
my php seems to have trouble with an array that comes from a datagrid from
flash. I then proceed to
read the array and update the database but this doens't seem to work cause I
can't get to the objects in the array.
My return value to flash only produces "null"
function updateNi... more >>
password protection script problem
Posted by peterotoole at 8/23/2006 12:00:00 AM
i'm trying to password protect a part of my site, and in this case it's the
last scene in the movie. i have downloaded so many movies from flashkit in the
hope that i could re-use the action script to do this but none of them are keen
to work with flash player 8. i got this very simple one b... more >>
Some Basic AS Q's
Posted by gary246 at 8/23/2006 12:00:00 AM
hey all
when you put a script on a frame does it run just once or if it is stopped on
the frame will the script keep run over and over?
What about on a mc will it run continously if the main timeline is paused?
Can more than one thing have the same instance name if they are in different ... more >>
|