[F8] Html Linking
I want my flash to stop and go to my website (I'm no good with Action Script is a min requirement on the College project ;-; )
Code:
stop();
getURL("http:\\www.tjk.desudesu.org", "_self");
ok the stop and self parts I understand , that works fine ^_^
its the link part when the flash stops it somehow puts a extra "/" in the link and takes away half the "" (which is why there is 4 's in my link)
thanks , Any help Appreciated ^_^
FlashKit > Flash Help > Flash Newbies
Posted on: 08-07-2007, 08:24 PM
View Complete Forum Thread with Replies
Sponsored Links:
Linking HTML Help
Hi,
I was wondering how (if) you can link an html file to a .swf. I want to make the first page of my .swf website to link to an external .swf's html file. (I centered the site in the HTML) I know you can use the load movie command to link one .swf to another but can you link to the HTML so that I can retain the <center> code i wrote? Any help would be great!
Thanks,
Ryan
View Replies !
View Related
Linking HTML
When you visit my website it has a button that says 'Open Popup', when you open the popup you have some lame flash animation that has 4 links to go to 4 different sub websites of my entire website. So now, there are 2 windows, one is a normal window with that Open Popup page on it, and then there is the one with the flash animation on the 800x600 popup with no toolbar, no resize, no anything. I want the links on the flash animation to be able to go to the normal HTML page that has the open popup link on it. How would I do this? I'm assuming it's a target such as _blank, _parent, _self, or something else?
If you want a more visual look go to: http://dille-zone.com
on (release) {
getURL("http://dille-zone.com/forum/","_self");
}
Is the command I'm using for the forum at the moment and _self didn't work, I would use _blank but I don't want more than 2 windows opening up, I don't want to aggravate the user.
Thanks in advance,
Mark Dille
View Replies !
View Related
Linking To HTML Files HELP
Hi,
I'm currently making a portfolio using flash which will be CD based. When the user clicks a button I want a new browser window to pop up with an HTML file included on the CD. I can get this to work on my home computer by using geturl(file:///portfolioindex.html). However this wont work on my friends computer. I've tried relative linking and I cant get this to work! Is there some scripting to put the CD rom drive letter into the geturl statement???
Please help this is driving me mad!!!!
thanks
View Replies !
View Related
Linking Html W/ Flash...
Hi, I need a bit of a hand, what I have is a list of names, written into my webpage via html, I also on that page have a place for a flash file.
What I need to do, is when I click a particular name, it loads a particular flash file correspnding to that name into the place for the flash file.
e.g, click vortex (webpage), flash file loads "vortex.swf"
I need to do this without creating extra html file...
Any suggestions?
View Replies !
View Related
Linking Flash And Html
can anyone explain to me or send me a link to a place that will, how to link flash to html?
what i am trying to do, is set up a flash menu on a site, with html as the content..so when u click portfolio it goes to a seperate html page..but flash menu is still there..
i tried to explain as best as i could i hope somebody understands thanks
View Replies !
View Related
Linking To Html And Other Files
I'm doing a flash file for a menu on a CD. I plan to have the menu autoload and I want to have the menu link to different types of files: specifically html files, Word documents and perhaps some PDFs. How do I link to files that will be on the same CD in the same directory?
I'm just not having any luck here.
Thanks!
View Replies !
View Related
Linking To HTML Frames?
Does anyone know how I can link a flash button to a certain HTML frame on my website?
I use 2 frames, one for my menu (which is flash) and one for the content (which is HTML). I need it so when I click the flash button, it opens the link inside the content frame. Is there some type of action script or <target="contentframe"> code I need to tag on?
Thanks for any help!
View Replies !
View Related
Linking Flash To Html
so what I have is a flash "header" with links that control which html document to go to. so I need to know how to link a flash button to an html document while keeping the SWF header the same and not re-loading it or anything. here is the site I'm doing: http://okasoft.150m.com/main/about.htm
as you can see I have the SWF header and the HTML all in the same HTML document. I'm hoping this all makes sense....
thanks, Joel.
View Replies !
View Related
Linking Buttons To Html
Ok, so I want to be able to do this...
http://www.bluegelmedia.com
They have flash navigation on the top, and html on the bottom. I have no idea how to even begin to implement this feature, I'm very very interested to learn how. Does anyone have any thoughts?
Thanks for any help I can't wait to hear word from anyone!
View Replies !
View Related
Problems With Linking SWF In HTML
I'm not an expert at flash, i have been able to make buttons for this website I am making. However, I have coded html to the SWFs, <a href> tags were used to be specific, and when the cursor is scrolled over the button the link shows up in the bottom left showing that the link is working, but when I click the button nothing happens. Does this have something to do with the file being a SWF? I know that this method works with jpegs. If this is the problem, how do I fix it? Do I have to code the link within the button somehow?? Here is the website so that you can have a better understanding of what I am talking about, http://www.geocities.com/mattyfoo1984/frontpage.htm
View Replies !
View Related
Linking To An HTML Anchor Tag
I am trying to link to a specific anchor inside an HTML document from an embedded swf file inside an other HTML page. The page opens just fine when the button is clicked but it does not go to the specified anchor tag. It just goes to the opens the page normally.
This is my script on the button...
on (release) {
getURL("about.html#ryan");
}
Anyone know what I'm doing wrong?
View Replies !
View Related
Linking To HTML Fragments
I want to link to HTML fragments without reloading the HTML page itself and, thus, reloading my movie, but it's not working the way I'd like.
Code:
on (release) {
_root.play();
getURL("#Home", "javascript:window.scroll(0,0);");
}
Using that script, it keeps opening my webpage in a NEW window with the "#Home" fragment on the end of the URL, instead of just adding the fragment to the end of the URL in the CURRENT window. Anyone know how to fix this?
View Replies !
View Related
Linking To HTML Files
I was just wondering if the following is possible:
say i have a folder within a folder within a folder...
and i have html files in each folder...
the main flash file and swf is in the top folder... is it possible to create a link (the getURL) so that if u click on a button it opens the html file thats in a sub folder or even a sub-sub folder?
i tried referencing the whole path in the getURL bit... but then when i upload the swf in my site the links dont work on other computers...
would much appreciate if someone could help... thanx
View Replies !
View Related
Linking HTMl From A Flash Pop-Up
here is scenario.
i have a Flash movie that pops up from an html page.
i then want to be able to change the URL in the parent page by clicking a button in the "popped up" (daughter) page.
here is the code i am using
java script in the Popped Up html:
function myMovie_DoFSCommand(command, args){
if (command=="go"){
window.opener.location = args
in the Flash movie:
on(press){
fscommand("go", "myURL.htm");
}
this is supposed to work, but is not. i am not a developer and am sorta winging it.
do i need anything in the Parent page? do i need to name something?
help!
(thanks in advance...)
View Replies !
View Related
Linking The Swf Files Through Html
Hi,
I have created an animated flash banner. I want to link the banner to a web site on click over the banner.This is my script over the banner:
on (release) {
getURL("http://www.mysite.com", "_blank");
}
But I don't want to write the code in flash as I want to give the link in html.
Is it possible to link swf files using "a href ..." like any other images in html?
Any help will be appreciated.
View Replies !
View Related
Linking To A Html Page
I have attached the relevant files. The main flash file is a MX 2004.
What I am trying to do (!) is have a list which is scrollable and searchable as this one is but I want to be able to click on the word and access another page.
I am trying to create a dictionary of words and images. I have included a simple html page (dreamweaver) - how can I have it so that when I click on the word apple this page opens with the image of an apple on? Is it possible?
(Please ignore other words/links on the list - as most of these were on there when I copied the menu file)
I always get a syntax error...what does this mean?
If its not possilbe to link to a html page can anyone show me how to link to the image within flash?
Please just ask if I have not been clear - thanks in advance to anyone who can help.
View Replies !
View Related
Doubts: Linking From HTML
Hi everyone
I have a lot of doubts because I'm very New in flash ...
I bought a Template and it have a section that is for the Clients,
every image have this script:
Code:
onClipEvent(load) {
loadMovie(_root.url + "_clients1.jpg", this.cont);
url=_root.url3;
}
the statement url=_root.url3; I thought was the one I must add to the HTML Variables like:
Code:
&url3=http:www.example.com
But nothing happen (so that prove that I'm Noobie)
second
I have a button:
Code:
on(rollOver) {
gotoAndPlay("s1");
}
on(rollOut) {
gotoAndPlay("s2");
}
on(release) {
getURL(URL);
}
And I would like to link this button to a part of the Flash website. How can a do that?
May be this Could be a little bit annoying for the experts, but , Where else can I get help .
Hope can Help me..
Thanks
PD: Sorry about the english
View Replies !
View Related
Linking Between Flash, Pdf And Html
How to link from Flash to certain page in pdf document displaying in web browser?
this is not working:
on (release) {
getURL("interfaces.pdf#example", "_self");
}
neither: #nameddest=example, #page=2
This works though from html, but only first time. If you surf beck and then go to the same link it doesnt navigate to that page! Any idea very appreciated!
Thanx
View Replies !
View Related
Linking To An Html File
This should be so easy! I created a header with Flash. I want to incorporate the header into my html files. When I click on the flash buttons it should link to an internal html files. Hence, the About Us button will go to Aboutus.html. I know how it can be handled with URL request, but I don't want to include the http:// and so forth into the link. If I can get help with this code, it will be great.
View Replies !
View Related
Linking Flash With HTML
Hello, i'm kinda new to Flash. I''ve been messing around with it for a while. I mainly wanted to learn so i could create a website for my band. I've been useing HTML for a while now, and I wanted to know if there was a possible way to make a section of the Flash file I already made that I could use Flash buttons, also already in the file, to load a created HTML file into. Rather than haveing it all in the Flash file.
It would save alot of time and uploading to be able to do this. Can anyone be of some assistance on letting me know how?
If needed I could show what the file i've already made looks like to give more of an example of what i'm looking to do. Any feedback would be great.
View Replies !
View Related
Linking To Html Frame
The script below will open a web page in a popup, however I need it to open a page in an html frame. How can this be done?
var labels:Array = new Array("web attack", "Macromedia", "ASP.Net");
var links:Array = new Array("http://www.webattack.com", "http://www.macromedia.com", "http://www.asp.net");
for (var i=0; i<labels.length; i++) {
_root.myCombo.addItem({label: labels[i],
data: links[i]});
}
var obj:Object = new Object();
obj.change = function (evt){
selectedLab = evt.target.selectedItem
trace(selectedLab.label);
trace(selectedLab.data);
getURL(selectedLab.data,"_blank","POST");
}
myCombo.addEventListener("change", obj);
View Replies !
View Related
Linking The Swf Files Through Html
Hi,
I have created an animated flash banner. I want to link the banner to a web site on click over the banner.This is my script over the banner:
on (release) {
getURL("http://www.mysite.com", "_blank");
}
But I don't want to write the code in flash as I want to give the link in html.
Is it possible to link swf files using "a href ..." like any other images in html?
Any help will be appreciated.
View Replies !
View Related
Somebody Please - Linking Html Thats Not Online
hi guys
i have a flash movie that has a link to a html file that not on the web. all files are stored in a folder on a disk. on my hard drive it works (eg. D:/folder/file.html) but because when its not on the harddrive but on a disk it doesnt work becuase it doesnt know where to go. I have tried changing the extension to the cd drive but no luck. but i doubt this would work because because the cd drive will vary on different computers.
how can i sort this out.
thanks.
oh.. and how do i make my movie play as soon as the disk goes in. I thought i would publish to .exe, but i doesnt work? is it maybe because it's in a folder on the disk and not by it self?
View Replies !
View Related
Linking Flash And HTML
I have a movie, with a swift 3d element and flash, after playing the movie, I would like in its place load a regular HTML page.
I dont want to load a new page, is it possible to do without loading to a new page??
View Replies !
View Related
Linking To Html Pages
This may be no-brainer, but it is driving me crazy. How to a get a flash button, used within a html page, to link to another html page without opening a whole new page?
Your comments are much appreciated.
-jtbrockmeyer
View Replies !
View Related
Linking To HTML Frames
Hi there,
I've done a search on this, no luck.
I'm trying to link a Flash button to a html page in the right hand frame of my frameset, titled "mainFrame". I'm using the following code:
on (release) {
getURL ("02.html","mainFrame");
}
How do I stop "02.html" appearing in a new window?
Many thanks,
c
View Replies !
View Related
Linking Flash With HTML
Hello, i'm kinda new to Flash. I''ve been messing around with it for a while. I mainly wanted to learn so i could create a website for my band. I've been useing HTML for a while now, and I wanted to know if there was a possible way to make a section of the Flash file I already made that I could use Flash buttons, also already in the file, to load a created HTML file into. Rather than haveing it all in the Flash file.
It would save alot of time and uploading to be able to do this. Can anyone be of some assistance on letting me know how?
If needed I could show what the file i've already made looks like to give more of an example of what i'm looking to do. Any feedback would be great.
View Replies !
View Related
Linking To HTML Frames
I'm making a flash menu, that plays an introduction to the webpage from the banner/menu. I need to use HTML frames, because if I don't, and I use the getURL action and create a html page with the flash in the correct position, the beginning of the flash will play each time a menu button is clicked.
If you didn't understand what I just said, because I communicated it wrong, here's what I have:
The Flash Banner/Menu
Please help!
View Replies !
View Related
Linking To Html Frame
The script below will open a web page in a popup, however I need it to open a page in an html frame. How can this be done?
var labels:Array = new Array("web attack", "Macromedia", "ASP.Net");
var links:Array = new Array("http://www.webattack.com", "http://www.macromedia.com", "http://www.asp.net");
for (var i=0; i<labels.length; i++) {
_root.myCombo.addItem({label: labels[i],
data: links[i]});
}
var obj:Object = new Object();
obj.change = function (evt){
selectedLab = evt.target.selectedItem
trace(selectedLab.label);
trace(selectedLab.data);
getURL(selectedLab.data,"_blank","POST");
}
myCombo.addEventListener("change", obj);
View Replies !
View Related
Linking The Swf Files Through Html
Hi,
I have created an animated flash banner. I want to link the banner to a web site on click over the banner.This is my script over the banner:
on (release) {
getURL("http://www.mysite.com", "_blank");
}
But I don't want to write the code in flash as I want to give the link in html.
Is it possible to link swf files using "a href ..." like any other images in html?
Any help will be appreciated.
View Replies !
View Related
Still Not Linking To Html Anchor
My buttons still do not link to my html anchors in the page below.
Here is the code.
on(press) {
("javascript:window.location.href="business.html#Business"");
}
I also tried it with onrelease, but it made no difference. It doesn't do anything.
View Replies !
View Related
Linking The Swf Files Through Html
Hi,
I have created an animated flash banner. I want to link the banner to a web site on click over the banner.This is my script over the banner:
on (release) {
getURL("http://www.mysite.com", "_blank");
}
But I don't want to write the code in flash as I want to give the link in html.
Is it possible to link swf files using "a href ..." like any other images in html?
Any help will be appreciated.
Thanks a lot,
Kedar
View Replies !
View Related
Linking HTMl From A Flash Pop-Up
here is scenario.
i have a Flash movie that pops up from an html page.
i then want to be able to change the URL in the parent page by clicking a button in the "popped up" (daughter) page.
here is the code i am using
java script in the Popped Up html:
function myMovie_DoFSCommand(command, args){
if (command=="go"){
window.opener.location = args
in the Flash movie:
on(press){
fscommand("go", "myURL.htm");
}
this is supposed to work, but is not. i am not a developer and am sorta winging it.
do i need anything in the Parent page? do i need to name something?
help!
(thanks in advance...)
View Replies !
View Related
Linking Buttons And Html Frames
Can someone please help me if they have the time. I've gotten myself completely twisted. I have made a bunch of buttons, each with their own rollover effects. I have also made a top header with each page name (eg. home; history etc..) as their own movie clip, all with stop actions and set on a different frame of the movie, while the background image stays static.
OK, what I'm trying to do is set up a webpage in Dreamweaver with 3 frames (header, side buttons and content) and I want each button as you press it, to change the text in the header frame as per the movie clips, and then also change the content area, however I'm not concerned about the content area at this stage.
I have my head buried in the FlashBible, and a bunch of magazines and I think I'm just confusing myself more and more. Someone please help, I'm trying to teach myself and I need some guidance!
View Replies !
View Related
HTML Frame Linking Business
ok, here is a nav 'bar'
my index is here,
the swf is on this left page,
and there is a main page,
i would like to know how to link my buttons to change the main page, and not have to reload the swf, JUST to change the main page.
eg:::so if i click on an experiment number, it would change the main page to that experiments' page, and the .swf will stay there
View Replies !
View Related
Linking A SWF File Through HTML Code
Is there a way to link an SWF file as it were a JPG file in HTML. I had a method of doing this but it is not working for me right now. I have an invisible button but I have a link that changes for every person using this particular banner. I need a way to define the link in the HTML code itself.
ALL HELP is greatly appreciated!
View Replies !
View Related
|