Flash To Open Html Frames
Hi,I'm using this code on my flash button to call an html frame:on (release) {getURL("frameset2.html", "mainFrame");}I want the frame to open in the same window, but now it's opening a new window. When I add "_self" to the code, it doesn't work.Any suggestions?Thanks
Adobe > Flash General Discussion
Posted on: 08/16/2007 07:02:11 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Flash To Open Html Frames
Hi,
I'm using this code on my flash button to call an html frame:
on (release) {
getURL("frameset2.html", "mainFrame");
}
I want the frame to open in the same window, but now it's opening a new window. When I add "_self" to the code, it doesn't work.
Any suggestions?
Thanks
Can't Open New Window... Using HTML Frames
hi,
i can't seem to get flash to open a new browser window, and it has something to do with the fact that my HTML-based intro page (specifying site requirements, plug-in checks, etc.) uses a frameset.
the intro page consists of three frames -- top, middle and bottom -- with the middle frame containing an ENTER button. i want my Flash site to load in the SAME window as my intro page, but outside the frameset, so i set the target for my ENTER button (which resides in the middle frame) as "_top".
_self doesn't work, it loads the site into the central frame. target = "_parent" also successfully loads the flash site in the same window as my intro page and seemingly outside the frameset.
HOWEVER, once the Flash site has loaded, i can't seem to launch new browser windows from it. in other words, even though i want the Flash site to load in the same window as the intro page, the Flash site should be able to launch new windows.
the links in my Flash site that should launch content in new browser windows are all static text field links. i selected the relevant link text, specified a URL in the properties panel and selected _blank from the properties panel drop down target menu. but the new URL always loads in the same window as the Flash site.
this only happens if i access the Flash site via the HTML frameset intro page. otherwise it works perfectly.
anyone know what the problem could be?
you can view an example here http://www.carlottamanaigo.com/index2.htm (note: site still under construction... broadband connection required... dial-up version not ready yet.) click on HIGH BANDWITH to enter. once inside, try BIO, and VIEW RESUME. the resume should load in a new window, but instead it loads in the same window.
thanks.
Geturl And .xml Target Won't Open In Html Frames
Hi- I wondered if I could get some help from the experts. I just started using Flash/Studio MX 2 weeks ago so this may be a stupid question...but
I can't get a .swf to open another .swf in html frames in anything but _self or _blank (new window). I found a technote at macromedia on the subject
http://www.macromedia.com/support/fl...ts/get_url.htm
followed it to the letter, even created a new frameset to test in DW but alas...no such luck. I've had the same trouble using the Target= parameter with a component UI. What a drag. Any suggestions? Thanks in advance.
-Andy
Code For Buttons To Open Files In Html Frames?
My problem is simple I think, but I can't find the right solution:
I made a button in Flash. I imported that button (.swf) in a html file with 2 frames.
The button is in frame 'left'. When I click the button, I want the file that it is linked to (named: 'green.html'), to open in the frame named 'right'. But I don't know the right code to follow the 'green.html' code between the brackets. The code in the button I already have (but that opens the file in the same frame as the button) is:
on (release) {
getURL('green.html');
}
Links Open To Certain Frames In Flash File
On my web site, I want to have a bunch of HTML links, and when you click on those, it takes you to a certain frame in my .swf file.
Is there any way of doing this?
Thanks in advance.
Open Html From Flash
Hi , can anyone help me
The script for opening a html page from flash is fine:
on (press) {
getURL("21-15-2.htm", "_blank");
}
however, what happens if i want to open a html page and re-size it to say, 300x300 pixels, and get rid of the ie toolbar on the page that opens?
thanks in advance
Open A HTML In Flash
Does anyone know how to open a HTML page in flash?
For example, when i click a button on the menu, it will open a html page.
Hope someone could help me.
Thanks.
[html/flash] I Need To Have This Open......
hi!
i was working on a project (just for the fun of it) and i wanted to have a html page have a link and when you click on that link it opens the Swf in a separate window type thing? how is that done? what do you put in the html or do you put it in the flash file? any clearing up on this would really be helpful!!
thanks!
Open Html From Flash Exe
Hi , can anyone help me
The script for opening a html page from flash is fine:
on (press) {
getURL("21-15-2.htm", "_blank");
}
however, what happens if i want to open a html page and re-size it to say, 300x300 pixels, and get rid of the ie toolbar on the page that opens?
the flash file and html files will be on a CD
thanks in advance
Flash & Html Frames?
Hey is it possible to have a flash movie in one html frame communicate with a flash movie in another html frame? Like is it possible to have a botton in html frame that when you hover over it, it loads a certain level in another movie that is in a different html frame. I dont want the entire html frame to get reloaded, i just want to load a new movie onto a different level of a movie that is already running (but do this from a different html frame).
I hope this makes sence. Anyways, if anyone has any clue about this maybe you could fill me in or show a quick code on how to do it...
thanks!
Barry
Flash And HTML Frames
I have 4 frames, two on the sides and two in the middle. I have my flash app on the top fram in the middle. I want for someone to push a button and have it load something in the frame underneath it. Is this possible? If so, how is it done?
Thanks
HTML FRAMES AND FLASH NAV BAR
I have a HTML page with 2 frames. The top frame has a flash navigation bar with hyperlinks. I want the links to load pages in the bottom frame. How can I program this into the SWF file?
Thanks for any help!
Spicetooth
Flash And HTML Frames
Thought I´d post my ´problem´ here, since the solution should be simple ( I think ). What if I wanted to create a Flash File in Frame A, and link some buttons within this SWF to information that should be displayed in Frame B. What is the right GetUrl Command, since it does not seem to understand the lines I enter in the target section. (´_mainframe´, mainframe)
And while I´m at it, can you also make a link from a SWF button, to open a new browser window, with a spesific size ?
Please help me, it would help me a lot!
Flash 4 And Html Frames
Hi there,
Ok say I have a flash animation in an (frame name=top) HTML frame, and in that flash animation there's a series of button that call for an html page.
The only problem is that I need that HTML page to load into an HTML frame that is different (frame name=bottom) than the frame that contains the FLash animation.
I tried typing a "target = bottom" in the instance properties, but it doesn't work!
HELP...
thanks
dd
Flash/frames And HTML
Hello all,
I have a basic website with three frames. The top frame is horizontal and has a banner. This is just a Flash movie. The second frame has a Flash menu that should control the sites in Frame 3.
So with the menu in frame 2 I should be able to call up html sites in frame 3. How should I program the the menu buttons in frame 2.
Please help me..........
Flash And HTML Frames...
Hi-
I am an absolute newbie to flash and I need help.
I am using dreamweaver to put together the pages.
This is my problem:I have a SWF file with a menu bar - buttons(Aboutus, FAQ)- on the top frame. Now when I click these buttons, I want the bottom frame to be updated with different html pages. How/Where should i give the link? Will loadURL work?
Any help is much appreciated.
HTML Frames & Flash [B]HELP[/B]
aight...please help me...
i want to use a flash menu to load different pages into a certain frame (html frames)...what do i have to set the target as in flash for the button to load into the middle frame of my index page?
FLASH & HTML Frames
Hi,
I've got a site that consists of a frameset of 4 frames. Within the top frame is the .swf file used for navigation purposes where buttons within the .swf target to the mainFrame within the frameset.
However for some reason the .swf will not 'load' properly. I am 99.9% certain that its not the flash file or a design issue as when the particular frame/page containg the .swf is loaded within the browser on its own (i.e. not as part of the frameset) it works no probs??
this only happens when using Internet Explorer on Windows XP? but when using Netscape, again no probs? my initial explanation is that its down to me having XP but i don't know.
the best way to describe whats happening is when the frameset loads the preloader in scene1 works fine but then on scene2 initialising it sounds like 'links' are being continuously 'clicked'?? im using named anchors in the .swf if someone knows whether that will effect whats happening?
for those who have XP, THE URL is http://www.rhyslee.fsnet.co.uk/80windows/
HELP ME , PLEASE!!!!!
Cheers,Ben
Flash And Html Frames
Hello,
I have a html file with two frames.
In the left frame I load an .swf file with buttons.
When one of these buttons is pushed it has to load a movie in the right html frame.
Can you do this with flash?
When someone knows, please help me.
thx Martin
Flash And Html Frames
Hello,
I have a html file with two frames.
In the left frame I load an .swf file with buttons.
When one of these buttons is pushed it has to load a movie in the right html frame.
Can you do this with flash?
When someone knows, please help me.
thx Tiny Martens from the Netherlands
Flash And Html Frames
Hello,
I have a html file with two frames.
In the left frame I load an .swf file with buttons.
When one of these buttons is pushed it has to load a movie in the right html frame.
Can you do this with flash?
When someone knows, please help me.
thx Tiny Martens from the Netherlands
Flash And HTML Frames?
I have a html page with a top frame, and in this frame there is a flash menu that i made in flash. I want teh buttons to open the various pages in the bottom frame, but it opens in a new window.
What code do i need to use to make the flash menu in the top frame open pages in the bottom frame?
Thanks
Sims
http://simsdesign.staghost.com
Trying To Use Html Frames Into Flash
Ok,
I am just beginning to learn more about Flash MX and Actionscripting for work and I have a question regarding html frames.
I am working on a project that requires the use of frames. For example, have the buttons on one side and when you click a button the information appears on the other side of the document.
Can this be done in flash MX. If so how?
Thanks for any help you can provide.
Flash W/ Html Frames
A bit to tricky for me. What I have is an html frame page that is broken up into 2 frames, the top and bottom. The top frame page is html and contains the flash, the bottom frame is cfm. and contains the coldfusion code that reacts to the flash action. What I want to happen is when the submit button, in flash on the top frame, is pushed it will reload the bottom frame with the changes that were passed to it from the flash submit button without reloading the flash page. The _blank, _self, _parent, _top controls don't quite get the job done right and I have to use frames because then it just reloads the entire page including the flash. Any ideas or suggestions would be greatly appreciated.
Thanks!
HTML And Flash Frames
Hi every one I wanted to ask this little thingi
can you specify a frame name in an html hyper link to go to that frame in the swf file when clicked
Flash+HTML Frames
My friend would like her site to scale with the screen. I've made her intro 100% all around imbeded and it changes it's size with the window as you pull it diff sizes.
The problem I'm having is that the rest of her site is Frames. A top frame with a menu.swf in it, and the lower part with html bages each having embeded swf files in them as per content.
I would like to know, how can I make the swf scale to the Frame like it does when it's in it's own HTML based page/window.
http://www.cindymcclure.com is the intro that'll scale to window size, and the link at the bottom is the framed portion of the site that does not scale.
Any help or ideas are appriciated, I'm starting her new site now, and it's easy to change things at this point.
Thanks again,
Justin
Html Frames & Flash
Hi!
i have a html page with 3 frames.
1 at the top & 2 under it.
i have a flash button at the top frame. & a flash movie at one of the bottom frames.
i need that when the user is clicking the flash button that is on the top frame, the left frame will be updated with a new html page, AND the right frame will be playing a new frame in the flash file... [don't br confused with "html frame" & "flash frame" which is a movie frame... ]
help...
thanks
Flash And Html Frames
i'm trying to learn flash mx (i previously used swish2), and my test project is remake of the same menu i made in swish. on my website (www.realrelevantradical.com) the menu is a separate frame from the content, so that the menu doesn't have to load every time you click on a link. i can't figure out how to do this in flash mx. when i "add a behavior" to a button, i can use the basic frame names like _self and _blank, but i can't put my own frame name in. any ideas?
Flash And HTML - Without Frames
I am trying to make a site where the navigation is in Flash, and when you click on the navigation links, the HTML page changes. The problem is, I tried it with Frames but it was too differentiating between browsers and screen resolutions. Is there another way I can do this without frames or a way of making frames more cross compatible?
Thanks a lot!
Flash + Html Frames
Hi Everyone,
I was wondering if this is easy to do.
I have a flash interface that will sit in an html page, within a frame of an outer html page. I want each option in the interface to load a different html page into a second frame within the outer html page, but leave the flash page untouched. Is this done using the getUrl tag? if so how do you target just 1 frame and not the html/flash page.
Hope that made sense
Thanx for any help
HTML Frames And Flash
Im wondering how to obtain the html background effect that is here?
www.soccer.org
i would like to know how to to center the movie ontop of the HTML background to achieve the 3d effect but i am not sure how to do this.
ANyone know of any tutorials?
thanks in advance for your help.
undrdg
Flash And HTML Frames
Hello all, I want to create a site with two HTML frames. On the top frame I would like to have the nav system (drop down menu in flash). I would like the nav in the top frame to control the bottom frame, which I was planning to have pure HTML (load different html pages on the bottom while the top does not change). Is this even possible?
HTML Frames At Flash
Hi everybody,
Is it possible to control Dreamweaver Frames at a Flash Navigation website? If it is, how do I do it?! If not, what would be the best solution to do it in Flash?
Thank you very much for any help!
Amir.
Html Frames And Flash
Hello, I have a big problem, I want the menu that is made in flash to load some html pages in the html frames I created. The reson is so the flash menu doesn't reload everythime you click a button and go to another link. Any help would be apreciated.
Catalin.
HTML Frames And Flash
I am trying to make a link within flash that will change a certain frame of a website. Could someone explain how? Thanks.
Flash/HTMl Frames
I have a question about flash and html frames..
i have my frames set up basicly like this,
the left frame is 20% of the browser width, and the main fraime is 80%..
with frame names of "left" and "main"..
If i put a flash menu in the left frame, what AS would i use on the button to have the page load into the main frame???
right now i have:
ActionScript Code:
on(release) {getURL("main.html", main);}
HTML Frames And Flash ?
Well im having a huge problem...
See this is how my website will look like:
--------------------------------
|
| Flash .SWF
--------------------------------
|
|
| News and Information.
|
|
----------------------------------
The website consists of 2 frames, 1 for the SWF and 1 for the news... Why ? because i want the flash menu to stay up all the time while the news page loads, and ONLY the news page.
So basically, i want this to happen, when i press on a button in the SWF, the other frame (the one with news) loads, and the Flash frame stays normal... example: www.2advanced.net
I dont have a clue how to do that i tried everything with getURL and nothing worked, if anyone knows please help.
After all the hard work, its either these 2, 1) It loads in the entire frame, 2) it loads just in the Flash Frame...
Need Experts help !
Thanks
FLASH & HTML Frames
Hi,
I've got a site that consists of a frameset of 4 frames. Within the top frame is the .swf file used for navigation purposes where buttons within the .swf target to the mainFrame within the frameset.
However for some reason the .swf will not 'load' properly. I am 99.9% certain that its not the flash file or a design issue as when the particular frame/page containg the .swf is loaded within the browser on its own (i.e. not as part of the frameset) it works no probs??
this only happens when using Internet Explorer on Windows XP? but when using Netscape, again no probs? my initial explanation is that its down to me having XP but i don't know.
the best way to describe whats happening is when the frameset loads the preloader in scene1 works fine but then on scene2 initialising it sounds like 'links' are being continuously 'clicked'??
for those who have XP, THE URL is http://www.rhyslee.fsnet.co.uk/80windows/
HELP ME , PLEASE!!!!!
Cheers,Ben
Flash & HTML Frames
Hi, i need some help! i'm just new in flash 2004, and i found a kirupa tutorial about flash & html frames. I followed it with no problems, but at the end of it, i got a problem:
Select the line that says getURL. We will start to fill in the information to make the button a real link. In the URL field, enter second.htm. Now, place your mouse cursor in the Window field. You will enter the name of the frame we are going to target....which is kirupa. Enter kirupa in the Window field. Your getURL Action window will look like the following image:
That's my problem coz i can't find the window above. I'm using flash mx2004. i did everything correct i think, but i got stuck on it . I don't know how or where get the window to field the url. If somebody know how to do it please help me! thanks a lot!
Flash & HTML Frames
Can't get flash button to open link in a specified html frame.
I'm using this code:
Quote:
on (release) {
getURL("showreel.htm", "mainFrame");
}
the button works and everything but the link get open in a new window
not in "mainFrame". I've checked that that frame name is :"mainFrame" and it's.
any clue what's wrong?
B.T.W i'm doing the tutorial from http://www.kirupa.com/developer/flash5/frames.htm and I get the same result... what's wrong god what???
--
www.asimation.com
Frames Html And Flash
Hi...
My English is not good but I want to now how I can mix frames html and flash.
thanks
h.
Flash And HTML Frames
Kirupa's tutorial on how to use Flash to target a certain frame in HTML doesn't work any more. The page opens up in a new window instead of in the targetted frame. This is the code that is used:
on (release) {
getURL("second.htm", "kirupa");
}
Is there anybody who knows the reason for this?
Flash & HTML Frames
Hello Kirupa and everyone,
I have downloaded the " Flash & HTMLFrames" tutorial and have tried and tried to resolve the issue of targeting a named frame from a flash button all day without any luck. The html page is loaded into a blank page continually unless I use the standard _blank or _parent window name which I don't want. It is now very annoying as it is such a simple thing to do. I have an upper and lower frame in the frameset, the lower is the flash navigation bar and the upper frame is where I would like the html page loaded into. I have searched all day for solutions and what I have written in flash seems correct and in the frameset.
Frameset from my site I'm designing looks like this:
<frameset rows="*,101" cols="*" framespacing="0" frameborder="NO" border="0">
<frame name="upper" src="photo.html" scrolling="NO" id="upper">
<frame name="lower" src="navbar.html" frameborder="yes" scrolling="NO" id="lower">
</frameset>
Flash buttons in a sliding menu:
on (release) {
getURL("a1.html", "upper");
}
I would really appreciate any help that anyone could give!
Thanks,
Niki
Flash & HTML Frames
Hi all,
well i found it the right place to go to, i have a problem with the flash and html frames, there was a post about it, but it did not work fine with me,
what i did is named the frames, and on the actions for the link, i put the frame name where i want it to be viewd, the effect i get is open a new window, and on it the links work fine, what i want is to load in the same window i'm working on, could any one help me with that.
Kins Regards to all....
Flash & HTML Frames
Hi,
I've been trying out this tutorial but everytime i click the buttons, a new window browser pops out instead of appearing in the targeted frame.
ANyone can help?
Thanks in advance!
Flash And Html Frames
my code doesn't work right... i have 2 frames in 1 page, here is the code:
<frameset rows="*,224" cols="*" framespacing="0" frameborder="no" border="0">
<frame name="mainFrame" src="main.html" scrolling="no" id="mainFrame" title="mainFrame" />
<frame name="bottomFrame" src="navbar.html" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>
and i have a rotating navigator made in flash: here is the code for one button
getURL("projectlist.html", mainFrame);
when i click a button in flash, it loads in the bottomFrame x_X
pls help
Flash/HTMl Frames
I have a question about flash and html frames..
i have my frames set up basicly like this,
the left frame is 20% of the browser width, and the main fraime is 80%..
with frame names of "left" and "main"..
If i put a flash menu in the left frame, what AS would i use on the button to have the page load into the main frame???
right now i have:
ActionScript Code:
on(release) {getURL("main.html", main);}
|