Some moron take care of my pc and somehow he managed to configure my Internet Explorer in a way that stops every swf and presents me with the red X white box.
The moron can't recall the way he did that and I can`t figure it out.
I hope somebody here knows how to solve this... It`s not a big...
Hi,
This is my goal: I'm programming a dinamic site wich allows the administrator to load some images and then display them in the front-end site, something like a catalog.
The front end is mainly a table wich shows the images and the text that the administrator saved in a Data Base, and I have...
Well, that's what I want to do:
send an email with images and a css link to format it
I'm constructing de headers part of the mail like this:
$mailHeaders = "From: reserve@selfcatering.com.ar\r\n";
$mailHeaders .= "MIME-Version: 1.0\r\n";
$mailHeaders .= "Content-Type: text/html...
Hi, I want something as simple as:
having a flash button, with this code:
on (press) {
sec = "mysection";
getURL("pagina2.htm", "_self", "GET");
}
and having pagina2.htm with this other code (some javascript here, just to read the querystring)
<script type="text/javascript">
function...
Hi,
two days ago I started the thread333-879450 about downloading pdfs.
I searched and found two different aproximations to the problem:
One is to use adodb.stream object to do the job (but I found out that Microsoft offers several patches to deactivate that object due to security problems)
The...
Hello everybody
I'm trying to put some links into my page to download pdf files.
The goal is to offer 3 or 4 pdfs and let the user download them; the client requirement is that, when the user clicks the link1, the common dialog "open/download" appears to let the user download de pdf_1, and so...
Hi everybody
I'm just curious about this:
I have an introductory page in flash. Then, I call the frameset where all the site is arranged, using a line like:
geturl("frameset.htm");
That loads the frameset with the default html page in the main frame.
Now I want to let the user choose the page...
Hi
Here´s my goal:
I have a swf (intro1.swf) that calls another swf when the user releases a button, the code:
on (release) {
loadMovie("intro2.swf?idioma=ESP", 0);
}
of course, this unloads intro1.swf and loads intro2.swf.
I believe that there's a way to read that variable "idioma" from...
Hi you all
I'm trying to accomplish this:
I have a popup window (call it window_1) that lets the user to choose an image from his disk, then (if the user wants to) it lets him to see the real size of the image (opening an other popup, let's call it window_2), then there's a cancel button and an...
Hi
I'm just trying to accomplish this:
I use asp to recover information from a table into an array.
I use asp because I want it in the server side... where the database is(uh, that's right, isn't it?I'm not sure)
Then I need to pass this array to an client-side function, just to repopulate a...
Hi
I'm just trying to accomplish this:
I use asp to recover information from a table into an array.
I use asp because I want it in the server side... where the database is(uh, that's right, isn't it?I'm not sure)
Then I need to pass this array to an client-side function, just to repopulate a...
Hi
this is my first in this forum. I have a problem I think should be solved with javascript and ilayers, or Iframes but I'm not sure.
I have a form (an asp one) where users update information about movies. There is a select where they can choose the type of the movie (if it is for kids, if it...
Hi,
I'm developing a complex site for a complex client (deaf type of client, he never listens to any advice) and I'm supposed to make some php pages auto-execute themselves in certain time and certain days.
My client has a Server with Windows 2000 and IIS and some component (I don´t remember...
Hi
I'm trying to accomplish this:
If I let the users upload images in my web, I want to get some control over the size of the images they´re uploading. Also, I want to save the images as separate files in a directory, not in a blob field in a database.
So my code gets the image from the path...
Hi,
I want to save some data from flash, and be able to retrieve it. I figured that the best way is
-creating xml in flash
-sending it to php
-saving into a database
So i'm using the flash' xml.send method... but i just can´t figure out how do i "receive" the data in php.
so, in...
Hi,
I'm new to this forum (and almost new to PHP)
I'm retrieving images from a table, using this code:
<td><img src="image.php?id=<?php echo $id; ?>"></td>
where the basic code for IMAGE.PHP is:
<?php
require("config.inc");
global $id;
$sql = "SELECT imagen FROM...
Hi,
I'm really new here and I'm really new with flash.
Also, english is not my mother language so I hope I'm clear enough... I'm sorry if not.
I want to save some data from flash, and be able to retrieve it. I figured that the best way is
-creating xml in flash
-sending it to php or asp script...
Hi,
this is my first participation here.
English is not my mother language so I hope I'm clear enough... sorry if I'm not.
I was asqued to write a programm than can stop and restart a query or stored procedure (in SQL Server 7) when it is in process whenever the user wants.
He has many stored...
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.