Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
ActionScript.org Forums > ActionScript Forums Group > ActionScript 2.0
Posted on: 04-15-2007, 09:50 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Flash Control HTML BG Image
Can Flash control the bg image on a HTML page? I basically have 6 menu items within Flash and when the user clicks on a new button, I want the bg to change, the bg is inside a the HTML page... I realise I could just add the bg image to the Flash file, but want to keep the combo of HTML and Flash... Any ideas?
Control Flash From HTML
Hi all,
I've been trying to find a solution, but nothing seems possible. Here is the problem. I now I can use flash to give commands to the HTML page using Javascript (FSCommnad). Now I want to know if there is anyway to use HTML to give a command to the FLASH when an event happens.
I want to know if this is possible, and if yes, how?
If there is anything that I need to post to give you more information, just post.
Thanks in advance
Ali
HTML Control With Flash
Hi Everybody!
I've built a naviagation system which has buttons that slide in/out onto the stage area.
I'd like to combine HTML to hold the information in the site with Flash to control it.
What commands do I need to load an HTML page from a button in Flash?
Also, how do i position the HTML? Do i need to use a table and specify which cell is to be used?
Thanks for your help.
SF
How To Control HTML Within The Flash
Hi all,
I have a Flash Movie, with dynamic text box and links for the other pages. The dynamic text box is further controlled by variables defined at the begnining of the movie. It works fine, when there is a Plain text. I want to generate the HTML like tables which includes the Back ground color of each cell and then images within some of the cell.
sorry for the bad english,
Html To Control Flash?
is there any way to target a flash movie in an html page from an html object. if i have a button on the same html page as a swf file, can i tell that flash file to jump to a frame or similar from the button, or maybe URL?
thanks for any help
i have tried using a dreamweaver behavior to tell the swf to play a frame, but it doesn't work.
quentin
HTML Control Flash
Hi,
Here is the case I got few domains pointing to the same page
containing flash movie.. for example domain1 and domain2
I want to be able to when people access domain2
to tell flash to open "services" page instead of about us.
So I thought if I setup differenet html pages containing the same flash file - index.html and index2.html...
and when user accesses domain2 I can call and get index2.html page to send variable which flash movie can check (if(statement) and then open "services".
How can I get html to send variable to this flash movie ???
I can get it to play() stop() but sending variables didn't work ...
function PlayFlashMovie()
{
var flashMovie=getFlashMovieObject("main");
flashMovie.Stop(); // this works
flashMovie.myVariable = 2; //this variable doesn't get passed...
}
Or any other ideas how this can be done ?
Use HTML To Control Flash
Hi
I was wondering. Is it possible to use an ordinary button on a webpage to control the sound within a flash movie? Something like on and off.
If it is possible how can it be done?
Will appreciate..
Ciao
Flash To Control HTML?
Hello,
I’m new to Flash and I’m trying to find out if it’s possible to use Flash buttons to load/swap HTML text and Graphics from a cell in an HTML table? I have included a illustration to try and make the question more clear: I would like the button to swap out the HTML text and or graphics in the HTML (red) areas.
Basically it’s like trying to build a website that will use Flash for the navigation, but HTML for the content.
Thank you for your help
Can You Control Flash With Html?
im dynamicaly loading text into a textfield that has html = true; .... is there a way i can create a link in the .txt file that i load that can make the movie goto a certain scene inside it ??? basically a html scirpt link that makes the movie play??
Flash Control Of An Html Div Tag
Can Flash control the visibility of a html layer <div> ?
Example: I am building an eyeblaster style banner and would like flash to turn off the visibility of the div containing this banner, either when they click close or the movie reaches a specific frame on the timeline. Thanks.
HTML To Control FLASH?
Hi,
I have a a simple button in my html that I want to speak to my flash file and just tell it to play. How can I do this?
Chich.
Can You Control Flash With Html?
im dynamicaly loading text into a textfield that has html = true; .... is there a way i can create a link in the .txt file that i load that can make the movie goto a certain scene inside it ??? basically a html scirpt link that makes the movie play??
Control Flash From HTML
Hi
I’d like to make a site with the menu in the html file and the content in a Flash movie (or Flash movies). Is this possible, and how would it be done?
How Can Flash Control Html In Tables?
Ok, I have a page with 2 tables. One side is Flash, and the other is html. How do I control the html from the flash side or vise versa? I don't want the flash to change in anyway when I'm controlling the html side.
Control In Html With Flash Menu
Hi,
I have a problem : I have a ondex.html file with two frames. the left frame contains a flash -movie-menu. I would like the following :
when a button is pressed (in the Flash movie), the MainFrame will be changed (NOT the left frame with the movie).
Could somebody please help me out ?
miKe SpiKe
Control Flash In Html With Javascript
I have an swf embedded in an html file, i want to be able to skip to frame 35 in scene 5-using javascript with an 'onclick' from a gif sitting in the page.
Javascript in html:
function MM_controlShockwave(objStr,x,cmdName,frameNum) { //v3.0
var obj=MM_findObj(objStr);
if (obj) eval('obj.'+cmdName+'('+((cmdName=='GotoFrame')?fr ameNum:'')+')');
call in <a> tag of gif:
onClick="MM_controlShockwave('portfolio','','GotoF rame','35')"
how do i target the scene so it doesn't just go to frame 35 in scene 1?
Please help me flash friends!!
Control Flash From My HTML/JavaScript?
Hello,
I want to embed a flash movie in my html page simply to play sounds when mouse events occur e.g. click a button, rollover a link, etc. Can I control a movie from my javascript?
I do not want to re-do my menu and buttons in flash so I know that is comming I just want to use the movie to play sounds whenever I want, when I want.
Can it be done?
Thanks
HTML Window Control From Flash
hELLO
i have seen many sites that have their site in an html page without a toolbar or status bar, etc, and even with a complete new design on top (kind of like a new title bar and close buttons)
do you have any idea on :
1- in Flash : getURL of a new blank page that contains a swf file, but no toolbar or status bar or etc...?
2- Add my own design of the window??
thanks a lot for the help
rania
Flash Scroll Bar To Control HTML
Hey, is there anyway to scroll an html document from flash MX which will be in a different frame of html and also resize itself according to the html content?
How Do I Control A Flash Movie In HTML
How do I control a flash movie in HTML in a different frame.
I understand I may need to do a little JavaScript, but I don’t really understand it, so could you tell me exactly what I need to put in and where...!
When a HTML page loads I want it to change the text in a dynamic text box within my flash movie
There are two ways in which I could do it:
1: Put the script into the HTML page, so when the html page loads it performs the action
2: Or if its easier, i would put another flash movie into that html page with code within the actionscript. If I were to do this, the actionscript I want to write is:
onClipEvent (enterFrame)
{tellTarget (mymovie.swf) urlpagename = "home";}
urlpagename being the name of the dynamic text box
But obviously that does not work
Help me please...!! I’ve been searching website after website all day and my head hurts!
Ian
- krispykreme for the winning reply!
How Do I Control A Flash Movie In HTML
How do I control a flash movie in HTML in a different frame.
I understand I may need to do a little JavaScript, but I don’t really understand it, so could you tell me exactly what I need to put in and where...!
When a HTML page loads I want it to change the text in a dynamic text box within my flash movie
There are two ways in which I could do it:
1: Put the script into the HTML page, so when the html page loads it performs the action
2: Or if its easier, i would put another flash movie into that html page with code within the actionscript. If I were to do this, the actionscript I want to write is:
onClipEvent (enterFrame)
{tellTarget (mymovie.swf) urlpagename = "home";}
urlpagename being the name of the dynamic text box
But obviously that does not work
Help me please...!! I’ve been searching website after website all day and my head hurts!
Ian
- krispykreme for the winning reply!
HTML Able To Control Flash Menu?
I would like to have a flash menu, with sub sections to each link. And have that menu embedded on an HTML page.
Generally, when a link is clicked on the flash menu, and you go the the selected page, the Flash menu "refreshes" .
I am wondering if there is some kind of way to have the HTML page have coding or a language, or something, to be able to control the Flash menu...to have it be at a specific frame (in flash), or to use more ActionScripting, to have the Flash menu be "open" to the sub section of the specific link that the HTML page is on.
Does that make sense?
Control Html Scrollbar From Flash?
How do you adjust the scrollbar, or it may be the flash object height from inside flash? I want to be able to use the html scrollbar, not using a custom one.
Kinda like this: goodthingsshouldneverend.co.uk/
..Actually that may be a custom scrollbar in flash.. Does anyone have windows that can look at it and say if it's a mac scrollbar too?
Control Flash With Html Links
Hello, I'm new to this forum, so I may be posting this in the wrong category, but here goes.
I have a series of swfs, same dimensions, that I would like to toggle through on one html page. I would like to have one swf as the default and a series of html links beside it that when clicked load another swf into the same location as the default swf.
What kind of code needs to be applied to the html links? Is that the best way to go about it?
Thanks!
Flash Scrollbar To Control HTML
Hi
I'm trying to use a flash scroll bar to control an html list.
I can't use xml nor can I make the entire unit flash for various reasons that I'm not gonna list here.
I found this thread but it's old and won't serve my purpose using 3.0.
http://www.java2s.com/Code/JavaScrip...hscrollbar.htm
Any help is appreciated. Thanks!
Html To Control Flash (workaround)
i know the topic of controlling an swf file from it's parent html page has been discussed plenty on these forums, and the most common method seems to be the use of javascript to send variables to the flash movie (ie. http://www.macromedia.com/cfusion/kn...fm?id=tn_15683 ). my question is, is anyone aware of any alternate methods or workarounds that might exist to allow cross platform compatability (as i have yet to see a method that works on macs). for example using hidden fields in the html or having flash read data/variables from it's parent html/javascript - rather than have the javascript send the data to the flash movie (then it seems it would be possible to have a clip that watches the javascript variables and make changes to the flash movie based on those changes). i'm just interested in controlling the timeline of a simple flash animation (basically just gotoAndPlay(frameName)) ... so a constant onEnterFrame function watching for changes in the javascript variables wouldn't be too processor intensive for my purposes. my only other option is to create swf files for each link in the html and replacing any anchored elements with these buttons (one for each section) and using a local connection between movies. thanks for any help in advance.
Control Flash From Html Page
Hi everyone,
I was wondering if anyone knows how to control flash movies on an html page.
I am building a music preview page and want to load different tracks into a flash mp3 player like this...
www.bleep.com
Anyone know how to do this?
Thks in advnce
BRb
HTML Layer Control From Flash?
anyone know if it is possible to show an html layer from a flash movie. And if so, would you be so kind as to post some example code.
i would like to either load an html page into a blank layer, or if thats not possible, show a pre-determined layer and hide it on exit of the specific point on the movie time line.
Thanks a ton.
How To Control Flash From Html Page
I want to go to a particular scene of a flash movie when the page refresh on clicking to a button for a particular page.
say..I have expandable menu in flash(verticle menu) so when i click products..it should opens products page also show the submenus should not be hidden.
So, if html page can tell flash to go to particular scene of a flash movie on refresh, then my problem will be solved.
any help on this?
thanks,
HTML Layer Control From Flash?
anyone know if it is possible to show an html layer from a flash movie. And if so, would you be so kind as to post some example code.
i would like to either load an html page into a blank layer, or if thats not possible, show a pre-determined layer and hide it on exit of the specific point on the movie time line.
Thanks a ton.
How To Control Flash From Html Page
I want to go to a particular scene of a flash movie when the page refresh on clicking to a button for a particular page.
say..I have expandable menu in flash(verticle menu) so when i click products..it should opens products page also show the submenus should not be hidden.
So, if html page can tell flash to go to particular scene of a flash movie on refresh, then my problem will be solved.
any help on this?
thanks,
Control HTML IFrame From Flash
Hi Guys,
I'm want to change a site's HTML-menu to flash-menu.
The index file of the site is made out of 3 objects (iframes in a table):
Top Banner, Menu , Main field.
The buttons, should load/switch the html files inside the "Main field".
If you could give me a general code for a button on the menu that
enables me to control the frame in the html page i'll be more than
gratefull.
Thanks,
Udi
Flash To Html Layer Control
Is it possible to control html layers or such things similar through actionscript. I want to call html layers (text for the most part) from my flash menu. I dont know if its even possible. Maybe through the getUrl command? Please, if you have any idea HELP?
Thanx
Flash - Html Page Control Problem
I have using Flash 5 for a couple of days but I have hit the brick wall and it hurts !!!
I have created a flash movie with 2 scenes.
The final frame of scene2 includes buttons to call HTML pages using action script get URL statements.
If I open a new window using "blank" property, control returns to the final frame of my movie when the HTML window is closed.
However, if I load the HTML page in the current window (which I want), then when the "back" option is used, the WHOLE movie is loaded in the current window, when I want to return to the final frame on scene 2, to enable the user to choose another option.
If there anyway around this ?
thanks in advance
Using HTML Link To Control Flash Movie
Greetings,
Hi - i have what is probably an easy questions for those who know what they are doing.
I have a flash menu in a frame on my website - i also have text links below it in html - all i want to achieve is that when someone clicks the text links below the flash movie, it opens a page into mainFrame, whilst telling the flash movie to goto & stop frame 1. i assume i need to use some kind of FS command - but have no idea where to begin.
Please provide any info i may need to include in the flash file for this to work.
Thanks very much for any advice.
Control Flash Scenes In Dreamweaver Html...
super newbie here... created a flash website consisting of 8 scenes (each one is accessed by a typical menu of clickable buttons). i want to publish to my domain server using dreamweaver html.
problem:
when i place the 8 scenes on the html page i created in dreamweaver, they all play at the same time... how do i make the buttons work as they would in flash (i.e. linking to new scene)???
help is highly appreciated
HTML Links Used To Control A Flash Movie
Hello,
Anyone tell me if it is possible to use a regular HTML links to load certain movies to appear in a Flash movie? Is this possible?
For example...I have about 5 different links (html) that I want to use to call up certain movies in my original flash movie.
Let me know
Thanks peeps
Can Flash Control HTML Background Color?
Does anyone know if Flash can control the background color in the HTML page it sits in without the visitor refreshing the browser?
I'd like to allow the visitor to adjust the color scheme for my site, which will include the background color as well as the Flash elements.
Thanks!
Flash Menu To Control Html Content?
I am looking to set up a site that is similar in layout to this one>>>
www.discobiscuits.com
what i want is a flash banner up top that contains the navigation menu along with some simple animations. what do i have to do so that the buttons contained in the flash banner will control the html at the bottom of the page?
i know this is probably gonna be pretty complicated, but if anyone could direct me to where i should start learning, that would be great.
thanks in advance,
wd
Control Flash Movie From A Html Page
I want that to control a swf file from a web page and tell the movie what keyframe it should play when it gets loaded.
How do i do that?
The only thing i found useful is here: http://www.macromedia.com/cfusion/kn...fm?id=tn_12059
but I can't make it work.
Html/Javascript Control Of Flash Movie
I have a long movie embedded in an html page. I am wondering what is a good way to have the html navigation link to specific frames/scenes in the flash movie? I found some resources like,
http://www.moock.org/webdesign/flash/fscommand/index.html
Should I even bother with this? Would making seperate swf's be easier?
Any help would be great.
Thx all
Can A Flash Movie Control Html Pages ?
Hi, please check out this sample site,
the html pages changes within one page controlled with the flash movie (nav)
http://www.mrmutfak.com/
I've always wondered how they did it ?
can anyone help ?
thanks...
Control Html Iframe With Flash Buttons
so i have a flash header with buttons on top, and below it is my iframe for my contents in html. how can i control my pages, which are home, about, contact, with my flash swf header within the iframe? is there some awesome javascript i have to use? with some actionscript line? or some alternative? thanks...i read this thread, it only works for IE....
http://www.actionscript.org/forums/a...3/t-72976.html
and it has a bug. thanks!
|