Take a look at :
http://jgdees2000.tripod.com/HTML/index.html
for what I'm trying to do
// ***
Also viewable are style.css and databook.csv in the same directory
// *** - JGD -
I tried that, but it didn't work... can I send you the files (an 8.75 kb HTML file, an 885 byte CSS file, and a 101 byte CSV file) and have you look at it? - JGD -
I have a csv file that looks like such :
1010241,400
1010242,200
1010243,300
How do I get JavaScript to read each line of information by itself so it can deal with it properly?
For instance, I want to make it look like this in the end:
data[1] = new dat(1010241,400);
data[2] = new...
When I get home today (around 6:00 Eastern Time) I'll upload the .fla and the .mdb files into my Tripod directory and put the links to them here so y'all can help me. 'Cause I'm totally lost here, and I'm just doing it for fun, so I really don't want to be paying for anything more than I have...
you can add a beginning frame to it that in the frame's actions says:
if(_framesloaded>=_totalframes)
{
gotoAndPlay(2);
}
else
{
gotoAndPlay(1);
} - JGD -
If I import text from a text file into a dynamic text field, can I make certain words or phrases in the text field link to either ActionScript actions or more directly to frames, like gotoAndPlay()? - JGD -
I'll get the code for the .asp file when I get home and post it, but I basically copied it from another website and changed it just a little to suit my needs. But seeing as that was the first time I've ever worked with .asp, I really might have screwed it up somehow. What would the .php or the...
I have a Microsoft Access database (.mdb) that holds the following fields:
Name . . . . . . Text
Category . . . . Text
Description. . . Text
In my Flash movie, I have 3 dynamic text fields as follows:
txtName
txtCategory
txtDescription
What is the easiest way of getting the information...
I'm working on building a site where certain pages have moving div layers ... I have them moving okay with JavaScript, but I want a scrollbar-type layer also to move. Take a look at http://projectblackmoon.tripod.com/journal/ for what I have so far. Can someone help make the div layer...
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.