Page 2 - PHP Into Flash
Hi Ben,
All I can say is that you must have excellent taste
I hope you enjoy the book, and if you have any problems or questions you can find me over at URL
Regards,
Steve Webster Author - Foundation PHP for Flash
DevShed > Flash Help
Posted on: February 19th, 2002, 02:47 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Please Help Flash Page Linked Do Another Flash Page On Server Doesn't Work
Hey,
I'm creating a website for a client that has a component scroll on the main stage linked to a dynamic text box with some buttons that when clicked will load an external file on Layer 1 of the main timeline in Flash. When I tested it in Flash it worked, when I previewed it in Dreamweaver it worked but when I uploaded it to the server. The main swf loads but the files that are linked to the main .swf don't
On the first frame of the main time line I have the code below
loadMovieNum("movies/Thumbnail1_mc.swf",1);
On each of th buttons I have the code below
on (release) {
loadMovieNum("Movies/Thumbnail1_mc.swf", 1);
}
I have read some of the posts here but my main .swf file plays so its not the "scripts" folder in the wrong place.
and I'm pretty sure that it can't find the files due to my path to the file, but I'm not sure how to get the main .swf file to look for the Thumbnail .swf files on the server. Please help.
Thank you
Page 2 - Loading A Movieclip That Always Stays Center Into My Flash Full Screen Page?
Tann, regarding the proportion resize, do you know if there is a way to make it so that when you drag the browser window, you are restricted to dragging it at its flash proportion. Just like if you are in photoshop, and if you decide to transform an image and I think press control or alt while you drag the corners, it will resize it proportionally.
Right now, if you drag the browser window, you can drag it any shape, and if the browser window height exceeds the flash height, it will allow you to do it, but the empty space is filled with the background colour of the html page.
Would like it, so that the window is not draggable anymore if its proport width or height has exceeded.
I hope that makes sense.
Making A Button That Allows Your Flash Page To Be The Browser Default Home Page.
Mmn, seems the original post dissapeared while i was typing , no prob, here is the code in anycase!
Ok a simple trick in IE but not in Netscape, as far as i know, its not possible to do this in Netscape. Also you shouldnt make the home page your swf file, but rather the html file with the swf in it.
First this requires an xml namespace to function, so change your top <html> tag to look like
<html XMLNS:IE>
Then create the IE:Homepage object using this, it can be placed anywhere on your page as long as it happens before the javascript.
<IE:HOMEPAGE ID="oHomePage" />
And finaly the javascript function that you will call from your flash file (using getULR('changeMyHomePage()') in flash) or from a normal link.
Code:
function changeMyHomePage() {
oHomePage.setHomePage ('http://www.womenslife.co.za/Default.asp');
}
Hope that was not to hair razing, post again if you have a question.
[Edited by threnody on 01-18-2002 at 04:50 PM]
Naming Of HTML Entry Page & Flash Intro Page?
Hey Everyone. What is the best way to name the entry non-Flash (HTML) page - the splash or index page, whatever it's called - that is the gateway to the final Flash site, which will open in a new window? When users type in the basic web URL - for example, http://www.mysite.com - I want them to come upon an entry page that states "Click here for Flash Player 6" and "Enter if you have Flash Player 6". When the user types in the basic URL should I have the entry page called http://www.mysite.com/index.htm?
One step further... How do I configure things so that when the user comes to the entry page, Flash 6 is automatically detected on both Mac & PC platforms? Detailed answers will be much appreciated, as well as links to tutorials.
peace out,
*< Scottie
Display 150 Page Text File In Page Format In Flash
What i would like to do is grab the text from a 150 page text file and display it in flash. Sure i could just open up a pdf from the file but thats not what i want to do. I want the text to be in the flash frame.
How would i go about this? I don't know anything about VB or mysql. I saved the file as an xml file could i somehow import that?
Cursor Disappears In .aspx Page When Using Flash Movie On Same Page
Dear friends,
I am facing this problem when I am using .swf file on my sites login page, there is 2 text box of User Name and password and submit button it is all are web controls, i want cursor at user name control when user comes to login page but it is not showing there but when I remove the .swf file from the login page then default cursor comes there, please help me.
Naming Of HTML Entry Page & Flash Main Page?
Hey Everyone. What is the best way to name the entry non-Flash (HTML) page - the splash or index page, whatever it's called - that is the gateway to the final Flash site, which will open in a new window? When users type in the basic web URL - for example, http://www.mysite.com - I want them to come upon an entry page that states "Click here for Flash Player 6" and "Enter if you have Flash Player 6". When the user types in the basic URL should I have the entry page called http://www.mysite.com/index.htm?
One step further... How do I configure things so that when the user comes to the entry page, Flash 6 is automatically detected. Detailed answers will be much appreciated, as well as links to tutorials.
peace out,
*< Scottie
Anyway To Have A Small Html Page Embedded Into A Larger Flash Page?
I've developed a website completely in Flash. Now, I have a space in this Flash page where I would like to have, upon a certain button click, load up an HTML page...within the Flash page itself. So, I have the layout, and all the links and all that in the Flash website. In the content area of that Flash site, I want an html page to appear after clicking a certain button, thus turning the Flash into somewhat of a border. Is there any simple way to do this?
Thanks a lot!
Flash Page Stops Dynamically Stretching After .swf Page Loaded
Hello
I have a flash site that has four pages which all stretch to fit window size.
As soon as I go to a gallery page that is called in via SWF, and come back, I loose my dynamic stretching of all my pages...I would like the SWF page to stretch to fit also, and its isn't...
any thoughts?
thanks!
celticvfx
Embedd A Dynamic HTML Page In A Flash Page
Hello,
Lets say If i have a list of sorted html pages on my server, can I pull on of them and display it in my FLash movie dynamically according to the user prefrence. Say, the user want to only see files with the first letter 's', then can I pull up these files and display them dynamically in the Flash movie? if so, how do i go abt doign this???any help is appreciated!!!!thanks...
Ugly Transition From Flash Page To Html Page
Hi-
I made a flash movie with soundtrack as an intro for my client. At the end of the movie I put a frame action to get URL and automatically jump to the main page of the site. The background color for the site is black, but in between the intro flash page and the main nav page, white flashes for a split second. You can see the work in progress at www.musicbymelinda.com/melindasite/.
She loves the movie, hates the jarring white flash. I tried lengthening the movie, it didn't help ... she does not want to make her viewers click on a button to enter site.
Any suggestions how to make a smooth transition? thanks. -knox
Flash Splash Page Redirect To Html Page
I am very new to flash and please forgive my lack of knowledge.
So here is my question... How do I get this splash page to redirect to this HTML page as soon as the flash movie stops?
Also any preloader guidance or reading material would be greatly appreciated. I have no idea where to begin with the preloader.
Thanks in advance -
Flash Form -> .htacces Protected Page Page
I'm wondering if I can build a flash login form that will access an .htaccess protected area?
I have a rough draft working where I'm using this protocol:
https://username:password@myprotectedsite.com/page.php
However, on a mac, in safari, it seems a bit buggy. The form works, and via a getURL will open the protected page. However, the username and password appear plain as day in the activity window (because I'm using getURL I'm sure) - then if I logout of that protected section, then go back to my form and hit submit, it open the browswer to the page, but actually pastes the url into the url window - that can't be good! I've also read that some people can't get it to work on IE.
Any knowledge of this?
Whats the best way to do this - possible php gateway and use loadvars to pass to php when then accesses the page? if so how?
Thanks!
Flash Menu: Can It Be Altered From Page To Page?
I really, really need some help with this. Here's what I'm trying to do:
I have a small flash movie on my home page that serves as the navigation/menu. When a user clicks on, say, the "photos" button I'd like to 1.) send them to the Photos Page (obviously), and 2.) reuse that same flash movie in the Photos Page, only have the photos button take on a different look/color and no longer be active.
IS THIS POSSIBLE? Can a single flash menu - if it's used on every page in a web site - jump to different key frames depending on which page the user is visiting in that web site?
I really hope this makes sense. Let me know if you need me to clarify anything. THANKS!
Problem With Flash Reloading From Page To Page
What can I do to make a Flash movie with an html page reload on a specific frame.
Example.
The Flash movie is navigation. When you click button "about" an image changes from "image a" to "image b" and you are sent to about.htm . Now of course the Flash movie must reload in the new page causing the image to start back at "image a" again rather than staying at "image b"
Is there a way around this?
thanks
goldpan
Simple Page By Page Flash Site HELP
Hello!
I'd like to make a simple website in Flash, such as the following:
http://www.honeyee.com/feature/2006/hp/index.html
I am a bit of a newbie and am not too familiar with the preloaders.
That page is definitely simple, the needs are simply:
1 main format for all pages.
Next and Previous buttons (or text navigation with numbers or section titles)
preloader each time one clicks to view a new page.
Can someone help me out? thanks.
Put SWF Into HTML Page But How To Also Add Flash Mp3 Player Into Same Page?
For my web-site, each seperate HTML page in dreamweaver mx2004 has a different flash SWF attached to it, but all these flash SWF scenes all have the same background in them for consistency.
The problem is my showreel page, I created a flash SWF ready for dreamweaver, but I also want to incorporate a flash mp3 player I have into the same HTML page!
Can anyone please tell me how to do this?
Thanks Jim
Keeping Flash Nav Alive Page To Page
I have built a navigation scheme in Flash which has a number of randomly generated elements moving randomly, etc. A bunch of pages of the site have been created with my flash piece stuck in as an object. The problem is that when a link is hit in flash and a new page is loaded, the flash nav will reload from starting position. Is there a way to go from page to page and keep the flash in its current state, with all the randomly generated elements not regenerating and looking weird? It's built in VS 2005.
Turn Flash Page Into An Html Page?
Hi all,
So here's my dilemma. Got this job to put together a site for a financial company with a friend of mine. We're both more into illustration more than anything else and have basic/ intermediate knowledge of flash but know very little about html..
Here is the dummy - http://uzugexe.com/tiel.html
This company really wants some flash design and were very specific with what kind of animations they want on the page. Thing is though, they're now saying that ranking in a search engine is essential. So we've tried to persuade them to ditch the flash idea completely and have an html only site...but because they really loved what we'd come up with (i personally think it's too much!) they asked if we could try and combine the two....
Any ideas on how we could use the animation as it is as a kind of intro but then have it turn into an html page automatically - without seeing too much difference when it changes? Is it possible to have the html 'under' the flash movie, then have the flash movie fade away and 'unload' to reveal the html page?
Hope this makes some kind of sense!
Any suggestions much appreciated
Pat
How To Load Either Flash Page Or Html Page?
Hi,
I am new to Flash. I have a webpage made in Flash, a page made in regular html. I want the user to be automatically directed to the html version if they don't have Flash 8 installed.
I checked out SWFObject but im really confused of what to do. This has been done so many times, there must be an "easy" way to do it. It is javascript code, right? Where do i add the extra code?
Any help would be great!
Thanks,
Dave
Using A Flash Page To Control Another Flash Page Timeline
Here's my question . . .
I want to have a gallery section on a site I am building. It will have thumbnail images that when clicked will open another html file with a Flash movie in it. It will show that specific image displayed larger, with information. I don't want it to open inside the current page.
This I can do, but what I want to be able to do once the larger page opens, is to hit "next" or "previous" to display larger images of the other thumbnails so the viewer does not have to return to the gallery to click another thumbnail image (unless they want to).
Can I send that specific information from one Flash page to control another? Have the images as frames in a second Flash movie. Make sense?
Thanks for your help.
The Droid
Splash Page To Flash Page Help
Ok... anyone know a good way to make the url stay the same when i go from one web page to another. In other words, I have splash intro page and then i want it to go into the flash page with out the URL changing.
Any help would be appreciated.
Thanks
Flash - When Click On Contact Page-profile Page Animates Off, Contact Animate On
In order to make my question more clear --I will use a website
as an example of what I am trying to do.
I know how to switch to different frames on a timeline (movie) as a user clicks a button.
Example, User clicks on the contact button, and the movie
then goes to to contact information section of the movie, etc, etc.---no animation (just plan on (release) { goandstop("");...easy
My Goal:
What I want to do is exactly what this Aurora Tires Website. has
As Viewers click to go to a new page, animation occurs on the previous page before the user is taken to the new page.
Example, as the user is on 'passenger truck tires', and then clicks the link for 'light truck tires, 'passenger truck tires' does an animation (scrolls up) before
going to 'passenger truck tires' page.
I think this is a cool effect and would love top have it on a demo site that I am making.
I would really appreciate help
Thanks
http://www.withabee.com/newAurora4.html
Jeff
How Do I Focus A Newly Opened Page Opened Through Main Flash Page.
This is the script in my flash file. I would like for it to open the new html window with the size as stated but also bring it to focus in front of all other windows and I cannot seem to find the correct script or know where to put it correctly in this existing script.
on (release) {
sUrl = "Content/Makers/Dadslide1/VDM.html";
wdth = "500";
hdth = "462";
lft = 500;
tp = 10;
getURL("javascript:window.open('"+sUrl+"','yourpag e','width="+wdth+",height="+hdth+",top="+tp+",left ="+lft+
",directories=no,location=no,menubar=no,resizable= no,status=no,toolbar=yes,scrollbars=no'); void(0);")
gotoAndPlay(1);
}
How do i make it to where this window and others will focus to the front when a new button is pressed inside the main flash swf. I am looking all over the place and keep seeing focus script and none of it seems to be working.
Please help and thank you in advanced to those who do.
Opening New Page BUT That Page Loads In Behind The Page You Are On.
Is it possible to load a web page from an action script (just like when you click on a button to open a new page)
Basically I want to create a Flash banner and somewhere along the "movie" have it launch MY web page and have it load in the background, behind the browser that holds the banner.
BTW - I have the permission by the person who will host my banner.
I just have to make it work.
Can this be done???
And how????
Thanks in advance!
Sliding Page, Loading External .swfs By Button In Slidng Page
Hi
I have a sliding page navigation system and am trying to dynamically load external .swf's into that movieclip and am having major problems can anybody tell me how to load them.
I basically want it so that once the user clicks the button on the main screen a sliding page MC slides open (which I have done) and within that sliding page MC lies a button I want to load an external.swf after the button is clicked
on (release) {
_root.contents.loadMovie("myexternal.swf");
}
I've given the empty MC a instrance name of "contents" and have the external .swf in the same location)
I've also tried
on (release) {
contents.loadMovie("locations.swf");
}
I can get an external swf to load directly into the sliding page MC without the button but when I try and control it via the button it doesn't work. P.s. the actions abvove were applied directly to the button
hope somebody can help
thanks in advance
Dips
Opening Popup Page In Standalone Projection (no Html Mother Page)
Hello,
I am creating a standalone projector (CD with autorun).
This means my swf files are NOT contained within html.
I would like to, when clicking on button, open a popup html page with specific dimensions.
I was wondering if it is possible to do that, and what AS to use,
or if I have the obligation, to openpopups, to launch my swf files WITHIN html mother page.
HERE IS THE CODE OF MY BUTTON THAT WORKS (but does not open popup):
on (press) {
getURL("URL", "_blank");
}
HERE IS THE CODE FOR POPUP BUT DOES NOT WORK (opens html page normaly):
on (press) {
getURL("URL", "", "width=580,height=400,left=100,top=100");
}
thanks guys.
Opening Popup Page In Standalone Projection (no Html Mother Page)
Hello,
I am creating a standalone projector (CD with autorun).
This means my swf files are NOT contained within html.
I would like to, when clicking on button, open a popup html page with specific dimensions.
I was wondering if it is possible to do that, and what AS to use,
or if I have the obligation, to openpopups, to launch my swf files WITHIN html mother page.
HERE IS THE CODE OF MY BUTTON THAT WORKS (but does not open popup):
on (press) {
getURL("URL", "_blank");
}
HERE IS THE CODE FOR POPUP BUT DOES NOT WORK (opens html page normaly):
on (press) {
getURL("URL", "", "width=580,height=400,left=100,top=100");
}
thanks guys.
Swf Working Fine In Html Page But Showing In Asp Page In Ie Only(not Firefox &Opera)
Hi friends,
I am stuck in a weird problem.
A simple code for displaying flash slider in asp page is wrking fine in IE but not wrking properly in firefox & Opera browser.
same piece of code is wrking good in HTML file and showing properly in IE, firefox & Opera.
I am placing the piece of code and also attaching the asp page containing the code.
Please help me to solve the issue.
Code:
<table border=0 cellspacing=0 cellpadding=3 align=<%=imgAlign%>>
<tr>
<td align="center" width="50%">
<OBJECT classid="clsid: D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="420" HEIGHT="730" id="slideShow">
<PARAM NAME=movie VALUE="slideShow.swf">
<PARAM NAME=quality VALUE=high>
<PARAM name="wmode" value="transparent">
<EMBED src="slideShow.swf" quality=high bgcolor=#FFFFFF WIDTH="420" HEIGHT="730" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</td>
</tr>
</table>
regards
How-to?, Flash And Dhml?, To Make Flash Transparent Over A Page After It Minimazes.
Hello people, long time since I posted here.
Well, I started checking this issue today, about how to put a flash banner in the index page of a site. A flash banner that makes himself big, covering one half of the screen, then it makes himself small in a corner ('bout a tenth of the page, 1/10), leaving the rest of the page to display text. What I'm trying to do is make a big flash animation cover half the page, then, when its over, to make itself small, and leave the rest of the area to be used for text.
I think that this can be done with dhtml and flash, also using some properties of flash to make the background of the flash transparent. I found a tutorial of using dhtml, but it didn't explain nothing at all, or for beginers.
Any one knows where can I find this information/tutorial?, or how can it be done, so I do some research on that.??
thanks people,
If I didn't made myself clear, please tell me.
Flash Working In Flash Player, But Not When Inserted In A Html Page
Hello guys. I have a very strange problem.
I have created a dynamic banner, made up of two simple combo boxes, with 3 parts actionscript.
The ideea is, when first loading the banner, the first combo box receives a lists of artists and it populates itslef with them. After selecting an option, it will send the id and receive a second list of tracks that belong to the selected artist.
After you select a track, you will be redirected to the page where you can listen to it.
MY problem is that while testing it, it works just fine in flash player, but after publishing it, my computer gets frozen up, untill a popup message appears, saying that my computer will become unresponsive do to the script.
This happens when i've uploaded the swf on the server. On my local computer, it only started to work in HTMl after i've modified the settings and set it up as trusted script.
ANy ideea how i can make it work in the browser?
Thank you for your help and here is the code of the banner:
!st code goes int he first frame:
Code:
myData = new LoadVars();
myData.load("http://website.com/banner/banner.php");
myData.onLoad = function() {
total_var=this.variabile;
myComb_cb.addItem({label:["Select an artist"]});
for (var i:Number = 1; i<=total_var; i++) {
myComb_cb.addItem({label:this["variabila"+i] },{data:this["variabila"+i]});
}
};
2nd code goes in the first combo box:
Code:
on(change) {
_root.myComb2_cb.removeAll();
var reply_lv = new LoadVars();
var send_lv = new LoadVars();
send_lv.id = this.selectedIndex;
send_lv.sendAndLoad("http://website.com/banner/banner.php", reply_lv, "POST");
reply_lv.onLoad = function() {
total_var=this.variabile;
_root.myComb2_cb.addItem({label:["Select a track"]});
for (var i:Number = 1; i<=total_var; i++) {_root.myComb2_cb.addItem({label:this["variabila"+i] },{data:this["id"+i]} );
}
}
}
And thirs code goes in the second combo box
Code:
on(change) {
getURL("http://website.com/banner/banner.php?id_piesa="+this.selectedIndex, "_blank");
}
Controlling One Flash.swf With Another Flash.swf In One Single Hmtl Page
Can anyone pls explain how to control one flash movie with another in a single html page. i have tried using tell targets to control another swf movie (to a different keyframe) in another part of the same html page, but it seems this only works for movie clips, than seperate moives. any help would be highly appreciated
Link To Flash Installer As Opposed To Flash Page OK?
I noticed this site seems to be linking directly to the flash installer at Macromedia's site if you do not have flash installed. That is nice since you don't get thrown over to macromedias site. Is this the way to do it? It used to be macromedia suggested going to their flash install page instead and they kept moving the link to the running the installer. At least I got caught a couple of times releasing a flash product that linked directly to the installer, only to get a 404 just after I released it for those that didn't have flash yet.
(I also noticed with this technique that it is often not mentioned that the install is taking place, so for a lower bandwidth customer they just sit there wondering why the page isn't loading when they are actually waiting for flash to install, but that's just a random observation and has nothing to do with my question.)
Error Page In Flash For Full Flash Sites
Hello I have built my full site in Flash but one thing that I notice is that if I make a mistake and forget to upload one of the swf files the site just hang until I upload the file. So I decided to draw up a File not Found Page in flash too. How would I write the Actionscript for this.
My Loader is "this.container"
Made this Code Up...
Code:
if (_global.error) {
trace("Loading failed!");
this.container.loadMovie ("404.swf");
} else {
trace("Loading Passed");
}
this.container.onComplete = function(success) {
if (success) {
trace("Page Loaded");
} else {
_global.error = true;
}
};
This One To
Code:
this.container.onLoad = function(success) {
if (success) {
trace("Page Loaded");
} else {
_global.error = true;
}
};
Can some one help me with this?
Error Page In Flash For Full Flash Sites
Hello I have built my full site in Flash but one thing that I notice is that if I make a mistake and forget to upload one of the swf files the site just hang until I upload the file. So I decided to draw up a File not Found Page in flash too. How would I write the Actionscript for this.
My Loader is "this.container"
Made this Code Up...
Code:
if (_global.error) {
trace("Loading failed!");
this.container.loadMovie ("404.swf");
} else {
trace("Loading Passed");
}
this.container.onComplete = function(success) {
if (success) {
trace("Page Loaded");
} else {
_global.error = true;
}
};
This One To
Code:
this.container.onLoad = function(success) {
if (success) {
trace("Page Loaded");
} else {
_global.error = true;
}
};
Can some one help me with this?
Putting Existing Flash Intro Into New Flash Page?
I am completing a Flash website for my client. He wants me to put a flash intro he already has into the flash website I just completed for him.
I have never done this before. Can anyone give me any pointers? I don't have the original FLAs, just some SWFs.
Think the pages are different sizes. Here is the flash I did: My Work It's 775 wide by 478 High.
Here is the flash work they want me to put in the front flash webpage: Their work Just click it.
How would you handle this? I don't see why they would want to take a different looking interface and put it into this one. They should just let me take the voice over and make my own around it. Maybe I will suggest that.
Flash&php Combined Page,how To Make Flash Dont...?
I have a FlashHeader,
the site is PHP.
The FlashHaeder navigates the site
now i don't wan't that everytime i push a buton/link on the FlashHeader, it refrashe, starts from the frst frame. (now the problem is i have 3 languages and i would need the FlashHeader to be not refreshed.
I tried normal php i tried iframe, i know a way whit frames and a biger frame at 100% to scroll all togheter but i don't like frames and some serch engines to
here a dirty paint of my layot
http://www.ski-simulator.com/staff/layout1.jpg
(the links/pages i call whit "index.php?id=usage" (usage is an example)
Thanks for any idea or problem solve.
Status Loader In Flash For Whole Page Not Just Flash Movie
Is it possible to have a status bar displayed on a page separately to give someone an idea how long their file will take to upload.
The file upload script is created in PHP when the user hits submit on the form. I want a flash status loader to go from 0% to 100% while the file is being uploaded.
the user can possibly press a button which says "time me" on it to start the status bar.
Not sure if this is possible but would be great.
Thanks for your help in advance
regards,
Stuart
[F8] LoadMovie Flashes Home Page Before Correct Page
Hi All,
I've used mc's for my text navigation mouseovers and I've assigned the loadMovie action to the invisible buttons using a blank container (blank_mc).
When I test the movie 'home.swf' and click on the navigation - there is a second or two-long load of the home page before the right page loads.
Is there a way to fix this? Something I did?
thanks,
Pati
Call Anchor In Html Page From Dynamic Page
Hi,
I'm having a problem with calling an anchor in an html page.
I try to do this from an dynamic textfield, in this textfield is a html code like:
<a href="page.html#anchor1">link</a> when i click it my default browser Safari(OSX) is opening and is pointing to page.html without the anchor link....This problem is a that is only happening in Safari. Can someone help me out here??
Greeting Zeb
Front Page Forms -- Not Connecting To Confirmation Page
Kirupa -- First, thanks for publishing such a great, clear book. I'm a first time Front Page user and was completely unable to get my Web to publish to my URL. Bought your book this morning and have ironed out (most of ) my problems already.
Last remaining bug: Can't get my my forms page to 1) submit content to my e-mail and 2) connect to my confirmation page.
Thought I'd followed the steps outlined in Module 10 pretty faithfully, but it's still not working; instead flips the user to a "page not found" page. Any insight?
www.girlswhowearglasses.net
Kate Vesper
|