all groups > flash actionscript > july 2006 > threads for tuesday july 25
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
.nodeValue returning null
Posted by timothytrice at 7/25/2006 10:06:13 PM
http://www.personalhurricanecenter.com/test/xml.xml
My actionscript is returning the right node...this isn't a problem of trying
to find it or anything like that (have had that problem). The problem is that
I'm accessing it like .childNodes[1].nodeValue for date, time, lat, lon, etc.
But... more >>
Progressive linked FLVs Not Working (k)
Posted by W. Kirk Lutz at 7/25/2006 9:16:21 PM
I created this SWF with linked FLVs. Works great locally and on my
company's web server, but not on our client's. I selected progressive
download when I imported the video. Very confused why this isn't working.
http://www.midtownreston.com/MidtownReston/Floorplans/Blackburn.html
Thought it... more >>
TAB and IE
Posted by SDALW at 7/25/2006 8:06:16 PM
I cannot find any info on how to disable the TAB focus on the IE window and
keep within the swf file I am viewing. I've set up my tab index fields, and
when I preview the movie - it works fine. However, when I play it in IE, the
TAB goes to #1 - then up to the address field in the toolbar. It ... more >>
destroying dynamic movie clips
Posted by FlashForumName at 7/25/2006 7:58:44 PM
Hey all. I am drawing lines from some xml data based upon which item in the
list the user selects. Problem is, if they have already selected the item, I
want the lines(few hundred each) associated with it to be destroyed, disappear,
anything as long as the user does not see them. I am able ... more >>
Get the key of an array?
Posted by howachen at 7/25/2006 7:46:58 PM
var myObject:Array ;
myObject['name'] = "1";
myObject['age'] = "2";
myObject['sex'] = "3";
for (var s in myObject) {
trace ("myObject." + s + " = " + myObject[s]);
}
this doesn't work...
i want to print out "name=1", "age=2"
thanks...... more >>
LoadVars in a loaded movie
Posted by ddirk at 7/25/2006 6:56:15 PM
Im not totally sure how to explain this, so please bear with me...
I have two movies, movie1 which loads movie2 onto level9. Movie2 has some
actionscript and a dynamic text box that loads an external text file. Problem
is:
When i load movie2 by itself in the browser, it works just fine,... more >>
MovieClipLoader & lockroot
Posted by SlashRipShred at 7/25/2006 6:18:49 PM
I've come across a rather strange problem with the MovieClipLoader - I have an
actionscript file, which simply creates an empty movie clip on the root and
loads a movie into it. The root of the movie clip is locked before the swf is
loaded.
class loader {
public function loader(n:Num... more >>
onClipEvent for Scrolling Images
Posted by Txposure at 7/25/2006 6:18:01 PM
Hello
I have a horizontal scrolling mc that works great for my purposes. After load
you can move the mouse to the left or right to activate the scroll direction
and speed. However, I when the mc first loads I would like to have the scroll
already started (slowly from right to left). I h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
variables in a function
Posted by Cdndesign at 7/25/2006 5:58:56 PM
I want to enhance a script I found as a tutorial on
http://www.lukamaras.com/tutorials/actionscript/load-jpg/loading-external-jpg-im
age.html
essentially, it's comprised of two parts. The first part which can hopefully
remain the same is
function startLoading(whichImage) {
loadMovie... more >>
accordion change label
Posted by jimWPX at 7/25/2006 5:44:33 PM
Hi,
I am trying to change the label on a accordion component. Basically I want to
have the enduser pick colors in a movie clip and when they are done, I want to
change the label header on the accordion to done and advance to the next Child.
So I also need to know how to trigger the click o... more >>
figuring out a strange line in the code.
Posted by rotarypot at 7/25/2006 5:28:29 PM
Hello all, First time poster.
i've been teaching myself actionscript for a couple of months now, right now i'm
trying to figure out the code in a movie sample a friend sent me.
i have pretty much figured everything else in the movie except this line
attachedObj.display = displayStar... more >>
Fonts
Posted by rique48 at 7/25/2006 5:07:58 PM
I have fonts that came with a flash website template. How do I go about
loading them so flash8 can see them. I tried putting them in the windows fonts
but I still have to choose a substitute. Any help will be greatly appreciated.
Thanks
... more >>
How to set cursor type for TextField uses
Posted by shrinktight at 7/25/2006 4:58:03 PM
Hello, hope someone can help. I'm importing HTML into a TextField called
"webText_htm". I'm also calling CSS and it is working to style the text. Player
8 and ActionScript 2
When I mouseover the TextField, the cursor changes to the I-bar.
Second problem is that <a href=""> is not signalli... more >>
Is there a simple example, I can see how to connect to a db using Flash 8 and actionscript? (not with components)
Posted by programmer_neo at 7/25/2006 4:31:57 PM
I have been looking all over for a simple "hello world" example, on how to
connect to a database, and pass a param, and return a dataset. I would like one
that does not use components. (Actionscript only). That uses ColdFusion 7.x and
Flash 8. Can anyone point me to one?
... more >>
Persistent background image?
Posted by greekthunder at 7/25/2006 4:22:50 PM
Hello -
I have inherited a project at the company I work for. We had an outside group
set up a flash app / site that has a number of scenes. What I want to do is
have a background image that a user picks out, which is quite easy to do. The
problem that I've run into is that when the sit... more >>
Define a new window size not working on Macs, is there a workaround?
Posted by Scruffpuff at 7/25/2006 4:16:12 PM
Hi everyone,
I've currently got some thumbnails that open a new browser window. Here's the
code I'm using in my movie:
Launch_mc.onRelease = function() {
getURL("javascript:var
windowHnd=window.open('Print/Kaiju1.html','Kaiju','width=1024,height=663');");
}
Unfortunately it do... more >>
what is wrong with this little code block
Posted by hushhurt at 7/25/2006 3:32:23 PM
what is its deal?
most of the time it works...but sometimes it doesnt - help!
_root.onEnterFrame = function() {
if (news_mc._currentframe == 62) {
news_mc.gotoAndPlay(63);
news_mc.enabled = false;
activeBtn = news_mc;
myMCL.loadClip("birdLine.swf", 5);
}
else if (ne... more >>
Wrong output
Posted by Hermet at 7/25/2006 3:19:37 PM
I have this PHP file called "activities.php"
<?php
mysql_pconnect ("localhost", "root", "");
mysql_select_db ("myDB");
$qResult = mysql_query ("SELECT title FROM activities");
$row = mysql_fetch_array($qResult);
print "&title=".$row['title']."&";
?>
The output of this code is:
... more >>
Help with flash and XML
Posted by Dominic McAfee at 7/25/2006 2:35:32 PM
I have the following code:
<node>
<node label="Create Lesson Activity">
<node label="How to start an new activity"/>
<node label="Option 2"/>
<node label="Option 3"/>
</node>
Is it possible to use the first node "How to start an new activity" as a link
to impo... more >>
Help Actionscript/PHP Please
Posted by flyingsilverschoo at 7/25/2006 2:33:00 PM
ok a member named KGlad helped me alot but I think he just stopped cuz he got
frustrated :P I'm very ignorant in php the actionscript isn't so bad becuz its
just like java but I've only taken intro to java so :P and it stall has its
differences. Some hosts give me this message in a popupmenu w... more >>
HTML strings stored within XML
Posted by _bigmac at 7/25/2006 1:50:06 PM
Hey, I'm trying to populate my entire flash site from an XML spreadsheet. No
problems, except that I'd like to store body copy as HTML strings. Is there a
way to insert HTML text into an XML document without it being parsed as XML by
Flash? Thanks!
... more >>
Actionscript woes
Posted by TNchicklet at 7/25/2006 1:44:46 PM
:embarrassment; Within a movie, if you mouseover a button, another clip plays
(spinning DVD). However, when you continue to mouseover the button and reach
the spinning DVD inside the button, it disappears. When you click on the area
where the spinning DVD is suppose to be at, it appears and... more >>
Html Form code in Flash : form method get
Posted by mattgo at 7/25/2006 12:51:34 PM
Hi,
I am trying to get this code to work in flash, its a password input box for a
photo hosting site. It works fine in HTML, but I am unsure how to implement
the same thing in flash. Any ideas or a point in the right direction would be
greatly appreciated.
Thanks in advance
Matt ... more >>
Setting Flash HTML page to re-adjust to the size of users Browser
Posted by Adam Deeley at 7/25/2006 12:36:42 PM
Hi
I really want my Flash/HTML page to automatically adjust the size to fill the
viewers browser when entering my site. At the moment im publishing my flash
movie so it is central within my HTML page - I dont want the movie to change
size, i just want the HTML browser window to re adjust a... more >>
Transparent background in flash
Posted by TeamJ. at 7/25/2006 3:06:40 AM
Hi, I am just learning how to use flash and I want to import a word that is a
graphic from Photoshop, in Photoshop it has a trandparent background but once I
bring it into flash to work on it, it has a solid white background, How do I
make it transparent so that only the letters are solid?
... more >>
Targeting movie clips
Posted by kypsul at 7/25/2006 12:00:00 AM
Hello everyone,
I've worked on some code with a little help from some people here and I've
gotten everything to work. The problem I am having right now is getting my
cross fading images to sit inside separate movie clips that are on my home
..swf. The code I have so far is as follows:
... more >>
asfunction in browser
Posted by Takatoshi at 7/25/2006 12:00:00 AM
Hello all,
I have used the asfunction to call a webpage, when i test the movie within
flash the button works perfectly, however when i publish the file the button
does not seem to work when it is pressed. Is there some coding i need to allow
it to work withing the browser?
Please find... more >>
'watch' a MC
Posted by eRez at 7/25/2006 12:00:00 AM
Hi,
i'm looking for a way to 'watch' a property of a MC like the 'watch' funtion
of objects.
in other words, i want a function to be called every time the visibility of
a certain MC changes.
what's the most simple way to do that?
thanks,
eRez
... more >>
Aligning a MC in 100% wide and tall
Posted by Walloompoom at 7/25/2006 12:00:00 AM
I have a flash site that is 100% wide and 100% tall. How on earth do I align a single movie clip to the bottom of the browser? Or to the left? Is there a way?... more >>
|