all groups > flash actionscript > november 2006 > threads for thursday november 30
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
RelayResponder not responding
Posted by dylanmcd at 11/30/2006 11:58:48 PM
I'm experiencing a problem using amfphp and flash. See the below code.
I have the RegisterUser function being called by a submit button. The function
successfully completes, and I get the expected amf response returned. But I
only know I get it returned because I'm using a packet sniffer, a... more >>
How do you do anything with XML in OO?
Posted by Flashpuke23423 at 11/30/2006 11:34:38 PM
I have below in my class
myxml.onLoad = function() {
//reference the XML text here
//can't refence any variables in my class from this inline function
//what the hell am I suppose to do
//why can't this function be made synchronous without some major hack
}
... more >>
Help using Flash Quiz Template & Actionscript
Posted by bobby2156 at 11/30/2006 9:53:33 PM
Hi,
I'm using Flash's template for quiz design and was wondering whether it was
possible to add a piece of script to the results page where if the user scored
a score greater than 6 for example, that a dynamic text box would change to say
"congratulations you have passed the test" else "un... more >>
Unique XML Help
Posted by Ricky Bobby at 11/30/2006 9:37:13 PM
I found a tutorial on XML and flash. However it only deals with dropping a
bunch on nodes in a combo box or list. I need help figureing out how to do the
following:
Lets say that I have an XML that looks like this,
<table>
<item id="4" email="email@blank.com" />
... more >>
Need to see a radio button sample.. URGENT
Posted by binx4life at 11/30/2006 9:34:16 PM
I am looking for a sample .FLA that has at least 2 radio buttons, and 2 input
text boxes with a script that sends the vars (on a submit button press) to a
form.php page which recieves the vars and emails them to someone's (my) email
address.
I have been trying to get mine to work for wee... more >>
is there a PHP sleep() function in Flash?
Posted by cosu at 11/30/2006 9:25:09 PM
Hi!
Does anyone know of a Flash function similar to the PHP function sleep() ?... more >>
Controlling Browser Elements via JavaScript or ActionScript
Posted by Octothorpe at 11/30/2006 9:15:44 PM
From within one Flash movie, I'd like to open another browser window containing
a different Flash movie. The movie opens just fine, but I'd like to deactivate
the menu bar, address bar, and toolbar.
Questions:
? Can I control/set these elements?
? Should this be done with AS? With J... more >>
remove loaded movie after new loadMovie has been loaded
Posted by franchise4 at 11/30/2006 8:24:10 PM
i need to unload a movie once the new loadMovie is fully loaded because once i
click on my button to do so, my current loaded movie goes away & the screen is
white until the new loaded movie is loaded. (i hope that made sense)
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
accessing documents loaded with loadMovie()
Posted by robdawg777 at 11/30/2006 7:40:13 PM
I must be missing something, but I can't seem to figure out how to access
timelines or pretty much anything from a container swf in the swf's I'm
bringing in with loadMovie()
for example I have loadMovie("news_sign.swf", news_holder);
I have tried several things but I (like just doing a ... more >>
Controlled Loop?
Posted by joestmc at 11/30/2006 6:28:44 PM
I know the most basic command in ActionScripts to keep my
Flash video from looping (stop();). Can I apply that command if I want
to end on a scene used previously in the movie (as in the example in
the
notes)? How does that work such that my movie doesn't stop after the
initial use of that... more >>
Checking a field value condition
Posted by mzanime.com at 11/30/2006 6:24:52 PM
ActionScript noob here. I have a input field with an instance name of my_txt,
now, sometimes the field displays dynamic text and then other times my content
person may choose to leave the field empty. But when its empty, the field
displays the word "undefined", which is not what I want. Why d... more >>
Simple arithmatic function is not resulting in zero
Posted by maija_g at 11/30/2006 5:48:56 PM
This is absolutely bizarre. 2.4 - 1.2 = 1.2 and 1.2-1.2 = 0, or so you'd think,
except that Flash keeps telling me 1.2 - 1.2 = -4.44089209850063e-16. Subtract
1.2 once more from -4.44089209850063e-16 and you miraculously get -1.2. Even
more bizarre is that this only happens if the starting val... more >>
Name several links from form data
Posted by flashfloozie at 11/30/2006 5:39:03 PM
have a swf page of 10 thumbnails. From a html form on another page I want to
generate a list of the thumbnails' url and the url of the movie that plays when
each thumbnail is clicked. I can make the form create a text file like:
1. bob.jpg , bob.flv
2. mel.jpg , mel.flv
etc.
How can ... more >>
SWF Video file made with AVS
Posted by lou_games at 11/30/2006 5:23:51 PM
I have a videofile given to me from the client as a SWF, they have used AVS
software to convert.
I load the SWF file in using MovieClipLoader, it plays ok, however, I can't
seem to control it. I need to know when the clip is finished, and for it to
stop looping. I also want to be able to s... more >>
send data from flash to a popup ASP page
Posted by MatMaar at 11/30/2006 5:16:47 PM
how can I send data from a flash webpage to an ASP page which has to open in a
popup window.
I can do them both seperatly, but how to integrate those 2 in 1....
Here's my script...
function PlaceOrder(){
SEND DATA TO MY ASP PAGE
var oFTransmit:LoadVars = new LoadVars();
... more >>
Cursor Help
Posted by Xcelsia at 11/30/2006 5:05:09 PM
Hi There,
I have created a custyom cursor that is working fine, but need to change the state when rolling over all button?
Any help will be appreciated.
Thanks.... more >>
Currency from string
Posted by mac monkey at 11/30/2006 5:03:37 PM
Hi,
I have a fairly large number in a string (7 characters) but it varies. So what
I need is to format it like currency (where commas seperate every third digit
e.g 0,123,456,789
That's all I need.
:-)
... more >>
import.flash.external
Posted by HisHeir at 11/30/2006 3:44:23 PM
have a project originally developed in flash 7.
I am now working this project in flash 8 IDE.
When I attept to use the external API (import.flash.external.*) I get a syntax
error when attempting to debug / publish.
Other projects developed in the flash 8 IDE work fine w/ the external API.
... more >>
_global _root variable problems
Posted by Flash2KoolForSkool at 11/30/2006 3:37:49 PM
I am creating an interactive whiteboard which uses action script to trace the
useers mouse movements and draw a line. Which works perfectly, the line coulour
is set using a variable which is initialised at the beginning of the code:
[i]if (count != true){
_global.linesize = 6;
_global.... more >>
FLV Doesn't work!!!!!!!
Posted by edd at 11/30/2006 2:28:28 PM
Hi everyone!!!
My site goes through the follow structure:
(startpage) that loads the (mainpage) in a new container MC (alvo) but
in the same level (0).
From within the (alvo).(mainpage), I call another container MC
(movies), now in level (2).
This new MC has a FLV component that should ... more >>
Fl8: If, then, else statements?
Posted by Newbie1234 at 11/30/2006 1:13:30 PM
What is the actionsript for doing this. Something to do with If,Then, Else
statements:
If movieclip1 has played and reached frame 60,
Then when button1 is clicked, movieclip2 is played,
else if movieclip1 has not played and reached frame 60, and button1 is clicked,
Then a msgbox will pop... more >>
Resize a picture by Actionscript
Posted by Kia70 at 11/30/2006 4:22:11 AM
I am trying to double the size of a picture by clicking on the button using
Actionscript. By "setProperty" that is very easy, but I want to this picture
slowly getting and growing bigger to double size. How can I make it happen by
using Actionscript. Any suggestions? Thanks.
... more >>
Font Problem
Posted by Guocheng at 11/30/2006 4:17:28 AM
I found the Font problem with Chinese Font. The code works fine with western
font, but doesn't work with Chinese Font. Any Help? Please!
tf = this.createTextField(tfName,getNextHighestDepth(),0,0,100,100);
tf.type = "dynamic";
tf.multiline = true;
tf.wordWrap = true;
tf.border = tr... more >>
Script help
Posted by jcifuent at 11/30/2006 2:51:23 AM
Hi,
i have this .swf
http://www.innovadesign.com.au/test/ballsinterval.swf
its a loop
for (k=0; k<150; k++) {
duplicateMovieClip(this.orange, "orange"+k, k)
}
that duplicates a movie clip 150 times
the movie clip has this code:
onClipEvent (load) {
movieWidth = 1024;
mo... more >>
dot notation
Posted by mediumbear at 11/30/2006 2:29:48 AM
Hello,
I have a MC that is being dynamically generated and placed in a location that
I am not able to decipher.
Is there a command that I may put on the MC so that i can TRACE back the dot
notation path?
something like this: trace(myMovieClip.dotPath)
that outputs this: _root.mc... more >>
actionscripting issue
Posted by clairewas at 11/30/2006 1:59:18 AM
Hi ,
I build a website using a J.Tarbell (from Levitated) code, one from his space
serie. It is basically customized to fit my design and I use it as a
background, with a slow animation. It works well when I test it in flash and on
my localhost but as soon as it is uploaded on my site, none... more >>
Preloader problem!!
Posted by edd at 11/30/2006 1:40:59 AM
Hi everyone!!!
My site goes through the follow structure:
(startpage) that loads the (mainpage) in a new container MC (alvo) but
in the same level (0).
from within the (alvo).(mainpage), I call another container MC (movies),
now in level (2).
The problem:
From the (statpage) to the... more >>
FLV Problem
Posted by edd at 11/30/2006 1:07:45 AM
Hi everyone!!
I'm finishing a web site and in some moment I call flv videos dynamicaly
into a video flash component, in a new movieclip, through progressive
download.
In my machine it works fine, same for some MAC's and PC's.
But, some times the video doesn't appear, or it plays the first f... more >>
Metronome issue
Posted by Bruno Rousseau at 11/30/2006 12:00:00 AM
Hi all,
Here is a link to a metronome online.
http://www.metronomeonline.com/
Would anyone know how to do that ?
It works very well on fast and slow computers.
I have tried playing the sound in the timeline of a clip, but in slow
computers, it does not keep synchronised.
Any help... more >>
Update to AS2 ?
Posted by Tony Heagren at 11/30/2006 12:00:00 AM
Hi All,
I've been using a nice effect in AS1 to slide things around - this won't work
with player 8 which I want to use
for the filters etc.,
Can anyone teach me how to write this in AS2 ?
onClipEvent (load) {
POZ = new Array("0", "-750", "-1500", "-2250", "-3000", "-3750", "-4250... more >>
MediaPlayback component
Posted by alokjain_lucky at 11/30/2006 12:00:00 AM
Hi
I am using MediaPlayback component to play audio and video files, these files
are listed in a DataGrid.
I want the MediaPlayback to play next song automatically when one is complete,
How can i do this ?
Thanks
... more >>
xml search
Posted by srirama.83 at 11/30/2006 12:00:00 AM
I have implemeted Xpath search in flash .the xml contains more than 70000
lines(2 MB in size) and because of this the searching is very slow, and also
the flash player gives the warnng message about the script making the flash
player slowly. Is there any way to make this warning message not t... more >>
Mouseover Action Script - or should I use java?
Posted by frequencyfarm at 11/30/2006 12:00:00 AM
What I'm trying to acheive seems fairly simple, so I'm not sure why I feel so
lost. Just one of those days I suppose.
My goal is to have an invisable horizontal menu (6 buttons) appear when the
cursor approachs it.
For example, whenever the mouse is within 250 px of the menu, the menu
... more >>
Problem printing multiple pages with PrintJob
Posted by Saywell at 11/30/2006 12:00:00 AM
Can I have some help please?
I have a flash file that prints labels, this all works fine for single pages;
however I would like to print multiple pages of the same movie clip
(sticker_mc) which content changes when my function autoSet() is run.
(autoSet() changes content of dynamic text fi... more >>
trying to get a target to a movie stored to a variable
Posted by quimkaos at 11/30/2006 12:00:00 AM
hope i can make myself undestandable
i have several movieclips in flash that are being trigged by clicking on them
i'm using 2 variables to store what movieclip is playing and another to store
it's path. in the main timeline i declare them and make the 2nd to evalute as a
path, using eval(... more >>
localconnection not working in browser
Posted by g00fymad at 11/30/2006 12:00:00 AM
Hi all,
This is my first attempt at localconnection and this is the scenario. I have a
home-brew audio player and a FLVPlayback (FLVP) When you click play on the FLVP
the audio stops and when the video.complete fires the audio starts. I have used
two local connection objects and everything... more >>
|