Add To Home Page
Hi all,
How dose one add to browser default home page "add to home page" from flash.
Any help appreciated
FlashKit > Flash Help > Flash ActionScript
Posted on: 07-12-2005, 08:33 PM
View Complete Forum Thread with Replies
Sponsored Links:
Back To Home Page, Whosever Home Page
Hi, I was wondering if there is a way to put code that when a user clicks a certain button it opens their home page. Since many don't have Flash 8, which is what I am using, the user won't be able to edit the Flash file they download from me. I would like the button to simply take the user back to the home page of the domain from which the Flash movie is located. Can I type / or ../ or something like that? Can I use PHP? Thanks
View Replies !
View Related
Making A Button That Allows Your Flash Page To Be The Browser Default Home Page.
Mmn, seems the original post dissapeared while i was typing , no prob, here is the code in anycase!
Ok a simple trick in IE but not in Netscape, as far as i know, its not possible to do this in Netscape. Also you shouldnt make the home page your swf file, but rather the html file with the swf in it.
First this requires an xml namespace to function, so change your top <html> tag to look like
<html XMLNS:IE>
Then create the IE:Homepage object using this, it can be placed anywhere on your page as long as it happens before the javascript.
<IE:HOMEPAGE ID="oHomePage" />
And finaly the javascript function that you will call from your flash file (using getULR('changeMyHomePage()') in flash) or from a normal link.
Code:
function changeMyHomePage() {
oHomePage.setHomePage ('http://www.womenslife.co.za/Default.asp');
}
Hope that was not to hair razing, post again if you have a question.
[Edited by threnody on 01-18-2002 at 04:50 PM]
View Replies !
View Related
[F8] LoadMovie Flashes Home Page Before Correct Page
Hi All,
I've used mc's for my text navigation mouseovers and I've assigned the loadMovie action to the invisible buttons using a blank container (blank_mc).
When I test the movie 'home.swf' and click on the navigation - there is a second or two-long load of the home page before the right page loads.
Is there a way to fix this? Something I did?
thanks,
Pati
View Replies !
View Related
Transition From Home Page To Next Page In Same Windo
I can't wrap my head around how to have my home page transition to the selected page in the same window.
My home page animates on, the buttons pop up. When you click on the 'design' button, I want to trigger an animation where the home page slides down off the bottom of the screen, and the 'design' page slides down from the top. I know how to do the animation part of it, but I'm not sure how to put it all together. I'm using CS3 AS2
Thanks
View Replies !
View Related
Home Page Pop-up
I need to create a pop-up window (that will contain my fla site) that immediately appears as soon as someone visits the website. Can someone help me with the html for this?? Please??
View Replies !
View Related
1.7MB Home Page
I'm putting together a site and have just put up a temporary home page until I get the rest done. The problem is that it's 1.7MB. How do I slim it down so it loads quickly. The address: www.pearnotes.com. The images have been saved in Photoshop for the web and are all only about 16K each. They've been saved as movie clips and have been motion tweened, fading in and out. What do I need to do to bring the size down?
View Replies !
View Related
Home Page Set Up
I know that in html all you have to do it name your home page index.html in order to make it the first page or "home page" of the site.
How do I do the same for a site that is completely done in flash. I tried naming the file index.swf but I guess that is not the way to do it because it does not work. So my question is... How do i get my swf home page to be the first page that comes up when someone goes to the sight?
I am sure it is a simple thing, but I can't seem to figure it out.
Andrew
View Replies !
View Related
Set As Home Page
I attached the following code inside a swf movie with a button, but it didn't work.
on (release) {
getURL("javascript:document.body.style.behavior='url(#default#homepage)';document.body.setHomePage('www.sufiwisdom.org');void(0);");
}
What I want is to set the page as hom page when I click the button. When I click the button it generates the following error.
How can I fix the problem?
Thanks to all,
View Replies !
View Related
'Home Page' Button Help...
I have the 'bookmark us' button working, and I have a button set up so the user can set the site to be their home page, but I can't seem to get it to work!!
I have done it in a straight html page, but how in the hell do I do it w/ the action script?? Any detailed guidance would be totally helpful!!
The code that I know works in html is below
================================================== =======
<a class="chlnk" HREF onClick="this.style.behavior='url(#default#homepag e)';this.setHomePage ('http://www.whatever.com/');">Set As Homepage</a>
================================================== =======
Also, anyone know a 'free' program that I can use to take songs off a music cd, and then turn them into mp3s to I can take (for example) the first 7 seconds of a song and use it as a background or sound clip??
Much thanks in advance,
Vanano
View Replies !
View Related
Home Page Link?
Could anyone please tell me how i could put a link in a flash movie that when clicked it would set the users home page to my site, i would be grateful to any experts out there.
cheers
acestu
View Replies !
View Related
Dreamweaver Home Page
I would like to have my homepage in dreamweaver the size of my image,but it always expands I want it to be a fixed size.The same way when i use flash it allows you to have a fixed size.I import the image into dreamweaver which is approx.. 500x 600 or so and I view it in explorer it looks awful.I just want the window to be the size of my image.I am using dreamweaver 4 right now..
thank you
View Replies !
View Related
Go To Home Page Once Movie Is Done?
I have a Flash movie at http://www.downtoearthweb.com/moock/index.html
This is going to be at index.html in the client's server space. When the
movie is done playing, I want the main site page, home.html, to automatically appear.
I can't find any info on this in Flash Help. I tried a Flash getURL actionscript,
but it's not working. If this is the way to go, can someone hint how to debug?
Or is it a Javascript?
I'm a real newbie, so pardon if this is absurdly simple.
Many TIA,
View Replies !
View Related
Flash Home-page
Sorry, but I'm new to this forum as well as to Flash programing.
I'm trying to make flash come up without Explorer around it when I type in my URL, but I need to have html page as my index page in order for it to pick up... Does any one know how to do it? I now there is a way b/c I see it a lot out there... I just don't know how... Any links, code or advice will be greatly appreciated...
Thanks for your time,
Peter :confused
View Replies !
View Related
Reload Home Page?
In my Flash application my homepage is 400k which might take a little while to load for dialup users. I have created a different swf for each page in my app. I would like the main page to not have to releoad if a user wants to return to it after having gone to another page. I am familiar with the loadmovienum command. Would I use this to keep my home page loaded so a user doesn't have to redownload it? And if so how do I manage other pages? Would I just load and unload them on level one while maintaining my homepage on level 0 and hiding and unhiding it? If there is another method I am all ears. Thanks so much for your help.
One more question. Will a preloader prevent any of my application from begining (sounds, embedded movies) until the entire movie is loaded?
John
View Replies !
View Related
Reload Home Page?
In my Flash application my homepage is 400k which might take a little while to load for dialup users. I have created a different swf for each page in my app. I would like the main page to not have to releoad if a user wants to return to it after having gone to another page. I am familiar with the loadmovienum command. Would I use this to keep my home page loaded so a user doesn't have to redownload it? And if so how do I manage other pages? Would I just load and unload them on level one while maintaining my homepage on level 0 and hiding and unhiding it? If there is another method I am all ears. Thanks so much for your help.
One more question. Will a preloader prevent any of my application from begining (sounds, embedded movies) until the entire movie is loaded?
John
View Replies !
View Related
Setting Up The Home Page And ....
hi all,
I am new at flash. When I make the home page do I just put a backround or do I put evervything on it (menu,banner and picture).
Then how do I do a page for the contact page (do I copy the master page and just add what is need) .
Thanks for the help,
Teriel
View Replies !
View Related
Home Page Main Ad Box
I have 3 main questions:
1. What would you call these flash items?
2. Where is a good and easy tutorial about how to make these?
3. Are there any pre-made ones that could be bought?
Here are the examples of what I am talking about: (links below)
http://www.air1.com/ (this is probably the best example of what I am wanting to do)
http://www.bu.edu/
http://www.mitchelsliwa.com/
http://www.jasonreedwebdesign.com/
If I just knew what to call this type of flash would help a lot. I do not believe that it is a flash gallery or flash slideshow.
View Replies !
View Related
Y Does It My Home Page Double Up?
yeah well i started to make mi own little flash site and everything was going smooth untill after i put the links in and the home page doubled up it like displays the boxs i have twice. yet on the other pages it dosnt, sorry but thats the best way i can explane it i think, ne ways heres the .fla to help u out.
plz plz plz can u help me.
Thank you dudes/dude-ets
Desire
View Replies !
View Related
EF EX On Kirupa Home Page
There is always really cool special fx on the kirupa home page banner.
But I can never find out where I can find FLA's with them.
Can someone give me a link to where I might be able to find them...
If not. This would be a perfect place to put banner ef ex. So post them if you have them! Please include your FLA's
//sky
View Replies !
View Related
Help Preloading Home Page
I'm having some probs figuring this out....i have all my external swfs loading into an emptly mc.....but i also have my hopepage loading into this empty clip at frame 10 of the root. My prob is that the preloader won't recognize the home swf (28k) at frame 10, and that it may need another preloader just for itself. I want just one preloader for the root timeline. If i put the home page swf into the root timeline, how do i get it to unload when i want to load external swfs? Is it possible to unload swfs from the emtly (content) mc? Any Ideas?
View Replies !
View Related
Preloading Home Page In As3
the only way i know how to create a preloader to home page, is to make another swf which loads home swf.
but this is no good to me because when my home page loads i am than reading from an xml file some images and some text to load into a home page, which means i still have to wait some time after my home page loads...
so basically my preloader doesnt do what it should, or at least not what i am expecting...
how can i make it preload all what i have in my home page and then loads the home page?
View Replies !
View Related
Y Does It My Home Page Double Up?
yeah well i started to make mi own little flash site and everything was going smooth untill after i put the links in and the home page doubled up it like displays the boxs i have twice. yet on the other pages it dosnt, sorry but thats the best way i can explane it i think, ne ways heres the .fla to help u out.
plz plz plz can u help me.
Thank you dudes/dude-ets
Desire
View Replies !
View Related
How Do I Link The Movie To My Home Page?
Hello, I have my movie on my site (after many frustrated words and kicks to my poor computer *lol*) and now I cannot figure out how to make it so they can just click on the movie itself to go to my home page. (I have my movie on my index page). I have tried to 'add action' 'go to url' and it works but very inconsistantly. I have to sit there and click it many times before it goes. http://www.geocities.com/creedbabe2001/index.html heres what Im talking about. I have the downloaded trial version 2.0 if that helps any . Thanks for your help in advance!! BTW, this thing is way too cool! I can create my own stuff for my site! I love it!
*~Krys~*
View Replies !
View Related
Load Home Page In Background?
Is it possible to run a splash page while my web home page loads in the background? Or should I say, use the splash page as a preloader for the home page? The home page would then pop up completely loaded.
I'm using Swish v2.0 and NetObjects Fusion 4.0
http://users.utionline.net/~pp06364/
View Replies !
View Related
How To Design Flash Home Page
I have not used Flash much and just don't know where to start. I'm a application developer/ programmer analyst not a graphics designer (but I try). I have been tasked to overhaul an existing web site. I need to know where to go to find the steps in how to create a new home page using flash. I have Flash 5 and have gone through all the tutorials but they seem to be lacking the information I need. I have seen web sites that are created using Flash.html. I really would like to see the steps involved in the process. i.e. what to do when and how to do it.. Could someone point me in the right direction??
Thanks!
View Replies !
View Related
Home Page In Smaller Window?
Hi -- I'll share my new funny site idea in return for some info please?
Does anyone know what I should put in the HTML headtag in order to open my Flash movie site in a smaller window for the Home page?
I need it to be set at 550 x 400, which is the movie size, not streteched to whatever the monitor screen size is set for the browser. I'll provide my new secret site .com to whoever can provide the info. Thanks!
View Replies !
View Related
Home Page Loads Cache
A general question.
When you type in the URL address it automatically defaults to the index.html page, right. Well, when I update that file on my server, often I will get the older, cached, file even though the updated one has a new date.
Any suggestions?
Also, can anyone tell me the difference between an .htm file and an .html file
View Replies !
View Related
HELP PLEASE Home Page Using Two Flash Movies
hi,
i have created a page and i use peelawayad file which is in flash. i was already using two div on home page which contains flash movies. but now when i placed peelawayad flash movie on home page. it appears on bottom of both div layers. i tired my best with stylesheet. z-index and many other tricks which i know best. but still not able to sucess. can someone help me to getride of this issue. help would be appriciated. thanks
here is the current site link which has the flash movies embeded.
http://www.visionetsystems.com/test/
i am also attaching all files in zip with this thread.
Source Zip Files
thanks
Shahid Hussain
View Replies !
View Related
How Do I Get My Intro To Load To My Home Page?
Alright the newb chick is here (well newb here but not to designing). I just upgraded to Flash CS3 Pro, and created an intro for my site. The problem i'm running into is how to make that intro load directly (without clicking) to my home page. The intro will be embeded as a .swf file through dreamweaver as just a flash file which the html page will be the index.html. How can I make this page go directly to the home.html page? What action script code do I need to put in and where? The intro is 95 frames long, 7 layers. Do I need to create an actionscript box and then put in the code? If so what code? Does anything need to be renamed to get it to work? Please help!! I just finally learned how to make URL's link, and that was such a pain in the arse! Any help would be much appreciated!
View Replies !
View Related
Home Page Doesn't Come Back
I'm new to scripting and flash. I have been working on this website redhawksbasketball.com. I've laid it all out, when you go to the site, homepage and its entire content are there. Then when you click to another page and try to click to the "home" button, all the content is gone. I’m probably missing something simple; can anyone tell me what’s wrong?? Thanks!
View Replies !
View Related
Open A Home Page After Movie
Hi everyone..
I'm new in Micromedia, an I want to know how can I do to open a Homepage after movie done.
I think is very easy, but i donk know how to do that.
If you can help me I will really appreciate your help
Thanks;
Hermes!!
Please send information : webmaster@hermesjoya.com
View Replies !
View Related
Animal Planet Home Page
Hi guys,
I'd like to know how to create a similar effect to the animal planet home page http://animal.discovery.com/
I like to recreate the slideshow, with play and pause buttons and have images change within it.
Let me know how I can get this done to make my static site http://inspiringmen.com/index a little more dynamic.
View Replies !
View Related
Home Page Of Adobe Website.
What used to be the flash animation that loaded on adobes home page with the product boxes moving in from the right.
If anybody recalls the animation, was that down with papervision3D?
Thanks in advance,
Brian
View Replies !
View Related
Macromedia Home Page Movie
Hi
Does anybody know how to create the main user interface movie that is used on the Macromedia home page.
IE you click a button and the content slides out
If you could point me to a tutorial or some site please advise
Thanks
TotalCS
View Replies !
View Related
Set As Home Page Flash Button
Hello!
I have flash header with several buttons. One of these button should set the page as Homepage in IE.
I have the following javascript function:
Code:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
{
this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
}
</script>
In Flash:
ActionScript Code:
on(press){
getURL("javascript:homePage()");
}
But this doesn't work. Please help!
Thanks!
View Replies !
View Related
Flash Looping In Home Page
First let me say that my impression of this community so far is
Wow!....Awesome job you guys are doing.
I tried looking for what I’m about to ask in the forums and tutorials but so far
No luck. I’m sure this has been asked before. Pardon me if so. Couldn’t find it,
I don’t even know how is this thing called or if it has a specific name. It seems
so used nowadays.
I would like to have a flash in the home page of a site but I would really love to
Make it as it is in sites like Walmart, FIU, or MSN.com (but flash). The main flash
you guys have probably seemed in other sites…it is like a quick slideshow with
Usually 3 links that constantly loops and in some cases besides having “Next” or
“Previous” or just “Arrows” for user Interaction, the flash can be controlled by its
position (“numbers”) as well.
I would really appreciate the direction or help any Kirupa community gives me.
Thank you for your time.
Hidrogeno.
"Flash masta wannabe"
View Replies !
View Related
How To Make A HOME Page To Load
i used this tutorial
http://www.kirupa.com/developer/mx2004/transitions2.htm
how to load external swf's
but how do i make it when i go to my page, to be automatically a root HOME page.
i dont want ppl having a empty screen till they click on something.
View Replies !
View Related
Set As Home Page Flash Button
Hello!
I have flash header with several buttons. One of these button should set the page as Homepage in IE.
I have the following javascript function:
Code:
<SCRIPT LANGUAGE="JavaScript">
function homePage()
{
this.style.behavior='url(#default#homepage)';
this.setHomePage(location.href);
}
</script>
In Flash:
ActionScript Code:
on(press){
getURL("javascript:homePage()");
}
But this doesn't work. Please help!
Thanks!
View Replies !
View Related
Need Visitor Counter On Home Page
Can someone help me out with a script or direction to get one? Thanks. I cant find an example of one in my half dozen or so books. I have a portfolio site at cineman5design.com and I want to be able to see how many clients/prospective employers are checking out my work. Thanks.
View Replies !
View Related
My Sites Home Page Will Paypal $20 For HELP
hello my website is http://www.cnnctd.tv
i have messed with flash for week using AS2 and actions on a button and then AS3 with mouse events and event listeners etc
in flash i have a button andd when clicked i want it to play a movie clip or goto a frame label either or (i can make my aniimation a movie clip or just animate with frame labels and tweens)
i cannot get the right code to use in AS3 for when u click the button the animation plays and stops
please if someone wants to make a quick buck and there will be more to come im begging here im in over my head and am feeling the weight being pushed down on me to finish this site for my older brother who wont stop bothering me about it.
View Replies !
View Related
Macromedia Home Page News Ticker - How?
On Macromedia's home page, there is a news ticker that scrolls each headline. You can click the button on the left and
expand the news ticker to show all headlines and the headline that was shown
before expansion remains in that slot.
Does anyone know specifically how to do this? I need similar functionality
and, of course, I need it now.
Any help is greatly appreciated.
Thanks,
Chris
View Replies !
View Related
URGENT HELP NEEDED: Home Page Errors
Hi,
if any of you could take a look at the *.fla and *.swf for my homepage, and help out with any problems you can see. there are a few problems but i can't fix any of them.
URGENT help needed, anything before tomorrow would be REALLY GREAT!!
the *.swf is here: http://www.beckettpublishing.co.uk/index.swf
the *.fla is zipped up because of LoadVars: http://www.beckettpublishing.co.uk/index.zip
thanks in advance,
Dann
View Replies !
View Related
How To Make A Slide Show On Home Page?
Hi All,
I am working on a new site, and I am trying to make it as simple and small as possible, and it's a photo gallery site. great, right? well, I would like to have the image on the home page change every 3 secs or so, with a total of maybe 12 images.
Then, I have constructed 3 different swfs and I am wondering how to link them to buttons that I made? I have no idea how to do that, nor where to even start. I would really appreciate any help. Also, any good ideas to keep the file size down, would be great.
Thanks!
Gabrielle
View Replies !
View Related
|