TheField_txt.html ?
I have a dynamic text field on my stage called 'theField_txt"
Here is the code in my actions panel:
theField_txt.html = true; theField_txt.htmlText = "<A HREF="http://www.google.com">Click Google</A>";
Why isn't this working ?
(also, my actions panel thinks half of this code is comments because of the 'http://' part)
Anyone help please ?.
Thanks, Stephen.
FlashKit > Flash Help > Flash ActionScript
Posted on: 03-15-2004, 12:56 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
TheField_txt.html ?
I have a dynamic text field on my stage called 'theField_txt"
Here is the code in my actions panel:
theField_txt.html = true;
theField_txt.htmlText = "<A HREF="http://www.google.com">Click Google</A>";
Why isn't this working ?
(also, my actions panel thinks half of this code is comments because of the 'http://' part)
Anyone help please ?.
Thanks,
Stephen.
TheField_txt.html ?
I have a dynamic text field on my stage called 'theField_txt"
Here is the code in my actions panel:
theField_txt.html = true;
theField_txt.htmlText = "<A HREF="http://www.google.com">Click Google</A>";
Why isn't this working ?
(also, my actions panel thinks half of this code is comments because of the 'http://' part)
Anyone help please ?.
Thanks,
Stephen.
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)?
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
[MX04] HTML Tags Needs To Be Disabled In Dynamic Html Enabled Text Fields
Hi Buddies,
Am loading some dynamic text from an xml which has html tags inside dat text. I jus loading dat specified texts into a dynamic text fields where html is enabled and assisgned as a htmlText instead of normal text.
It works fine, but the thing is, i want to disable certain html tags to be rendered but it shud display as it is as a normal texts.
Is there any way to do dat
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,
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
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
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
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]
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
Load HTML Page Into HTML Frame On Release [MX04]
I've got a minor glitch here.
Code:
getURL("about.htm", "bottomFrame");
It works, but instead of loading the "about.html" file into the "bottomFrame", it opens it in a new window; regardles of browser.
Funny thing is, this file worked perfectly about 4 months ago, and now its cactus. Anyone?
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
Full Screen Flash Over HTML - Access Underlying HTML?
Im pretty sure this is done with JS somehow - but does anyone have any insight? I have a full screen transparent movie that overlays the html content below. The problem is, none of the html below (links, rollovers, etc) are accessible. How can I fix this?
Thanks in advance.
M
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
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
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
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.
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
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.
+ Changing <embed Src> Name In Html To Control .swf Menu In Html +
Please view the following .swf first:
same main menu .swf file, main button highlight on 1, submenu highlight on 1
http://www.phs.com.tw/common/menu.swf?mn1=1&mn2=1
same main menu .swf file, main button highlight on 3, submenu highlight on 2
http://www.phs.com.tw/common/menu.swf?mn1=3&mn2=2
My question is how to set up the Flash files so I can simply add codes after the .swf file name to control the flash movie? This way when jump to different pages through out the html site with Flash menu on top, the main menu and sub menu will be highlighted according to its page. Earlier days without knowing how to do it, I have to use frames or even different .swf to achive this kind of effect, if anyone knows how to set this up, please let me know, thanks!!
Embedding Html In Xml Tags, When Rednering Text As Html
Quick question,
I have a site that reads all content from an external xml. The text box that reads this info renders the content as html; does anyone know how to go about putting an html tag in an xml tag so that flash can read it?
So would it be possible to do:
<content>
" Welcome to the site<br>we are happy to have you here<br><img src="logo.jpg"> "
</content>
Html & Email Links Using Html Fields Example For D/l
Here is a quick example to demo html & email links using html fields I made to help bennettvonbennett who said his HTML text - HREF was not working.
Hopefully, it will be of use to someone else too. Feel free to download it.
[swf width=400 height=200]http://www.developette.com/help/htmlTextExample.swf[/swf]
hope it helps someone...
Html NavigationFrame To Content-html-Frame?
Hello,
I have the following problem.
I a frameset with two frames: 1.farme called navigation. 2.frame called content.
'mmkaay, now I have a navigation.swf loaded in the navigationframe. and I a loadtext.swf in the conent-frame.
the loadtext.swf has in keyframe 1 a mc called mcText with an actionscript
loadVariables("texturl", "mcText");
in the mcText there is textfield with the variablename text
now I want change with a buttom in the navigation, the variable of the path of the text-file which contents the text for the mcText.
the style of the txt-file is like this: text="hello poeple....."
so if i press in navigation.swf buttom 1 the path in loadtext should change to the file path of text1.txt.
also the same with buttom 2 the path schould change to text2.txt.
and so on....
I think I schould do it with the ne MX connect comand, but I don't understand how.
Pleaz help!
Place HTML From An Access-db Into HTML-field
ARGH, sorry Hi,
i'm getting quite nervous about this problem.
I have an dynamic textfield (HTML-code enabled) calles _root.mainText.
The text must be dynamically loaded from within an access-database.
I've made the ASPpage that reads the database and send it to the _root.mainText field. That works very perfect, untill ... I use HTML-code.
The text must be slightly edited with HTML-code (font size, bold, italic, ...) But Flash will not read any text further than a "<"-sign. After finding such a sign, it does not load more text in the field.
ie: in database => my text here is <b>bold</b> !
in the textfield => my text here is
How can I solve this one?
thanks in advance
kGP
Xml File Containing Html To Html Text Field
Hi all,
I am currently trying to import some HTML through XML and so far so good however when I import a string of code ie
Code:
some text and <a href="http://www.example.com" target="_blank">a link</a>
using this in XML
Code:
<?xml version="1.0" encoding="UTF-8"?>
<prop amountToShow="6">
<news newsStatus="1">
<date_txt>28 Feb 2004</date_txt>
<headline_txt>headline 4</headline_txt>
<content_txt><![CDATA[some text and <a href="http://www.example.com" target="_blank">a link</a>]]></content_txt>
</news>
</prop>
I get the string
Code:
some text and <a href="http://www.example.com" target="_blank">a link</a>
Where it breaks it down the open square brackets and more into html code.
I want to keep the html code as it is.
Does anyone know how I can do this?
Thanks
Moving From One Html/swf To An Exact Location In Another Html/swf
Please help.
I'd like to move from one URL that contains a Flash movie to an exact location of another URL's Flash movie. Moving from URL to URL is easy to do, but I'd like to go to a specific location in the new URL. Something like ... from: test.html (which has flash movie) to: whoopdiedoo.html (which has flash movie) and I'd like to immediately go to "frame 20" or to a label called "stuff" or to "Scene 3", "frame 6", within the whoopdiedoo.html Flash movie. Is this possible to get a very specific location in a getURL command? To Help out how about this is used as the example.
Assume I'm presently on ... test.html (test.swf ... and I've released the button in test.swf that will direct me to the exact location of another .swf in a different .html.)
What will the code be to have the On Release of the button direct me to ...
#1) different.html (containing diff.swf and frame 70) or
#2) dfifferent.html (containing diff.swf and Scene 2, frame 70) or
#3) different.html (containing diff.swf and Scene 3, Label of "dog")
Assuming all pages are in the same folder.
Flash MX 2004
Thanks ... Gord
Tabs In Html? (html-txt Loaded Into Flash)
Id like to format the text that I load into a textbox in flash (html-enabled).
Specifically I would like to know how to make tabs, so I can form neat columns.
Generally, perhaps someone has a list of commands that you find useful for formatting html-type text in flash and you can share?
Thanks,
Daniel
Sending A Variable From Html To Html From Flash
Hi guys...
Ok...here's the situation. I'm making a Flash site for a tri-weekly comic. The site I'm making has five pages: Home, News, Comic, Archive, and Contact Us. THe Home, News, Archive, and Contact Us pages are all apart of the same swf and are on the main timeline. The comic, however, needs to be a different swf (and therefore html page) because of size differences, etc.
Here's the problem: I need to know how to make the seperate swfs communicate with each other. For example: when viewing the archive the viewer clicks to see a certain comic, which triggers the loading of the html page with the Comic.swf on it. Somehow the Comic.swf needs to know what comic was clicked on in the archive so it loads the correct comic. Keep in mind this communication needs to be from html page to html page.
Any ideas?
Thanks!
HTML Links Clickable In .swf, Not In .html Template
I'm trying to pull in an HTML feed from one of our Web sites and display it in another with Flash CS3. Yes I know it's not ideal, but anyway it seemed to be working fine. When I hit the .swf directly, the content loads and the links are clickable.
However, when I view the .swf through the .html template generated by Flash, the links are dead (both on the site itself and locally). The pointer changes to a hand, but nothing happens when you click them.
Any ideas?
HTML + Flash (html Title Changes On LoadMovie)
Hi
i have my main.swf file embedded in html page.
The swf file conatins 4-5 movieclip. On the click of a particular movieclip a new swf file is loaded in my main.swf file.
The problem is when i click on a particular movieclip to load swf file the html page title changes to # sign.
Pls help
Thanks in advance.
Html Text Field Not Parsing Html
hi everyone
another problem. I have a text field marked at html text, and I want to dynamically apply text to it. Works fine and well, but the html (only a href tags) are not being parsed. I've also tried manually putting this into an html text field, and the same thing happens... nothing.
Any help? I'm desperate.
HTML TextFields Using Html Tags During Creation
OK, so I have an html formatted textfield, if i was loading external text in from a file I could put stuff like "<ul><li><b>bullet1</b></li><li>bullet 2</li></ul>" in the external file and it would render. However when you set the contents of a textfield during creation you can set things like font size, bold etc but you can't choose bullets?!? or am I totally missing something here? I can input bullets using 'Alt-0149' like this --> • but then it doesnt do the indenting for you like the <li> tag would...
HTML Textfield Shows My Html Tags?
My html properties of my textfield are set on true and STILL he shows all my html tags? (property is set with actionscript AND in properties panel)
The XML with the html content looks like this:
====================================
<?xml version="1.0" encoding="utf-8" ?>
<texts>
<text><![CDATA[ <p>Vai kaut reizi esi</p>]]></text>
</texts>
====================================
Code:
var xmlTexts:XML = new XML();
xmlTexts.ignoreWhite = true;
xmlTexts.onLoad = function(ok) {
if (ok) {
var varText = this.firstChild.firstChild;
mvcText1.txt.html = true;
mvcText1.txt.htmlText = new String(varText);
//mvcText1.txt.htmlText = "<p> this is text </p><p> this is text </p><p> this is text </p>";;
trace("HTML set on "+mvcText1.txt.html);
}
};
xmlTexts.load("texts.xml");
HTML TextFields Using Html Tags During Creation
OK, so I have an html formatted textfield, if i was loading external text in from a file I could put stuff like "<ul><li><b>bullet1</b></li><li>bullet 2</li></ul>" in the external file and it would render. However when you set the contents of a textfield during creation you can set things like font size, bold etc but you can't choose bullets?!? or am I totally missing something here? I can input bullets using 'Alt-0149' like this --> • but then it doesnt do the indenting for you like the <li> tag would...
Flash Transparent Over Html, How To Click On Html?
Hi!
I have a flash menu that "drops down" over the html. I did it with flash transparent mode.
The problem is that the html under the flash contains input text and a left menu, that are not clickable.
I resolved it with a javascript that try to resize the divs:
<script language="JavaScript1.2" type="text/javascript">
function setFlashHeight(divid, newH) {
document.getElementById(divid).style.height = newH+"px";
}
function closeFlashMenu(){
setFlashHeight('header',412);
return "close"
}
function openFlashMenu(){
setFlashHeight('header',600);
return "close"
}
</script>
<div id="header" style="z-index:1; position:absolute; left: 0px; top:0px;" onMouseOver="openFlashMenu();"
onMouseOut="closeFlashMenu();">
This works in explorer, but not in Firefox.
Any suggestion?
Thanx
Alberto
HTML Rollover Plays .swf On Same Html Page Help
Please help... Still a bit of a newbie.
I have an html page with html links. Also on the page is a .swf that will play when the page is loaded. However, I want to create a roll-over effect with the text HTML lnks that play another .swf. How do I do this (specifically)?
Also, instead of having separate .swf files, I would like set-up the roll-over to go to specific frames in one swf and play?
THX
Include Html, Embed Html, Help
Is there a way to include an html page or embed it in a scrollable text box? i have tried to find information on this, and cannot. can someone help or point in the right direction???
Thanks.
HTML Textfield Not Rendering HTML
Hi!
I'm running into a problem that's driving me nuts - please see the following .fla (80K):
http://www.crazyhorst.de/htmltextfields.fla
Flash simply doesn't seem to render HTML in HTML-Textfields for me. Everything between tags simply disappears, even such simple things as <b>bold</b> formatting. What am I doing wrong?!
Thanks,
Herrner
Swf On Html Controlling Swf In Another Html Window?
Hi, i know that may sound crazy but i got to ask...
I need that when i click at a button on my flash website, it calls a new html window that have another swf in it..but i want to this new sfw go to a certain frame according to the button clicked on the first swf... did i get myself clear?
Its like i have 3 button in the SWF(1) and i want that this tree button, when clicked, call a url with a swf in it, the problem is, i want that this swf called from the button go to frame 1 if button one was pressed, frame 2 if button two was pressed and so on...
is that possible? Open and call the frame?
thanks guys!! Flashkit big school
HTML Text Box Not Displaying HTML?
Ok I'm at my wits end with this problem. I've been working on a page for my group's website here at work. The site consists of a few buttons that when clicked, call a function that loads text files containing news and listsings of services into a text box. All the loading works absolutely fine.. no problems. But every now and then when I publish new versions of the swf, the text box just seems to forget that it's supposed to show the text as HTML and displays plain text with the tags around it.
The last few times I published it, it was fine. Today, I added a button (that has no effect on the text box) to the page and POOF the box is broken again. I've tried clicking the "Format as HTML" button for the box as well as trying the textField.html = true; line.. NOTHING makes it display as HTML.
What can I do to fix this?
Importing HTML/HTML Formatting
I've asked a similar question in evidently the wrong spot here, but am still having issues getting this to work. I'm new to Flash and know absolutely nothing about ActionScript. The flash project I'm working with can be seen here http://awcphotographs.com
What I'm trying to do, is make scrollable content within the white areas that include both text and images. If possible, differently aligned, formated and located text and the same with images. I want the entire area to scroll. Not just specific elements.
All of the 'tips' I've gotten thus far have been rather complicated and confusing dealing with images being converted to movie symbols with classes and etc...and I still can't even get that to work. Is there a more simple way to do this??
Also, is it possible to import a fully completed HTML page in to the white area and have the content scroll? Ex; I've got fully built pages in dreamweaver and I just want to put that data within the content area of the flash project. The page in question has text, images, a table and a CSS style sheet. Ultimately this would be the ideal situation so that I can build the elements as I want them in DW and just import them in to flash. Surely there must be some function within Flash that makes importing compatibility so much simpler??
Strech Like HTML - Resize Like HTML
Hello Everyone,
I just want to know, is it possilbe to resize the Stage width and Stage Height Dynamically depending upon the length of the content or the length of the text with out using the TAxt Area or Customize text area, or any scroll entity of flash.
I want this to look like a html page that you can scroll down through it's container.
i will use it in my project..
http://wbdir.mdisites.com .. click the department nodes and it will load the employee nodes, these employee nodes change depending on the size of the loaded data from the database. Now here's the intriguing part for me, i want to strech the stage height dynamically because if the i'll add another employee, the node will flow out of the screen and I wanted to prevent that.
Do you think its possible to do that.
I've trying to change the Stage height like this.
Stage.height = DynamicHeight;
but it doesn't have an effect.
Thanks I hope I can receive a fast reply
Take Care
Html Button Ahref To Another Html With Swf ?
hi
I wish to know how i able to hyperlink button from A.html to B.html with swf movie.
When i click button from A.html, it will go to B.html, will load swf movie at frame 30 but not at start of swf movie.
is that possible ?
How to do this?
Load Only A Section Of Html Into Html
on a certain page (html? xhtml? php?), there's flash. when i click a button in this flash, i want it to load only a section of html into the main html.
this is the tricky part.
i don't want flash to send a command to load a whole new page. i just want a section of the html to switch / change. is this even possible? it'd be sorta like a frame in html.......... but is there an alternative to frames?
a workaround, a much more better way of accomplishing this?
|