I'm using Flash 8 Loader Component within my movie. I'm displaying large image files and would like to add an Image prelaod to the movie. I only have one Index.fla that call other .swf(s) within itself, so this kills the JavaScript Image pre-loader added to the HTML. I'm looking for any...
When plaining a flash application where do you find out the best coding practices within flash? For example: I'd like the look and feel of the Outlook Calander with all of its functionality and features. When do I use multiple swf files to accomplish this and how do I increase download times...
I'm a web developer using ASP.NET/VB with XML and XSL to generate Accounting reports. Am currently writing a check run process and need to use XSL-FO to style the OUTPUT XML into printable checks. I have a 3rd party .dll to produce the PDF. I've designed a number of Reports, so my experance...
I've used sever-side to diclared the function and values passed int he those funtions inside javascript. But, thats taking place before the page is being sent to the client. I don't think the client can call back to the server. (Sounds like a big security risk for Db information) Sorry I...
I've moved the placement of the Alert in the code to see when the browser is reading it and now just getting Zero for the clientHeight????????????
Confusing!!!!!
Nothing happens, acts like the alert isn't even fired-out.
/* Cleaned up the code */
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Center Page...
There are older post out there but there under going maintance so here my problem. I'm centering the web page based on the cleintHeight and clientWidth but ClientHeight is a value of Zero and I'm Kinda lost!!! Its working in Netscape 7 but not IE 6
[code]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD...
onResize of the browser window I'm centering the <div id='pagecell'> tag, but netscape won't work. I've tryed every thing I can think of. I need help.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta...
Thanks everyone for your input. TheAceMan1, do you know of any freeware that does what I've discribed. Would save tons of time. Kinda in a pinch, short notice and a deadline to meet. Took the task on as a placement booster and now I'm back-pedaling like mad.
Thanks again for the input.
rj
Need to store the information about an image so I can search for it at a later date by name, category and description. Before that, I need to get image's of CD and display it on my access form, edit the name of the image. Select a category to place it under and type a short description of the...
I do have access to the server-side. I'm not sure on how to do that?
<script language="javascript">
Book_Image_Sources=new Array(
<?php
while($row=mysql_fetch_array($sql))
{
$img_path=$row['img_path'];
$img_alt=$row['img_alt'];
?>
"<?php echo $img_path; ?>","<?php echo $img_alt; ?>"...
I need to fill the array in JavaScript at runtime. Here is an example of the array hard coded or(static) I need dynamic way to fill in the array pending on what images are in the gallery selected:
<script>
Book_Image_Sources=new Array(
"gallery/DSC00002.png","",
"gallery/DSC00003.png",""...
Plus, their is an error on the IE broswer:
Line: 5
Char: 205
Error: UNTERMINATED STRING CONSTANT!!
URl: ../guestbook.php
line: 5 of guestbook= The closing of my include statment and db_connection. ?>
line: 21 and 22 of guestbook=
$bring = mysql_query("select * from $table order...
I started with pre written script and used PHPAdmin to create the proper table in database but, the information isn't getting to the database. And where the Entries should be displayed I get:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in...
My Table layout:
DCSt(table)
Make text this is where you choose the make of the auto
Model text this is where you choose the model of the auto
etc..
Make(table)
Make text primary key
Ford text indexed
Chvy text indexed
Toyota text indexed
etc..
Model(table)
Model1 text...
Probly a very simple solution but I've been racking my brain to make it as user friendly, PLEASE help.
I'm using Microsoft Access dbm to track towing information. I have one form that saves all of our records to one table and from there I have multiple queries and reports to veiw theses...
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.