Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








HtML Setting


I'm designing a site in Flash CS3 and publishing the HTML in Flash. I''m not crazy about the default layout of the HTML and I have to keep rearranging it in Dreamweaver, Is there anyway to make my layout in Dreamweaver the default in Flash? Any help would be appreciated.




FlashKit > Flash Help > Flash General Help
Posted on: 01-19-2008, 11:44 AM


View Complete Forum Thread with Replies

Sponsored Links:

Html Setting
Hello
My flash movie is very high (height = 2000px), and the width is regular ~ 800;
The page should be displayed in both 1024, 800 resoultion.
i can't find an html setting that will put a vertical scroll and scale the width.
is there any soultion?

adi

View Replies !    View Related
Setting Html To 100%
I have noticed that most of you use a fixed width rather than making the html file fill the screen at 100%. Just out of curioisity, is there any reason why?

View Replies !    View Related
Setting Flash ID In The HTML
I'm following a tutorial it which it says

"you must set both the name and ID properties of the Flash movie on you html page to "shootthemup"

I've managed to set the name of the file to shootthemup, but how tdo I set the ID properties in HTML?

Any help would be greatfully received.

Leroy

View Replies !    View Related
HTML Publish Setting Help
Hi,

I've been playing around with the html publish settings for my website and I can't seem to get the website to display how I want it. Right now the height and width of the .swf scale proportionally as you resize your browser like I want it to, however in certain browser sizes, offstage items can be seen as they tween off the stage. I've tried adjusting many of the publish settings but nothing seems to work. Please help. Here are my current publish settings...

Template: Flash Only
Dimensions: Percent
95 by 95
Window Mode: Window
HTML alignment: Default
Scale: Default (Show All) //changing this to other settings solves the offstage problem but the proportionality of height and width gets screwed up in different ways.
Flash Alignment: Center, Center

I am using a Mac with Safari.

Thanks.

View Replies !    View Related
[F8] Publish Setting - HTML
Trying to get centered in the browser window, in this case Safari. Most of the settings in the publish settings - html window seem to be ignored (Window Mode - HTML alignment - Scale - Flash alignment). Once published, regardless of how I have these set, everything shows up in the upper left of the browser window. Am I missing something?

View Replies !    View Related
Setting Var In HTML For Flash
I know there is a way to add some HTML in the object tag to set a var in a Flash movie.
But I can't remember what it is and can't seem to find the info again.

Can anyone refresh my memory?

View Replies !    View Related
Help - Setting Dynamic Text From HTML
Would be grateful if someone could tell me how to set the value of dynamic text in a movie from HTML.

Can it be done with Javascript ?

Can it be done within the syntax of the <OBJECT> element ?

Any help appreciated,

Dominic.M

View Replies !    View Related
Setting Html Bg Image From Flash...
Hey All,

I am setting up random "themes" for a flash site and each theme requires a unique background image to be used on the html page the flash piece resides. Any ideas how I could maybe pass a javascript to trigger this?

Any help would be greatly appreciated.

cheers
-jub-

View Replies !    View Related
Setting A Flash Variable From HTML
I need to set a variable in my flash movie. The variable is going to be A line of text that will be on the html page in which the flash movie is on. Any help or ideas would be great. thanks

View Replies !    View Related
Setting Dynamic Text As Html Via As2
I have a dynamic text feild tht is created once my loadVars is successful. The issue is when I try to set the dynamic text to html it doesn't display at all. Her is the code

Code:
var myLV:LoadVars = new LoadVars();
myLV.onLoad = function(success) {
if (success) {
holder.createTextField("new_txt", holder.getNextHighestDepth(), 10, 10, 300, 200);
holder.new_txt.setNewTextFormat(my_fmt);
holder.new_txt._alpha = 50;
holder.new_txt.autoSize = true;
holder.new_txt.embedFonts = true;
holder.new_txt.html = true;
holder.new_txt.htmlText = myLV.info;
trace("hippy");
} else {
holder.createTextField("new_txt", holder.getNextHighestDepth(), 10, 10, 300, 200);
holder.new_txt.setNewTextFormat(my_fmt);
holder.new_txt._rotation = 45;
holder.new_txt._alpha = 50;
holder.new_txt.autoSize = true;
holder.new_txt.embedFonts = true;
holder.new_txt.text = "There was a problem loading in the text content through the load vars function.";
}
If I comment out the line:
holder.new_txt.html = true;
everything thing works fine with my embedded font.

View Replies !    View Related
Setting A Timer To Re-Direct In HTML
I want to set somthing up on a page so that when someone is on the page but when there is no acivity on the computer have a timer start for like 1 min then re-direct the current windown to another page?

How would i go about setting this up, would i be better trying to figure out how to do this with java or HTML?

any help

-affix

View Replies !    View Related
Setting Limits On Scroll And Pop-up HTML For XML
Hello,

I have a gallery with a horizontal menu. When you click on one of the arrows, the thumbnails will scroll to the left or the right. But, the arrows do not have a limit defined, so if the user continues to press the arrow, the thumbnails will disappear off the screen.. Do you know how I can fix this?

At the moment, when you press a thumbnail, the picture appears on the stage. But, what I really wanted was that when you press a thumbnail, a specifically sized pop-up HTML page is launched. How easy would it be to do something like this with this XML??? I've never done this before, so I'm not sure...

I really appreciate your help. I'll post my files to this message!

View Replies !    View Related
Setting Dynamic Text As Html Via As2
I have a dynamic text feild tht is created once my loadVars is successful. The issue is when I try to set the dynamic text to html it doesn't display at all. Her is the code

Code:
var myLV:LoadVars = new LoadVars();
myLV.onLoad = function(success) {
if (success) {
holder.createTextField("new_txt", holder.getNextHighestDepth(), 10, 10, 300, 200);
holder.new_txt.setNewTextFormat(my_fmt);
holder.new_txt._alpha = 50;
holder.new_txt.autoSize = true;
holder.new_txt.embedFonts = true;
holder.new_txt.html = true;
holder.new_txt.htmlText = myLV.info;
trace("hippy");
} else {
holder.createTextField("new_txt", holder.getNextHighestDepth(), 10, 10, 300, 200);
holder.new_txt.setNewTextFormat(my_fmt);
holder.new_txt._rotation = 45;
holder.new_txt._alpha = 50;
holder.new_txt.autoSize = true;
holder.new_txt.embedFonts = true;
holder.new_txt.text = "There was a problem loading in the text content through the load vars function.";
}
If I comment out the line:
holder.new_txt.html = true;
everything thing works fine with my embedded font.

View Replies !    View Related
Setting A Var. From A HTML String... Doesn't Work :((
Hi,

I am trying to get some variables from html.Here is the tutorial, I am following;

Macromedia tutorial

But I can't see the variables in the movie.

Do I have to add some actionscript to the main timeline or where ever?
Dynamic text box is on the main timeline in frame200 and I didn't forget to give it a Var name, "text".

What am I doing wrong?

Please help, thanks for your time.

View Replies !    View Related
Setting Status Bar From Link Within HTML Text Box
Hi... this has been tried using Flash 5...

I know that if you want to set the status bar when rolling over a button you use getURL()... but I want the status bar to display the web address of the link created in a text box in which HTML is used

i.e. my HTML text box says for example:

"to link to my webpage <a href=" + linkVar + ">Click here</a>" ;

where

linkVar = "http://www.mywebpage.com";

has been set earlier to avoid confusion over the double quote marks) .

I want the status bar to read "Link to: http://www.mywebpage.com" and have tried:

"to link to my webpage <a href=" + linkVar + " onMouseOver = " + statusLink + ">Click here</a>" ;

where

statusLink = "window.status='Link to: http://www.mywebpage.com'; return true;";

has been set earlier to again avoid double quote problems...

in other words calling javascript, but this does not seem to work though it logically seems like it should

anyone any ideas?

thanks in advance

Chris

View Replies !    View Related
Setting New HTML Window Size Via Actionscript
I used Flash MX to design my site nav bar. All of the buttons work just fine but one of the buttons needs to be able to specify the window size and disable some browser elements. I know that this is possible in HTML as I have done it. If it's possible in HTML, it's gotta be possible in Flash, right? The window that this button opens is a form and I don't want the user to be able to use the browser forward/back buttons for navigation, I want them to use the buttons that I have provided for them (otherwise they will possibly mess up the database session that was started on the first page of the form). Please note that I am not yet savvy enough to create this form on my own (I have server-side help), but I am a fast learner, so I think I can handle whatever you throw at me. :-)

Thanks, in advance, for your help!

View Replies !    View Related
Setting Scroll Limit, Launching HTML From XML
Hello,

I posted this message in the XML section, but I'm thinking that it also could be an actionscript question.

I have a gallery with a horizontal menu. When you click on one of the arrows, the thumbnails will scroll to the left or the right. But, the arrows do not have a limit defined, so if the user continues to press the arrow, the thumbnails will disappear off the screen.. Do you know how I can fix this?

At the moment, when you press a thumbnail, the picture appears on the stage. But, what I really wanted was that when you press a thumbnail, a specifically sized pop-up HTML page is launched. How easy would it be to do something like this with this XML??? I've never done this before, so I'm not sure...

I really appreciate your help. I'll post my files to this message!

View Replies !    View Related
Setting HTML Window Size From Flash....?
Hi all - does anyone know how to set the window size of a HTML page opened from flash? I've just used

on (release) {
getURL("my_page.html", "_blank");
}

to get the page to open from the swf and that works fine, but can't figure out how to get it to open at the size that i want. Any ideas? Thanks guys : )

View Replies !    View Related
Setting Flash Variable With HTML Param
I know this had to of been asked sometime before, I just can't seem to, for the life of me, find out where though.
So I want to get a single dynamic integer from my HTML.
It's pretty simple really. One Dynamic text feild in the Flash AS, one param setting in the HTML right?
What is the actionscript code that I am going to need to pull this off?
thanks
Jimmy

View Replies !    View Related
Pls Help - Whats The Javascript Code For Setting A Html Pop Up Window
using the get url function what is the javascript code u enter to pop up a html window without address bar, scroll bars etc. just a plain window?

this has been doing my head in for while. any help, pointers will be very grateful. thanks a mil in advance!!
si

View Replies !    View Related
Html Post Setting A Flash Variable In The Next Page
Is it possible that I go to an html page , (which contains a flash movie) and let the movie start playing in a certain behaviour according to a parameter passed in the URL?

View Replies !    View Related
Using Flashobject.js Rather Than Html Embed, Help Setting Flash To Tranparent
I am using javascript to put a flash file on my html page rather than using the embed tags (a work around for the "gray box" problem in IE)
I have a drop down menu that is going behind my flash piece and I want it to go over the top. Now I normally know how to fix this by changing the wmode in the html, but I do not know how to set this property in the javascript.

Here is my code:

Code:
<script type="text/javascript">
var fo = new FlashObject("staff.swf", "firstflash", "530", "500", "8", "#afb0ac");
fo.addParam("quality", "best");
fo.write("firstflash");
</script>

View Replies !    View Related
Quality Setting - Changing The Default Setting?
Whenever people go to my site www.findraf.com I find that the quality is set to Medium by default and most people don't know computers enough to realize how easy it is to change it. Any idea's how to change this?

View Replies !    View Related
Dynamically Setting Labels Or Dynamically Setting Frames To Print
1. Does anyone know if there is a way to dynamically set a frame label. The reason for this is that I want a particular frame to Print with other frames (requiring a frame label of #p) if you answer a question a certian way and not to print with the other frames (needing a different label or no label at all) if the question is answered differently.

2. Option #2 would be to be able to dynamically set which pages print when you call the "PRINT" command (probulary through an expression). Any ideas would be appreciated.

thanks

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
[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

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
Can I Load A Html File By Flash Link To An Html Iframe ?
Is it possible to create links in a flashmovie and force them to show several html-files in to a iframe, defined by the html document, which loaded the movie up ?? ( sorry 4 my bad english )

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
Opening New Html Window Without Toolbars And Scroll Bar From Html Link
Hello - is there a way to open a new html page( that will have my flash embedded) from my main html page that does not have the toolbars and scroll bar? I am trying for a clean look that will be supported by most if not all browsers.

View Replies !    View Related
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?

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
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

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
Setting My RGB's
now this i need heaps of help with cause i've never done it before

I want to make a movie clip so that everytime it enters a frame it will go a different shade of blue and I'm thinking the right way to do this would be the setRGB bit of actionscript

so far I have

this.setRGB( 0xRRGGBB )

now if anyone could point me to a good tute or fill me in on what to do next it could help me heaps.

well thanks in advance

Novex

View Replies !    View Related
Setting It All Up...
I seem to have trouble with the parameters of my movie. does anybody have a foolproof sytem of beginning a website? stage size, publish settings, everything... i want my work to be displayed as it was intended on every monitor and browser. How would 2advanced set theirs up? thanks for everybodiy's help, i wouldn't be here without you

View Replies !    View Related
Setting RGB...
i once found a source that explained how to change the RGB of a movie clip, and fade it from one colour to the next.

so for example, say you had a rectangle that was red, and when you clicked a button, you wanted it to turn to blue, it would fade from red to blue, does that make sense?

anyone shed any light onto this?

cheers
paro

View Replies !    View Related
Setting A Name...
Is it possible to change the name of a folder that is in the same folder as the movie you are playing?

For Example:

Folder 1-
Some pictures
Some text files
Flash Movie
Folder 2-
Other pictures
Various items

I want to be able to change "Folder 2" to "Folder 3", I know this is a very crude example, but if this is possible it will help me a lot.

Thanks in advance...

-Graidian

View Replies !    View Related
Setting A Value When There Is None...
hi everyone, i have a php form that receives the vars from a flash interface. as my script requires vars i need the flash as to set a var incase it is not defined...

here's the code...
-----------------------
on (release) {
if (name eq "") {
gotoAndPlay (11);
} else if (contact eq "") {
gotoAndPlay (11);
} else if (evtype eq "") {
gotoAndPlay (11);
} else if (evdate eq "") {
gotoAndPlay (11);
} else if (evlocation eq "") {
gotoAndPlay (11);
} else if (comments eq "") {
gotoAndPlay (11);
} else {
getURL ("http://www.mypage.co.za/mail/mailform.php", "", "POST");
}
}
-----------------------

i only want the comments to be not required. so basically if the comments text box is empty flash will give comments the value of 0.

can anyone help me out here,

thanks
protocol

View Replies !    View Related
Setting Up CGI Or PHP
I'm trying to setup a submit form with some pretty basic stuff. How do I setup the CGI or PHP part on the server? Do I just copy a modified script into the cgi-bin? This part has me stumped.

Thanks

View Replies !    View Related
Help Setting RGB
I am duplicating a movieclip, naming it "mc"+i. I want to set RGB of a movieclip that is inside "mc"+i wich is named (instance name) color1

if I put
mc = new Color("mc"+i); it sets RGB of the whole movieclip, how can I set RGB of color1 that is inside "mc"+i?

thanx

View Replies !    View Related
Setting It All Up
Hiya, i'm almost finished with all of my graphics and sounds for my first flash production ever, yes...i'm a noob. I have a storyboard and everything and it just occurred to me i'm still not sure how to throw this bad boy together. Since everyone hates scenes i'm gonna learn how to use the loadmovie command (haven't touched actionscript yet)and load external swfs. So basically my question id how do u figure out where you want one swf to stop and the next to start? Do you make a swf for like every minute or so of production or do u make a swf for literally every new shot (which could result in 20-25 swf files? Thanks in advance for the help!

View Replies !    View Related
Setting A URL
I've loaded in an XML file and managed to set the main text of a TextBox, but I cannot figure out how to set the URL of it.

Hows it done?

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved