Preloading XML/HTML...
Allright, here's something for you die-hard coders.......
I'm able to make a .swf with a textfield that dynamically loads html files by using xml.
It has buttons so you can change the contents of the textfield with a different html-page.
This works fine, but it looks kinda static....
If seen a tutorial which preloads external .swf's and has an animation, but does anyone know if this is possible with external html's? Because you can't use the bytesloaded function for html pages.
The tutorial is here: http://www.kirupa.com/developer/mx/p...transition.htm
[edit]I almost forgot to post the files!! Click here
to get them.
This zip contains the html files, the fla and the swf and a css[/edit]
KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 12-11-2003, 08:53 AM
View Complete Forum Thread with Replies
Sponsored Links:
Preloading XML/HTML...
Allright, here's something for you die-hard coders.......
I'm able to make a .swf with a textfield that dynamically loads html files by using xml.
It has buttons so you can change the contents of the textfield with a different html-page.
This works fine, but it looks kinda static....
If seen a tutorial which preloads external .swf's and has an animation, but does anyone know if this is possible with external html's? Because you can't use the bytesloaded function for html pages.
The tutorial is here: http://www.kirupa.com/developer/mx/p...transition.htm
[edit]I almost forgot to post the files!! Click here
to get them.
This zip contains the html files, the fla and the swf and a css[/edit]
View Replies !
View Related
Preloading Swf With Html
hello,
I am not looking for a typical preloader here. I want the html page to load the swf as part of loading the html page. Basically I am using thickbox to load an html page that holds flash content. Thickbox comes with a neat loading animation that typically runs while large images or other heavy content loads. The problem is that the page that is loading is very light (it only holds the embed object) so the thickbox animation never show and the box opens, but then there is a small lag while waiting for the swf to download. I want the thickbox animation to run until the flash is downloaded, which i can't figure out how to do.
You can see what I mean by going hereand clicking on the watch video link in the first content box.
Of course, if I could load the flash directly into the thickbox, that would be an even better solution.
Thanks for any help.
View Replies !
View Related
Preloading From Other Html Page
Hey,
I've got 2 flash movies, eash in seperate html pages, the second one is quite large. I was wondering if it is possible so that while you are veiwing the first flash movie, the second flash movie in the other html page is loading? Is this possible? I have the flash bible, but it conveniently ignores this.
any help would be rad.
cheers,
chuck.
View Replies !
View Related
Preloading Sound In Html
Hi,
I have a sound file that I've embedded into my html page. Is there any way to make it load first and then it shud forward to the main page and start playing. ie there shud be like a sound preloader. I dont want this in flash, perhaps a javascript?> Pls help, any reply gr8ly appreciated.
View Replies !
View Related
Preloading Html Website
is it posable to have a pecentage preloader in flash that loads a html website from the flash movie and when loaded it opens the html webpage as a normal website(hope that makes scence)
if there is any way to do this atall please let me know
thanks in advance
View Replies !
View Related
Preloading Many Images In Html, Help Please
I am currently using this code to load images
<SCRIPT LANGUAGE="JavaScript">
<!-- hide from none JavaScript Browsers
Image1= new Image(175,50)
Image1.src = "image1.gif"
Image2 = new Image(25,30)
Image2.src = "image2.gif"
Image3 = new Image(125,80)
Image3.src = "image3.gif"
// End Hiding -->
</SCRIPT>
and it works fine accept that I have 50 images to preload
and it takes forever to write the code
There must be a quicke way ie: using css
any suggestions, Please!
Ps. I know this is a flash help forum
Thanks In Advance!
Freshly!
View Replies !
View Related
Preloading HTML Document
I have an SWF where I can click on buttons and it loads an HTML document into a textfield. The problem is if it uses any images, they take a while to load. So what happens is you see the text appear, then the images appear as they load and change the layout of the text.
Why question is there a way to make a preloader (Flash 8) for the HTML that it is loading until it can show it all at once?
View Replies !
View Related
Preloading Whole Php/html Sites
Hello. Maybe this is a silly question, but I would like to use a preloader for a website I am making. I have never made a preloader before, but the only tutorials I can find are for an XML file or to attach to the start of the swf itself. I want to preload a whole website which has php and flash, therefore I can't just attach it to the movie. I want to just have a preloader on a little splash page and a little progress bar and when it's done, the user has the option to enter page.
I'm sure this is simple, I'm probably just thick.
View Replies !
View Related
Preloading Swfs In Swf On Another Html
Hi,
is it posible to have something like this:
index.html with index.swf which is linked to a home.html page. On that home.html page i have 3 swfs and i would like that those 3 swfs are loaded before index.html let me get to home.html page. So i would have a script on index.swf which would cheack when those 3 files are loaded and only than redirect me to home.html page.
thanks for your time.
cheers
View Replies !
View Related
Preloading HTML Text Images...?
Is this possible?
I ask as I have a page with htmlText fed via xml, if it contains an image tag then the text renders as it would regularly and then once the image has loaded it appears and all the text jumps...
I tried using a loader object to load the image first and then set the text however it didnt seem to make any difference any one have any bright ideas or a known solution...?
ty
View Replies !
View Related
Preloading External .swf's Into Html Frames
I've searched quite a few threads on preloading multiple external .swf's, but most of them realate to loading them for use within a single movie.
My situation is that I need an html page with a preloader for mulitple .swf's, so that when the preloading is complete you will be taken to an html frameset with the loaded movies in various frames. When clicking a button in a flash movie in the top frame it loads an html frame with another .swf into the center frame. It would also be helpful if I could load external .jpg's, too.
I know that the easiest way around this would be to make the entire thing in flash and scrap the frameset, but the client gets what the client wants. The answer may be quite simple, but my child-like mind has yet to grasp it.
Thanks (I'll come up with a clever signature soon)
View Replies !
View Related
Preloading An HTML Site With A Flash Movie?
Is it possible to preload an html home page - nav buttons, images, etc. - from a Flash intro movie? If this is posible, are there any available tutorials that may assist in putting one together? Currently, I'm displaying a looping flash movie that is in a visible HTML layer while all of the images (that are in a different hidden HTML layer)for the website are being loaded. Once the images are loaded, the flash layer is hidden and the main layer containing the rest of the HTML site is made visible. This works well for some browsers, but I've had troubles in others. I was hoping that there would be a more robust way of preloading an html site and still utilize a flash intro.
View Replies !
View Related
Preloading 3movies On One HTML Page With Iframes
I have an html page with two iframes. One iframe has a movie and html content, the other is one .swf
The movies are:
Content , Banner, and soundloop.
I know how to preload one movie, and i know how to preload multiple movie, however this is confusing me. I want to preload all the movies so that the page loads all at once.
Any suggestions?
View Replies !
View Related
Preloading Multiple Swfs In An HTML Page?
Hey peeps,
I have an html file with a swf embedded in the page. I have a cookie set so that when a user first goes to the page one movie plays, and when they return another plays.
What I want to know is this...
How can I use javascript to load both swf files before the page itself is displayed, therefore avoiding any playback problems and not having to create a preloader script in the flash movie itself. (The files themselves are quite small, and short, so any delay in playback would be quite obvious.)
Any takers?
Thanks,
Fitz
View Replies !
View Related
Preloading External Movies Into Html Pages
My nav bar uses Get URL to load the movie which then loads the other movies into seperate layers. It starts with an Intro Page and you navigate from there.
What I want to know is can I preload the other movies into the cache even though there part of a seperate html page.
If I preload them into the first movie when the user navigates to the next using the get URL link then won't the movies have to reload?. Is there a way round this??
Please Help
FATFRANK
View Replies !
View Related
Passing Variable Through Html, Preloading Specific Swf
Hi all,
I am passing a variable through an (external) javascript in html to an embedded flashmovie:
function PassFlash2(){
window.document.movie.SetVariable("lisa", "web1");
}
(in the link it says:
<SCRIPT language="JavaScript" SRC="script.js"></SCRIPT>
<a href="javascript:PassFlash2()">Pass The Variable</a>)
This variabele should be picked up in the first frame and passed through to a preloader:
if (_level0/:lisa == "web1") {
with (preloader){gotoAndPlay(2);
}
Then the preloader should preload a specific swf according to the passed variable:
}
if (bytesLoaded == bytesTotal,_level0:lisa == "web1") {
loadMovie("web1.swf", "_root.movietarget");}
I know there's something wrong because it doesn't work,
the main idea is that I dont want to make more than one preloader to load different external swfs.
Any ideas?
greetz,
Lisa
View Replies !
View Related
Preloading External, Html-embedded Swfs
alright, so the way i've decided to structure my site, i have an intro page and several different content pages. each of these pages is essentially an external .swf that is loaded into its own unique html document (ie. "info.html" "contact.html" , etc.) i decided to do it this way to easily preserve browser functionality for the visitor (so they could use the standard back/forward buttons to navigate to different sections).
anyway. as explained, each of the html section pages loads an embedded swf. what i'm trying to figure out is if there's any way that i can somehow preload those .swfs in their entirety, prior to the browser actually jumping to the target page. none of the embedded .swfs are excessively large (all just about 500kb) but each of them does make use of some animation as a transitional device. what i've noticed is that there's some slow down in the animation for each new section when it is clicked the first time, but not thereafter. i'd like for the site visuals to remain fluid in terms of transitioning from section to section. my own machine doesn't seem to slow down at all, but i'm assuming that's cause i already have the things cached from having viewed them previously, and/or it being the result of added RAM or a better online connection speed (i honestly wouldn't know). but i do know that i've asked friends to view the site from their own machines, and they tell me it is indeed a bit sluggish.
basically i'd like to know whether there is a method of preloading multiple .swfs externally (in the background if you will) so that they're stored in the cache before a visitor has even accessed them. that way when they do navigate to a section, the content is ready to go.
i've read some threads about preloading external .swfs and they appear relevant in some respects, but i wondered if there would be anything else that i should consider/be wary of, or that might make sense in this context (ie. in view of the structure i described above). ideally i would want all the sections (IOTW the embedded .swfs) to preload right at the intro (albeit imperceptibly), so they'd just all be set once the user actually clicked the link to any of the pages.
i'm not as well-versed in actionscript as i would like to be, so at this point i don't know if my approach is intrinsically flawed. i'm coming at this from somewhat of a novice perspective, so if i've neglected to include pertinent details, please inquire.
-victor
View Replies !
View Related
[F8] Preloading Issue- Images In Html Page
Im redesigning a site atm, and Im looking for a way to load images with flash instead of the old "one at a time"-oldfashioned way. I have 24 100x100 images to load so it wont look that nice if they don't load all together.
This is the site:
http://www.olssongerthel.se/nytt/index.html
Im also going to add a dhtml script that adds an OnMouse function which I don't know how to do in flash.. so Im looking for a way to make a flash preloader for the site, but the site itself shouldn't be flash.
I want a flash loader on top of the images (floating if possible) that loads all the images on the page, but the page itself shouldn't contain any flash after the loading is complete, because I'd like to use the dhtml script...
Is it possible? Anyone got any viable solutions?
View Replies !
View Related
Preloading .swfs For Multiple Html Pages
Hello,
I want to take an existing site that is one .swf with scenes and break it into multiple html pages with embedded .swfs.
Is there a way to preload all .swfs at the time the home page loads so that page transitions will be smooth if not seamless?
I have used flash to build single file .swf sites but this is over my head. Any help greatly appreciated.
Best,
Ross
View Replies !
View Related
[F8] Preloading Html Pages With Flash Swf's Embedded?
I'm having a tough time as to what to search for so here goes- I have an index.html file with a swf embedded-it has it's own loading bar and is 700k. There is another portfolio page with a giant (3mb)swf embedded.
Is there a way for me to start loading the second page while the first page is playing?
thanks a ton
View Replies !
View Related
Preloading External, Html-embedded Swfs
alright, so the way i've decided to structure my site, i have an intro page and several different content pages. each of these pages is essentially an external .swf that is loaded into its own unique html document (ie. "info.html" "contact.html" , etc.) i decided to do it this way to easily preserve browser functionality for the visitor (so they could use the standard back/forward buttons to navigate to different sections).
anyway. as explained, each of the html section pages loads an embedded swf. what i'm trying to figure out is if there's any way that i can somehow preload those .swfs in their entirety, prior to the browser actually jumping to the target page. none of the embedded .swfs are excessively large (all just about 500kb) but each of them does make use of some animation as a transitional device. what i've noticed is that there's some slow down in the animation for each new section when it is clicked the first time, but not thereafter. i'd like for the site visuals to remain fluid in terms of transitioning from section to section. my own machine doesn't seem to slow down at all, but i'm assuming that's cause i already have the things cached from having viewed them previously, and/or it being the result of added RAM or a better online connection speed (i honestly wouldn't know). but i do know that i've asked friends to view the site from their own machines, and they tell me it is indeed a bit sluggish.
basically i'd like to know whether there is a method of preloading multiple .swfs externally (in the background if you will) so that they're stored in the cache before a visitor has even accessed them. that way when they do navigate to a section, the content is ready to go.
i've read some threads about preloading external .swfs and they appear relevant in some respects, but i wondered if there would be anything else that i should consider/be wary of, or that might make sense in this context (ie. in view of the structure i described above). ideally i would want all the sections (IOTW the embedded .swfs) to preload right at the intro (albeit imperceptibly), so they'd just all be set once the user actually clicked the link to any of the pages.
i'm not as well-versed in actionscript as i would like to be, so at this point i don't know if my approach is intrinsically flawed. i'm coming at this from somewhat of a novice perspective, so if i've neglected to include pertinent details, please inquire.
-victor
View Replies !
View Related
Help With Preloading HTML Formatted External Text Files...
I'm making a dynamic web site all in flash, and I need all the content to be dynamic, so it's all being loaded from external text files with HTML formatted text.
The problem is: I want to make a preloader that caches the files before we enter the site, and what it does currently, is it caches the text part of the files, but not the pictures.
for example:
Code:
<b>hello world</b><img src="photo.jpg">
would just cache the hello world part and not the photo. and let's say the photo is 2 MBs, we miss the point right...
does anyone have an idea of how to cache the photos inside the html formatted text?
View Replies !
View Related
Preloading An Entire Html Page Composed Of Flash Movies In Tablesets
i am using flash MX and dreamweaver MX
i am having a problem with the webiste i am building...i have one html page consisting of several tables whcih hold their own unique flash movie...the problem is, is that when browsed, the page, naturally, finishes loading the smaller flash movies before the beefier ones and the page loads in chunks and looks sloppy...is there any way to say, have the <b>largest</b> flash movie sdripted to tell the smaller ones when to play; so for instance, aa method where the largest one loads and tells the other movies to wait until he's ready and then says go once they <b>all</b> have pre-loaded.
or is this something i can control through the html code (if so plz speak slowly i am a goof at html)
thx
View Replies !
View Related
Preloading .swf Before Preloading Main Movie
Ummm
Things are getting complicated lol
I have my main movie going ..AND I actually managed to get a pre-loader working ...
and it's all ok as long as you have adsl or cable connection - otherwise it is REALLY messy.
The main .swf uploads onto the web .. but the secondary swf have not yet loaded .. and so it is all out of synch .. if you wait a while and refresh you get it ... but argh it is horrible .....
so .. is it possible to block the preload of the main movie until it has preloaded its secondary swf's ??
I should imagine it's recoding the actions AGAIN .. can any one get me started please ..
Is this often a problem if you add swf to a main movie ???
tyyyy all
julia
View Replies !
View Related
Help Required Progress Indicator Bars. NOT PRELOADING BARS AND NOT A PRELOADING QUE
Help required ! progress indicator bars. NOT PRELOADING BARS AND NOT A PRELOADING QUESTION!
OK I have a swf called audio.swf which just contains a 15 minute streaming audio file that it just dragged along the time line.
I want to have some visual indicators in the swf, so that the user has some info of what is going on:
What I require within the swf are the following:
1.Progress Bar: How much of the movie has been played. This will obviously go up as the timeline for the swf progresses.
2.Streaming bar: Giving the user an indication of the amount of swf that has currently been downloaded.
3.Time (minutes and seconds) that the movie clip has been playing for
4.Elaped time (time remaining)
As you can see I have attached no fla, as I am sure that these 4 visual indicators are all fairly simple to code of any of you action script daddies out there.
Any help on one or all the 4 things I require would be brilliant.
If anyone could help me this would be more than appreciated.
Cheers
View Replies !
View Related
PRELOADING (dynamic Preloading?)
dear all
i hope someone could give me tips how to do this:
i have one main scene and 7 navigation-points. each of the 7 scenes are external movies which should be loaded.
but can they load in the background too, even if the user didnt select a point yet? and when he does, the progress bar would automaticly fill up as much as the movie is loaded already. and it should continue loading all the scenes in the background, while he is in one section.
i hope you know what i mean, excuse my english.
looking forward for a help asap. thanks a lot in advance!
View Replies !
View Related
PreLoading Scenes (PRELOADING)
Hi everyone. Ive had my website running for a while now www.coriolis-effect.co.uk Its nearly done all but preloading really. I want visitors to be shown that something is happening rather then just waiting. This has caused a fair percent of people to leave the site straight away especially those with crap connections. Anyway Ive had a look around on the forum a bit for help and I can't see anything about Scenes and preloading them. Maybe there is a way to just preload so many frames? Any help appreciated Lewis
http://www.purgeme.co.uk/lewis/Corio...lis-Effect.fla
View Replies !
View Related
Flash MX - HTML Parsing Problem: Custom Extension File Won't Parse As HTML
I am using Flash MX.
The problem is, I have a movieclip in my main timeline. This movieclip has a main key and a refresh key, which updates the dynamic textfield's contents with a loaded variable named content. The variable content is stored within a file named readme.ifh. When I load the variable in the textfield, it shows me the source of the HTML, not the rendered version.
What's wrong (and yes, I do have the "Render as HTML" option checked)?
View Replies !
View Related
URGENT: Flash Navigation Embedded In Html That Link To Frameset Content In Html
Hi all,
I want to build a website that consists of a menu navigation (made in flash but embedded in a topframe in dreamweaver. On the left site, there would be some flash animations (images etc.)embedded in the leftframe and in the right/main frame, there would be either flash content or html content (depending on the content). The menu bar is made of 7 buttons; when you mouse over a button, you get a scrolling menu with different items, those buttons items have a rollover effect and when you click on one of this items it will load either a flash or html content in the right/mainframe of my dreamweaver site. My question is what is the best way to build this navigation bar so that when i click on one of this item, it will load the correct content in the right/main.frame.html. When this occurs, i want that the scrolling menu still displays while the content is loading so that when the visitor have seen the content, he just needs to click to another item to load the content (so no ectra step). Please help me with this as it urges.
Be clear in your responses as i am not a pro of actionscrit!
Many thanks, lineda
View Replies !
View Related
Dont Want To Render < HTML > Tags In HTML Enabled Dyna Text
Hi All,
Is there any way to display < HTML > tags in the HTML enabled dynamic text field with out actually rendering it ? one constraint is, I want to enable the HTML feature for that text field all the time. because, i want to render some other tags.
The problem is in my text field unable to display msgs having <> characters i.e. even if I say < hello > it is not displaying anything, because, it is treating it as HTML tag and trying to render it. Is there any work around to display this text as it is ??
Thank all in adv,
View Replies !
View Related
Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody
Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.
He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.
I am loading these captions (HTML pages) into <iframes> on the page.
So far so good..... however...
I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.
So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm guessing getURL is used somewhere, but I don't know the exact code.
Hope you can help!
Deadhands
View Replies !
View Related
Getting Flash To Load HTML Pages Into Iframes In A Seperate HTML Page
Hi everybody
Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm currently running an animation within a webpage, and my client would like to be able to have some captions in HTML on the page that go with specific parts of the animation.
He wants the captions done in seperate HTML pages so that they can be changed into different languages at a later date.
I am loading these captions (HTML pages) into <iframes> on the page.
So far so good..... however...
I need to be able to get flash to load the HTML pages into the <iframes>, in certain points within the animation.
So... Does anybody know how to get Flash to load HTML pages into a seperate HTML page?
I'm guessing getURL is used somewhere, but I don't know the exact code.
Hope you can help!
Deadhands
View Replies !
View Related
Passing HTML Form And Hidden Variables From Flash To Html Page
Hi,
I have a html/flash site now, http://www.zachariack.com.
i access email from my site itself by giving the userid and pwd text box which i copied from the actual website hosting my email access. i copied the entire
<form...></form> tag to my page and thus was able to put the name and pwd in my home page only and access the email in a separate window.
now i have redesigned my webpage using only flash. i would like to know how i can implement the same using flash. as i have not much experience using action scripting i am a bit stuck about how you pass the hidden form variables. the below is the the exact form syntax:
<form name="form1" action="http://www.accudatanet.com/mail/msglist.php" method=post>
<input type="hidden" name=sid value="E9697301F704A0CE947DEF42CF86636A">
<input type=text size=15 name=f_user value="">
<input type=hidden name=six value=0>
<input type=password size=15 name="f_pass">
<input type=submit name=submit value="Login >>" class="button">
</form>
how do i implement the above using action scripting. thanks.
regards,
vasant
View Replies !
View Related
Dynamic HTML Textbox Won't Display Flash Generated HTML?
I'll TRY to keep this simple... Keep in mind that the Hand Coded HTML works. It's the HTML that Flash writes that doesn't....
How I create the file:
------------------------
1st, I created a movie in Flash that has a HTML formated input box. So when I type things into that field, Flash automatically generates the HTML into the variable for the input box.
Next, I take that variable and display the HTML code in a dynamic text field. Then I copy and paste it into a text file, assign it a variable (myText=....), then I save it to my harddrive.
Got me so far?
The Problem
-------------------------
I have another movie that is just supposed to load the txt file and display the code in an Dynamic HTML text field. However... Flash can't seem to read the HTML that it creates? But it can read the HTML that I simplify and hand write. Does anyone know what I can do to use the Flash generated HTML?
Here is the code in the movie
----------------------------------------------
Code:
loadVarsText = new loadVars();
// load the text file
loadVarsText.load("scroller.txt");
// function which fires when the data is loaded:
loadVarsText.onLoad = function(success) {
if (success) {
// activate html
scroller.html = true;
// myText is var to put in the textfile
scroller.htmlText = this.myText;
} else {
trace("not loaded, try again!");
}
};
Below is what i'm loading into my movie. It's the HTML that Flash Generates from the input box, and below that is the HTML that I hand coded. HOWEVER I CAN'T GET THIS TO DISPLAY THE HTML CODE
FLASH CODE
-----------------------------
myText=<TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* A hospital-acquired infection caused by methicillin-resistant Staphylococcus aureus or vancomycin-resistant Enterococcus can double the time a patient stays in the hospital</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* Infections in burn wounds account for 3 to 7of all infections in patients with burns, occurring most frequently in children, followed by the elderly</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* An analysis of post-surgical wound infections following head and neck surgery demonstrated an increase in the average hospitalization period from 14 days when wounds healed without complication, to 24 days when the wounds became infected.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* In a survey of 96 English hospitals, surgical site infections led to an additional hospital stay of 6.5 days, and the hospital costs were doubled.</FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"></FONT></P></TEXTFORMAT><TEXTFORMAT LEADING="2"><P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000">* About 59of diabetic lower extremity amputations are proceeded by an infected foot ulcer; among people with diabetes (150 million globally), 15will experience a foot ulcer in their lifetime</FONT></P></TEXTFORMAT>
MY CODE
----------------------------------------------
myText=* A hospital-acquired infection caused by methicillin-resistant Staphylococcus aureus or vancomycin-resistant Enterococcus can double the time a patient stays in the hospital<br><br>* Infections in burn wounds account for 3 to 7% of all infections in patients with burns, occurring most frequently in children, followed by the elderly<br><br>* An analysis of post-surgical wound infections following head and neck surgery demonstrated an increase in the average hospitalization period from 14 days when wounds healed without complication, to 24 days when the wounds became infected.<br><br>* In a survey of 96 English hospitals, surgical site infections led to an additional hospital stay of 6.5 days, and the hospital costs were doubled.<br><br>* About 59% of diabetic lower extremity amputations are proceeded by an infected foot ulcer; among people with diabetes (150 million globally), 15% will experience a foot ulcer in their lifetime
Thanks in advance for any help you can give
Frequent-C
http://www.Freq-Fest.com
[Edited by Frequentc on 06-10-2002 at 05:06 PM]
View Replies !
View Related
Button Going To Html File, Want Html To Be Specific Size In Window
When I click on a button in my flash project, it takes the user to a html file. In that file the user can click on different .pdf files. I would like to make the html file a certain sized window example 300x400. I do not know what code (or where to put it in the html file) to use to make the window constrain to 300x400. Also, I would like the users computer to open acrobat reader in a seperate window, when they click on a .pdf link. Right now, it just opens in the original html file so the user has to hit the back button to get back to the original html file. If anyone can help I'd appreciate it muchly!
Stittch
View Replies !
View Related
Passing HTML Form And Hidden Variables From Html To Flash
Hi
I need some help passing a html code to flash code. Maybe you guys can set some light on the subject.
<html>
<script>
function Dimensiones()
{
document.getElementById("tamx").value= document.getElementsByTagName('body')[0].clientHeight;
document.getElementById("tamy").value= document.getElementsByTagName('body')[0].clientWidth;
}
</script>
<body ONLOAD="Dimensiones();" ONRESIZE="Dimensiones();">
<form method="Post"
action="http://Validation link.asp">
<input type ="hidden" name="tamx">
<input type ="hidden" name="tamy">
<input type ="hidden" name="url_return" value ="http://Link.asp">
<input type ="hidden" name="url_ot" value = "http://Validation link.asp">
Nombre <input type="text" name="UserName" value="" size="20">
Password <input type="password" name="UserPass" size="20">
<INPUT type="submit" value="Enviar">
</form>
</body>
</html>
I'm having a real hard time passing the function Dimensiones() and dealing with the hidden variables. Can you guys help me with this? Thanks
View Replies !
View Related
Scroll Bar For Html Dynamic Text Field Won't Work With Html
Hi:
I'm trying to add a scroll bar to a dynamic text field that is populated with an XML file. (see attached scolltext.zip file).
If I populate the field with plain hard coded text, it works fine. However, in my application, I need the text to contain html formatting codes. When I change the hard coded string to include html, it doesn't appear to work.
Can anyone suggest an alternative way to create a scroll bar for this dynamic text field? I need the html to stay as is because eventually the glossary will be populated via XML through a CF server.
Thanks in advance for any assistance!
Dawnthea
View Replies !
View Related
Display Html Table In Html Enabled Textfield. Alternative?
hello!
i'm facing an issue due to the shortcomings of html tag support in flash.
The xml file containing the content to be displayed in a textfield (with html enabled) on the stage, contains a table. Right now, it displays each cell underneath each other, as if it were a paragraph. Any idea if there is a way to do this?
Also, is it possible to display an image inside a textfield (loading a img src="myimage.jpg" ) ?
thanks a lot!
alex
View Replies !
View Related
Passing HTML Form And Hidden Variables From Html To Flash
Hi
I need some help passing a html code to flash code. Maybe you guys can set some light on the subject.
<html>
<script>
function Dimensiones()
{
document.getElementById("tamx").value= document.getElementsByTagName('body')[0].clientHeight;
document.getElementById("tamy").value= document.getElementsByTagName('body')[0].clientWidth;
}
</script>
<body ONLOAD="Dimensiones();" ONRESIZE="Dimensiones();">
<form method="Post"
action="http://Validation link.asp">
<input type ="hidden" name="tamx">
<input type ="hidden" name="tamy">
<input type ="hidden" name="url_return" value ="http://Link.asp">
<input type ="hidden" name="url_ot" value = "http://Validation link.asp">
Nombre <input type="text" name="UserName" value="" size="20">
Password <input type="password" name="UserPass" size="20">
<INPUT type="submit" value="Enviar">
</form>
</body>
</html>
I'm having a real hard time passing the function Dimensiones() and dealing with the hidden variables. Can you guys help me with this? Thanks
View Replies !
View Related
HTML Code In Flash To Load An HTML Page In A Frame
Hello.
I have an existing website built in html, with three frames. One on the top for the banner, one on the left for navigation, and a larger window to the right of the navigation for the main content. I want to replace the content in my navgation frame with a flash built navgation menu, and when my menu items are selected, it will load a new page in the content frame.
I currently have this working fine in html. I can make my buttons link to a URL no problem in flash, but how do I tell it to load the content into the other frame? I haven't started this process yet, and figured I'd ask first to get any ideas.
Thanks.
View Replies !
View Related
Html Format When Reading An Html File With Loadvariables()
hello,
i'm using the loadvariables() to display a text include in an html file.
I activated the "html render" in the properties of the dynamic text field.
My question is:
how may i display accents ?
actually, when i have an accent in my html text, it displays a rectangle instead.
if someone may help me, i'll be great.
thanks in advance.
3nityy
View Replies !
View Related
HTML Tag Display In HTML Enabled Text Fields
I have loaded an external text file and displayed it in HTML enabled field so I can use HTML. But I need to display HTML tags for example in a place how can I display HTML tags without flash interpreting it as HTML, I tried using <xmp> tag but it didn't work. Also I tried %3C and %3E for the sake of it but it also interpreted it as HTML. The problem is that the remaining text must be in HTML while I have to display this part as an HTML exmaple.
View Replies !
View Related
|