all groups > flash actionscript > july 2005 > threads for friday july 8
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
Stop looping
Posted by tblake at 7/8/2005 11:56:17 PM
:o
I created a FLASH web page header. Rather simple. but I want it to play once and stop. HELP!
Is there an actionscript I should be using??... more >>
Dynamically create form
Posted by jshearer at 7/8/2005 10:10:48 PM
Does anyone know how I can dynamically create a form(screen) in a form-based application in Flash MX Professional 2004?... more >>
Data loads in browser, not with Test Movie
Posted by eloyer at 7/8/2005 9:45:49 PM
Hoping someone can help--I've got a movie that "chains" several LoadVars.load
calls to PHP scripts. When one finishes, the next one starts, etc. Most of
the time when I run the movie within Flash using Test Movie it works, but
sometimes it'll get on this kick where either all the load calls ... more >>
Sending Form??
Posted by -ToTi- at 7/8/2005 9:30:15 PM
Hi, I am making a contact form that a user can fill out. The form is made out
of , TextInput, TextArea, and CheckBoxes. When the user clicks the send button
I want all the information the user typed in and his selections in the
CheckBoxes to be sent to my email. Is this possible?? Thanks
... more >>
New to Flash MX 2004! Need help!
Posted by makasoff at 7/8/2005 8:55:10 PM
I am having a really big problem!!
I have a scrolling textbox. That works fine. However, I have little text
links within the box. When a user clicks a specific word in the textbox I need
them to be taken to another scene in the flash movie. I can make the text link
open a web page but ... more >>
Convert Movie Clip to Jpg Dynamically
Posted by kgeek at 7/8/2005 8:25:34 PM
Is it possible to convert a movie clip to jpg format dynamically using actionscript? If so, please explain how. Thanks.... more >>
Can an import SWF control parent PPT?
Posted by design216 at 7/8/2005 7:30:32 PM
Can I send a command from an imported SWF to the parent PPT file to goto another page?... more >>
List Componenet help ><
Posted by Gosugenji at 7/8/2005 7:06:21 PM
How do i make my List component control the actions of a movie clip symbol??
Also how do i use buttons to control the actions of a movie clip symbol??
Plz help >< :confused;... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Load video stored in sqlServer [flashMX]
Posted by Jonnhy at 7/8/2005 7:01:54 PM
Hi,
I would like to know if it is possible to load in a flash a video that is
stored in sqlServer database.
It's kind of a load on demand video, I would like to do buffering on this
video.
I worked with FlashMX, ASP.NET
Any Idea on how to do it.
thanks
... more >>
grouping mc's
Posted by beckman at 7/8/2005 1:35:59 PM
is it possible to dynamically select multiple mc's and group them together?
like in my program where the user loads a bunch of mc's and each can be dragged
but is there a way to group them and move them as one without moving the
unselected mc's. also after i have created that group is it possi... more >>
cross-domain scripting (security sandbox)
Posted by dd4005 at 7/8/2005 1:25:19 PM
This article describes the problem I'm up against:
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_14213
Basically Macromedia have made Flash unusable for the application I have. My
only option is to author the Flash as version 5.
Suppose I have a Flash file on site www... more >>
Finding Mouse right Click Event
Posted by Flashgroups at 7/8/2005 1:01:27 PM
Hi,
I need find out the Right Click mouse button Event.
I using some script its work only on windows System. I need it work Linux
system also.
Pls help me
Reagrds
John.W.Berry
*******************************************************
I am using following Script:(Its w... more >>
Class question
Posted by Dave Mennenoh at 7/8/2005 12:30:07 PM
The following is some code from a menu class I am building. My problem is
that if I call the moveUp function - which sets menuClip.movingUp to true,
nothing happens. If I set the variables initial state to true then it moves
up as it should. But calling the moveUp function doesn't. The functio... more >>
ease in not out
Posted by daveluff at 7/8/2005 11:12:28 AM
Hi people,
I'm using the following code ina onenterframe function to
move a mc to a set positon.
_y+=(targety-_y)/speed;
My problem is that this eases out.
I need it to ease in.
I'm sure its a basic change to this line of code, iqf nayone can help that
would be v... more >>
Syntax help - evaluating variable
Posted by ChuckyLeFrek at 7/8/2005 7:16:12 AM
Hi there
I would like to rewrite the following line of code so that it uses a variable
for "numberX" instead of having it hard coded
adventure_screen_mc.number1_mc.gotoAndStop("fade_out");
The variable is:
_global.gIssue_Number
It can have a value of 1 to 32, hence I do not wa... more >>
Variables in flash
Posted by iJustLoveFlash at 7/8/2005 1:30:09 AM
var $slotN:String = $mp3.substr(0, $mp3.length-4);
// how would $e==$slotN.
var $e:Sound = new Sound($mc[$slotN]);
$e.loadSound($mp3, false);... more >>
Simple logins
Posted by dave_webdev at 7/8/2005 1:19:35 AM
Hi All,
I am trying to get a simple flash login to work, where it uses actionscript to
read a .txt file with the passwords and usernames.
I have tried a few different methods of doing this, however all seem to come
down to the same problem - the login doesn't work the first time you ente... more >>
Help
Posted by virgpablo at 7/8/2005 12:50:46 AM
how to unload flash movie to play the previous movie... more >>
xml to flash
Posted by karlozi at 7/8/2005 12:00:00 AM
Is there a simple way to load text from an xml file into a flash movie? For example: "Hello World" ...... more >>
Numbers in Names
Posted by logeye at 7/8/2005 12:00:00 AM
Somewhere in the past (possible MX timeframe), I heard that we should NOT start
flash names with numbers.
However, these two seem to work
loadMovie("comm701.swf", "target");
loadMovie("7comm01.swf", "target");
One of the members insists we put numbers in fromt of names.
Are we go... more >>
Linking Question!
Posted by sroberts209 at 7/8/2005 12:00:00 AM
Hi There!
Is it possible to click a button on one Flash movie (embedded in an HTML page)
and go to another Flash movie (in it's own HTML page)...
BUT....
jump ahead in that Flash movie to a specific frame?
For instance, flash movie #1 has 3 links: "bio", "contact", and "samples"
... more >>
Thumbnails in Scroll Bar Box
Posted by JBrown1045 at 7/8/2005 12:00:00 AM
Hello:
I don't even know if this is possible but this is what I'm looking for. I want
to have a Scroll Bar Box that contains numerous thumbnail pictures where the
person can click on the thumbnail and display the larger version on the otehr
side of frame. Is this possible? I already knwo h... more >>
external swf draggability
Posted by dwahlrab at 7/8/2005 12:00:00 AM
I have successfully loaded in an external swf with the following code:
on (press) {
spotsMain.createEmptyMovieClip("container", 99)
loadMovie("play.swf", "container");
container._x = 360;
container._y = 150;
}
I need to be able to "drag" this container, but cannot seem to find the ... more >>
called function won't DO anything!
Posted by webb_dev at 7/8/2005 12:00:00 AM
This will probably be obvious to everyone but me, but when I clear part of the
initial set of movies (initially from Flash Hacks #50) then call the placeText
function again to replay building the movies and actions, placeText is called
but doesn't do anything. (Probably a fundamental concept ... more >>
debugger functionaliy question
Posted by webb_dev at 7/8/2005 12:00:00 AM
I'm used to the terrific functionality of the VB debugger. Based upon that,
the flash debugger doesn't seem to work the way it should - doesn't display
watched variable values, doesn't step into code line by line (jumps over LOTS
of stuff unless breakpoints are set on almost every line), etc.... more >>
Regular Expressions
Posted by NomadicDesign at 7/8/2005 12:00:00 AM
Hello all,
I am looking to do some string parsing that requires a little more power than
the default indexOf() functions and the like. I was wondering if flash
supported Regular Expressions?
If you have any info or literature on the topic, I would love to read it.
Thanks,
Nomadic ... more >>
Bookmarking a course using FSCOMMAND
Posted by Mo-Ski at 7/8/2005 12:00:00 AM
Hi I must first warn everyone that I am new to SCORM.
I have developed a course in flash which consists of contents that are stored
in a three dimentional array. I needed a bookmarking feature to enable users to
bookmark a particular content page.I must also add that I have no access to
t... more >>
Getting Frustrated : (
Posted by JBrown1045 at 7/8/2005 12:00:00 AM
Hello:
I don't even know if this is possible but this is what I'm looking for. I want
to have a Scroll Bar Box that contains numerous thumbnail pictures where the
person can click on the thumbnail and display the larger version on the other
side of frame. Is this possible? I already knwo h... more >>
Problem caracter % in flash and Mysql
Posted by Wilson at 7/8/2005 12:00:00 AM
I am with a problem with caracter "%", at the moment to load the data of the
Mysql, the same does not appear in the box of text in the flash. The same it
appears in the HTML, and he was registered in the data base, the problem is
with the same Flash, therefore it does not appear in the box of ... more >>
|