all groups > flash actionscript > september 2006 > threads for wednesday september 20
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
EventListener working 95% of the time in IE but only 2% in Firefox?
Posted by c5mike at 9/20/2006 10:54:18 PM
I have no clue how to even begin to debug this. The problem is much more common
in Firefox than in IE, but it does happen in both.
The critical problem is that my EventListener function startChatClickHandler
is not triggered 98% of the time in Firefox and about 5% of the time in IE.
Even t... more >>
MovieClip Depth
Posted by sbryner at 9/20/2006 10:13:19 PM
Hello,
I have a MovieClip.... extraInfo_mc
I want it to, when loaded into a component loader to display above all other
graphics/text.
It displays above some but not all (don't know why) they are all on the bottom
layer of the main .swf.
I've tried in my Loader.swf's actionscript:
... more >>
sendAndLoad() fun
Posted by Mr Helpy mcHelpson at 9/20/2006 10:07:42 PM
on(release) {
var my_lv:LoadVars = new LoadVars();
my_lv.titleV = titleV
my_lv.DescriptionV = DescriptionV
my_lv.TimeV = TimeV
my_lv.dateV = dateV
my_lv.sendAndLoad("newRecord.php", this, "GET");
my_lv.onLoad = function() {
trace(my_lv.outputVar);
}
}
So really what I'm doing... more >>
password login
Posted by Biddo Diddo at 9/20/2006 9:53:27 PM
I have a very simple and easy to use password script that works great in
versions 6 and 2004. But for some reason does not work at all in version 8,
even when the action script is set to 1.0. Any ideas. I would be happy to
send the completed file to anyone who wants it.
Many thanks
... more >>
loadMovie swf
Posted by jonnybennett at 9/20/2006 9:04:48 PM
When you load a swf into a main swf, it inherits the background colour of the main swf. How do you stop this? Thanks to an yresponses.... more >>
End of FLV advance? Cue points
Posted by eyeflame.tv at 9/20/2006 8:36:32 PM
Hi there.
Have been playing around with cue points in MX2004pro to get my swf movie to
advance once the FLV that it loaded was at its end. However, MX2004pro gets
really confused if you use the display component in instances in different
scenes to call different videos with their own cue po... more >>
Dynamically loading flv files
Posted by Carly G at 9/20/2006 7:32:46 PM
I'm using this piece of code to connect flv files, where the address is stored
in XML. It loads the files in Flash 8, but not 9. Any ideas?
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
myVideo.attachVideo(ns);
Thanks!
... more >>
exportPNG
Posted by Stephen R Davis at 9/20/2006 7:01:37 PM
i'm using flash 8. i'm not particularly farmiliar with ActionScript structure,
so i looked in Flash Help. i found this:
[h]Example
The following example exports the current frame in the current document to
myFile.png, using the current PNG publish settings:
fl.getDocumentDOM().exportPN... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
contact form code?
Posted by oicdn at 9/20/2006 5:16:16 PM
I had a template in which all the contact fields are made, I just need the
code so it takes the info in the fields and eMails it to a specified addy when
submit is clicked.
Also, I needs some help finding the code to reset the fields when the reset
button is pressed.
... more >>
Need to use draw api with preloader
Posted by Pluda at 9/20/2006 5:06:10 PM
Hello,
I need to have a simple draw api circle preloader.
I know how to make one using one square, but I just can't make this work with
a circle, can anyone please help here?
I usually use this:
MovieClip.prototype.desenhar_preloader = function(left, top, right, bottom) {
this.lin... more >>
_global Scope
Posted by HisHeir at 9/20/2006 4:42:25 PM
Macromedia's documentation implies that once declared _global an Object,
function and/or variable is independant of scope,
and that _global.varname and varname are synonomous.
That does not seem to be the case ... for example ...
in root ....
_global.test = 1
function(){test++}
... more >>
What happened?
Posted by Hangring at 9/20/2006 3:53:45 PM
if ("") {
trace("\"\"");
}
Or
if ('') {
trace("''");
}
output "" or ''.
But, 'while' is all right!
I don't know what happended?... more >>
series of movie clips for advertising bar
Posted by fbcojman at 9/20/2006 3:22:31 PM
this might be a pipe dream, but i would like to create an ad bar on my church's
webpage. I would like to just create a series of movie clips and have them
each play through for a period of time, then switch to the next. I would like
to create the transition between each clip with action scri... more >>
how to refresh scrollpane?
Posted by tommy rehulka at 9/20/2006 3:11:55 PM
Hi, in the internet explorer i have a problem with scrollpane. When the page is
first viewed, the scrollpane component is not loaded correctly. But when i
refresh or get back to that page, the scrollpane is alright. So whats my
option? I want to redraw or refresh the scrollpane after its conte... more >>
global flash variables
Posted by calmchess333 at 9/20/2006 3:09:39 PM
Hi example #1 pulls data from a php script into flash.........my problem is i
can't access that data from anywhere else in the script...........I'd like to
somehow make.....username = myLoadVars.valid; ....variable global.....or make
the php data global so i can access the data from anywhere... more >>
preloader
Posted by indomie at 9/20/2006 3:06:41 PM
Hi all,
I was able to get the preloader working fine. Just curious about one thing.
When the swf movie load, the preloader does not start at 0. It will always
start at somewhere in the middle. How do I make so that when the swf load, the
preloader will always start at 0. Thanks.
... more >>
Detecting FLV seekBar interation
Posted by PixelChicken.co.uk at 9/20/2006 2:09:35 PM
Hi guys.
I have just started to customise an FLV Playback component, and want to be
able to detect when the user drags the seekBarHandle.
This is so that I can find the nearest previous cuePoint to the time that the
handle was dragged to, and run the function that is associated with that... more >>
What ActionScript quits/exits/closes a SWF?
Posted by mgschange at 9/20/2006 1:56:41 PM
To offer a user the chance to quit the Flash application and return to the web
site, I have a button. What ActionScript do I attach to the button in order to
quit the swf and close the window it is in?
... more >>
ExternalInterface.available returns false on a Mac
Posted by Andra Veraart at 9/20/2006 1:38:42 PM
Hi there!
I'm triyng to get the browsers back-button to work with my flash site. The
general principle is this:
There is an index.html page containing an (not yet) hidden Iframe and the
flash movie.
The Iframe contains page A, which starts with JavaScript calling a
BACK-function on... more >>
Desparately need help scrolling a movie clip!
Posted by Spindrift at 9/20/2006 1:18:16 PM
Hello!
I am trying to scroll a movie clip with a dragger and up and down buttons.
I've made all the elements for it (buttons, dragger, mask, mc etc) and just
need to know where to put the actions and instance names to make it all work.
The elements can be found at www.spindriftmedia.co... more >>
Loader in firefox not working
Posted by Sakurai at 9/20/2006 7:15:05 AM
Helo,
First sorry to my bad english.=3DP
I=B4m developer and my web site have a problem when opened in firefox
and safari
When I open, the loader appears and disappears as if the content was
already, but the content only appears after really loading.
This only happens in the firefox and safari... more >>
Target main.swf and load frame30
Posted by Entenie at 9/20/2006 12:00:00 AM
Hello everybody,
I recently constructed a new website and it uses two different swf files. The
main swf file main.swf is aligned to the toprightcorner of the webpage, and the
other swf buttons.swf is at the bottom of the webpage. What I need now is the
buttons.swf to whenever a button is h... more >>
Days Since
Posted by mac monkey at 9/20/2006 12:00:00 AM
I'm looking to calculate the days since a date and the number of days until a
date.
Basically I tried getting todays date and subtracting the date(in the past) to
get the difference in days/months/years. I was then thinking of converting the
numbers to ratios of days, so 1 year=365 dats an... more >>
Problem in the Combo Box
Posted by Rajula at 9/20/2006 12:00:00 AM
Hi...
Combo box not opening with Labels...why.. whts the problem...
I have one movie..contains combo box...it has 6 Lables... when i want load it
in another movie..it is not opening the dropdown menu.. can any one help me
regrading this..
Satish Kumar Rajula
... more >>
button jumps to next frame when clicked twice
Posted by tharrison159 at 9/20/2006 12:00:00 AM
Hi, i have a small problem,
i have a button in level 0 with the code:
on (release) {
with (_level1) gotoAndPlay();
with (_level2) gotoAndPlay(7);
}
It loads movies into level 1 and 2, the problem i am having is that when the
button is clicked twice it will jump to the next frame ... more >>
1 seekbar control 2 flv
Posted by flaskvacuum at 9/20/2006 12:00:00 AM
i uses 2 flvPlackback component to play 2 flv at the same time.
Thus i uses all those actionscript that comes with the flvPlackback componet
to enable what is necessary to function as what a video player should do.
I got a problem here ...i have to control this 2 flv with 1 seekbar or a
... more >>
flash movie controller
Posted by jaaal at 9/20/2006 12:00:00 AM
Help! I've been trying for ages to find a flash movie controller that I can
paste into my Fla. Ideally it needs to be a bit like the Media player controlls
with play, pause, a bar you can drag along and a display that shows the minutes.
I'd be eternally grateful if anyone could tell me where i... more >>
|