Anybody out there know how to (or of a LISP routine that will) insert multiple blocks from a directory into an array in one drawing file? I've got a blocks-CD from a vendor that has all their items in individual files with a cryptic file-naming system and I don't want to spend the time wading...
I've got a group of drawings I'd like to burn to a cd and include their xrefed files in a subfolder on the cd, but am not sure how to get around the absolute path of the xref. Any suggestions? tia
bugg
sorry, that code was incorrect (tryin somethin new...) the correct code is:
function preLoad() {
trace( "Begin loading..." );
for( i = 0; i < _root.maxElements; i++ ) {
loadMovie (_root.movieClipArray [ i ], _root.prjPreLoad )
trace( " Begin loading " +...
ok, so I'm having the same problems here...
I have a series of external .swfs that I want to "preload" into a container on the stage. I have an array of these files, and want to load 01 after 00 gets entirely loaded etc... I can't seem to acces .getBytesTotal() of the clip as I'm...
thanks to both of you, I got it to work hybridizing the two as:
onclick="'parent.cardFrame.location='cardwellConsulting.htm'"
"window.frame.location" wasn't working for me, but "parent.frame.location" seems to... is there a way to make this onclick action...
Hi, I'm working on a website that consists of a number of frames:
mainFrame
titleFrame
navFrame
logoFrame
within the nav frame, I have a table set up with multiple text "links", and I'd like clicking on one to change both the mainFrame and the titleFrame, but have only been...
huh, thought I had replied to this the other night... anyways, oldnewbie - yes, I totally see what you are saying, however in this case, there are really three states (as "unactivated" necessitates some visibility) - invisible (while the movie is loading) , unactivated (visible, but...
thanks for the quick response! I have played with the scrolling property of the frameset a bit, but what it does when left to add scrollbar is to add a vertical one, I was wondering if there is a way to force a horizontal one instead...
thanks again
-bugg
hi all, I'm working on an html site for an aquaintance and having some issues with the graphics. I usually do web work in flash, so I am unsure how to overcome these difficulties in vanilla .html, here goes... The site in question (www.msquito.net/cardwell - work-in-progress site) has some...
I'm assuming (and that may be dangerous) that you mean to put a looping empty frame in frame one of the "to be loaded movie" which checks to see if it is fully loaded, then, when it is to goto frame two? If that's the case, the problem is that the function called to unactivate the...
In my main mc, I've got several empty mcs into which I am loading external .swfs, problem is that when they get loaded into the main mc, I need to call a function to prepare them for action (they load with everything visible, and activated) the function I have that loads them into the empty mc...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.