Skip navigation

Login or Register to find out more about kglad
kglad has no profile image available
Status Level:
Community Member
Web Site:
http://www.kglad.com

Recent Activity

kglad replied to dynamicMovieClip into a SP

"use the trace function to debug:     trace(this._parent.getNextHighestDepth());  // if that's undefined, you're not publishing for fp less"

in ActionScript 1 and 2 19 replies
4 hours ago
kglad replied to How to unload/load swf

"you're welcome.   p.s.  please mark helpful/correct responses, if there are any."

in Action Script 3 3 replies
4 hours ago
kglad replied to Movie Scrolling Outside The Div On Touchscreen

"assign that div's overflow attribute to hide."

in ActionScript 1 and 2 1 replies
4 hours ago
kglad replied to dynamicMovieClip into a SP

"use the trace() function to confirm frame 11 is executing and, if it is, to also confirm addToSP() is executing."

in ActionScript 1 and 2 19 replies
22 hours ago
kglad replied to dynamicMovieClip into a SP

"then that frame is not being played."

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"use:   trace ("noProblem!!"); // not showing this _parent.addToSP(); this.swapDepths(this._parent.getNextHighestDepth()); this.removeMov"

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"use the trace() function to make sure the frame 11 is playing and addToSP() is being called."

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"on frame 11 of StudentsAttendance_mc, you should have:   _parent.addToSP(); this.swapDepths(this._parent.getNextHighestDepth()); this.rem"

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"correct.   they are not the same instance.  ie, your on-stage movieclip is not the same as the one added to your sp.    you'll need to up"

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"assign your on-stage movieclip a linkage id."

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to Using arrays to load multiple swf-s

"if you use one loader you can only load one swf at any given time.  if that's what you want, don't create a new loader as shown by esdebon."

in Action Script 3 2 replies
1 day ago
kglad replied to dynamicMovieClip into a SP

"you can't reparent objects in as2 so you'll either need to use as3 or fake it (eg, add a copy of your movieclip to your scrollpane)"

in ActionScript 1 and 2 19 replies
1 day ago
kglad replied to Convert swf to exe

"you can use zinc (but it costs money) or hire someone (that has zinc) to do those things for you."

in Action Script 3 3 replies
1 day ago
kglad replied to Convert swf to exe

"open your fla and change the publish settings to publish an exe."

in Action Script 3 3 replies
2 days ago
kglad replied to How to unload/load swf

"if you don't need to stop any loaded streams (like sound/video), you can just reuse the same loader to load the next swf.  otherwise, apply"

in Action Script 3 3 replies
2 days ago
kglad replied to ► SWF File Elements Shift Upon Resizing Window

"?"

in ActionScript 1 and 2 13 replies
2 days ago
kglad replied to ► SWF File Elements Shift Upon Resizing Window

"what do you expect to happen?  you only have a trace() statement in your listener function and it's not clear you know how to find trace out"

in ActionScript 1 and 2 13 replies
3 days ago
kglad replied to ► SWF File Elements Shift Upon Resizing Window

"you're posting in the wrong forum.  the previously suggested code was for as2.   for as3, your code will work."

in ActionScript 1 and 2 13 replies
3 days ago
kglad replied to Font in embedded swf now not showing in ie6

"you don't need tahoma installed to see tahoma font.  that's the point of embedding fonts.   make sure your swf is embedded correctly.  ie,"

in Flash Pro - General 8 replies
3 days ago
kglad replied to ► SWF File Elements Shift Upon Resizing Window

"are you publishing for as3 or as2?"

in ActionScript 1 and 2 13 replies
3 days ago
kglad replied to ► SWF File Elements Shift Upon Resizing Window

"what error message do you see?   check the flash help files, the Stage class."

in ActionScript 1 and 2 13 replies
3 days ago
kglad replied to Font in embedded swf now not showing in ie6

"you don't need tahoma installed to see tahoma font.  that's the point of embedding fonts.   make sure your swf is embedded correctly.  ie,"

in Flash Pro - General 8 replies
4 days ago
kglad replied to Moblie.xml

"those must be custom snippets.  you can create those by editing CodeSnippets.xml.   check the page with trani's video to see if there's a d"

in Action Script 3 3 replies
4 days ago
kglad replied to AS 3 Object Hit Test question

"you're welcome.   p.s.  please mark helpful/correct responses, if there are any."

in Action Script 3 4 replies
4 days ago
kglad replied to How do you update a variable within a class from another class?

"generally, the two classes need to share something in common.  if the two classes are totally unrelated to each other there are still ways t"

in Action Script 3 3 replies
4 days ago