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








Bookmark


Is there anyway to have some dynamic text in at the bottom link back to the top of the document or vise versa?? Thanks a bunch!!!




FlashKit > Flash Help > Flash MX
Posted on: 01-24-2003, 09:56 PM


View Complete Forum Thread with Replies

Sponsored Links:

Bookmark
I having a problem with my bookmark. I tried using the tutorial but I don't think it can help me. I need the bookmark when pressed to automatically put a bookmark on the computer but I don't know what's wrong. I think it might be my actionscript but still. Can you help?

p.s.Even give me another tutorial I can use.

View Replies !    View Related
Bookmark Btn?
i'm trying to make a bookmark btn to my site and use this this (http://www.flashkit.com/tutorials/In...n-23/index.php) tut to do it but it dosn't seem to work, i have just cut n paste the script but nothing happend?

any idea?

View Replies !    View Related
Help:bookmark
Dear All,

Can anyone pls tell me if there are post in the forum or tutorial about creating a bookmark function in actionscript 3? Thank you in advance.

Thanks,
Lite

View Replies !    View Related
[CS3] How To Bookmark?
i wan to have a bookmark button in my flash.can it be done?

View Replies !    View Related
Bookmark
I have a question how can I bookmark in a flash. For example: I have a list of name and definition for each one, I want to click into that name and then they let me go into its definition

View Replies !    View Related
Bookmark
I am not quite sure if this is something related to Flash or not.....

What I want to know is how to make a graphic to show when you bookmark a website. I mean, when you open a site and bookmark it by going to favorite. If you add a site, some sites have a small graphic. For example, if you go to
http://www.hotmail.com
and bookmark it, there is a small graphic.
Is this something that you do with HTML or JavaScript?

Sorry, I have no clue so I thought some smart ones could help me out.

Thank you!

View Replies !    View Related
Help--Need To Bookmark Movie?
Does anyone know how to create a movie that is bookmarkable? Heres the real trick.

from the users perspective--the user starts from the homepage and nothing is lit(clickable) but the intro button. scene 1, 2, 3 buttons are not lit(non clickable), and not accesible because he/she hasn't been there yet.
--the user is going through the movie and stops at the end of scene 1 and logs off. I need it to be where when the user comes back, the home page has the intro, scene 1, and 2 clickable and the user then goes to the beginning of scene 2 when he or she clicks there.

thanks for your time.


-phil young
(510)814-0533

A falsh movie would be preferrable.

PS. I believe i need an external text file with variables. then an fs command in the scenes. and on the homepage, which is the most complicated i need a series of variables written in a if then format. Is this correct?

THANKS
[Edited by YOUNG89558 on 07-18-2001 at 11:54 AM]

View Replies !    View Related
Bookmark Us In Flash How Do I Do It?
Yes is there a way so that when someone clicks on a button i can get the java thing to pop up so they can add me to their favorites. And how do I do a set us as home button using flash. Thanks.

View Replies !    View Related
Can You Bookmark A Swf File?
I have a lengthy swf file. If some asks me to go back to such-an-such a scene, can I have bookmarks setup at key points in the MC?

If so how do I create them and attach them at key points?

-Thanks

View Replies !    View Related
Add Bookmark Works In IE5 Not IE6
A helpful person figured a solution out for this but I couldn't get it to work and I can't find their solution when I did a search. I use a redirect service for my url. When a client clicks on add bookmark, security settings within Windows IE6 SP1 don't allow a client to add the bookmark since it is to a url which
technically is not from the same address.

Is there any way around this "SECURITY FEATURE" in IE6?


If you go to http://www.informationtechnologysolu...t/testmain.htm -
and click on the CSD - it does nothing but the original SWF-http://www.informationtechnologysolutions.net/testmain.swf
works fine. For some reason going through an html to get to my swf disables the button.

I use an http forwarding service - I do not have sufficient bandwidth for my own web sever.


The call in Flash I made was:

on (press) {getURL("javascript:window.external.AddFavorite('h ttp://home.attbi.com/~completesystemsdesign/main.swf','Complete Systems Design')");
}

One person suggested it might have something to do with the DOM. (I know squat about html so I don't know what that means)



Thank you.

View Replies !    View Related
Bookmark Script
used this script:

on (release) {
getURL("javascript:window.external.AddFavorite('ht tp://www.myadress.com','Description of my page')");
}

it's not working...anybody know why? thanks

ps. while i'me posting, anybody know a good place to get free pixelfonts?

View Replies !    View Related
Bookmark Button
I have set up a bookmark button in MX using the script:
on (release) {
getURL("javascript:window.external.AddFavorite('ht tp://www.mysite.com','short title for mysite')");
}

However, this does not work when viewed on a mac...
can anyone help!!??????

View Replies !    View Related
Targeting A Bookmark In A PDF
Currently trying to do this:

on (release) {
getURL("CD_text.pdf#session", "_blank");
}

where session is the bookmark in the PDF.

No luck thus far. Any light to be shed on this?

View Replies !    View Related
Flash Bookmark?
Is there any way to have a hyperlink in flash that goes to a bookmark on the same page?

View Replies !    View Related
Can Projectors Bookmark?
My client wants a Flash Projector to create a bookmark off of the CD ROM it will be viewed off of. This bookmark should do two things.

First, it should allow the viewer start where they left off from after their last viewing. We all know DVDs do this, but I have never seen a CD ROM do this, let alone a Flash Projector.

Second, they want this Flash Projector to have a bookmark option within the Flash Projector file itself.

Does anyone know if these two ideas are possible?

Thanks

View Replies !    View Related
Add Site To Bookmark
Hi there,

Can anyone tell me if i can script a button to add your site to bookmarks?

Favourites ?

Thank you..

View Replies !    View Related
Bookmark Image
sorry, this may not be a flash question, or maybe it is?

When I bookmark this site, there is a cool little icon that shows up on my browser's bookmark section. the blue & white "F".

How can I set that up for when people bookmark my page?

Thanks!

View Replies !    View Related
Adding A Bookmark
Has anyone ever tried to add a bookmark using actionscript ?


--
Joseph

View Replies !    View Related
Bookmark In IE & Firefox?
Just wondering if someone could help me out. I have searched for tutorials on this and the one that I found on this site just won't work for me. Can anyone show me the actionscript to place on a bookmark button? Pleeeeease? Thanks!

View Replies !    View Related
GetURL & Bookmark
am seeking for code who actualy work under many web browser

FF MOZZILA IE OPERA NETSAPE well the more conveniant possible
all i can find for now is mostely working fine but only under one of them

same thing for bookmark i actualy cant find code line who work under more than one browser

is existing an convention that all structure will accept ???


thx for reading my post

View Replies !    View Related
Pass Bookmark To LMS
I need to pass bookmarks to an LMS with the Exit button. If successful, the LMS displays the previously viewed frame upon re-entry to the course.

Each frame has actionscript:

so.data.bookmark = "1";

And the exit button has actionscript:

on (release) {
getURL("javascript:top.close();");
}
on (release){
fscommand("CMIExitAU");
}

Any suggestions??

View Replies !    View Related
Bookmark Functionality
Hi,

I want the Bookmark Functionality in Flash?
Can you suggest me good examples where i can develop bookmark functionality.
Urgent required...

Thanks in advance...

View Replies !    View Related
Bookmark From Flash?
I'm trying to create a bookmark button in my flash file. Any idea will be appreciated.

thanks

View Replies !    View Related
Bookmark In Flash AS#
Is there a way, possibly using zinc to bookmark a page in a flash file that will be an exe and send that to a file on desktop such as a txt or xml file and then pull it back into flash where it opens that particular file you saved to desktop and links to the items you bookmarked?

View Replies !    View Related
Add Bookmark Actionscript
I wish to add actionscript that will bookmark a page in Both IE and FIREFOX.
Anyone know code that will do both?

I have seen the IE tutorial, and that code looks like this:
Code:
on (release) {
getURL("javascript:window.sidebar.addPanel('http://www.actionscripts.org/','actionscripts in flash')");
}
Thank you, any help is greatly appreciated.

View Replies !    View Related
Bookmark Link
Hey guys and girls,

How do I add a link that bookmarks/adds the site to the users favorites?

Cheers,
Dave

View Replies !    View Related
Button Bookmark
Hello there,

This is my question:

I´ve be checking for weeks information of how to make a flash button,
where after people click it , the state keeps clicked.
Like a bookmark, to people know they allready have click that button.

As we do with HTML links.
It´s been a hard job, cos i´ve been dealing with lots of AS to make
this work!
Is there a easy way?
Can we make a text link with a visited link color like HTML?

Does anybody can give help with this?


Thanks

View Replies !    View Related
Realistic Bookmark
I realy need a realistic bookmark i mean a movable draggable bookmark
for pageflip pages

http://www.carolinasenior.com/images/book.jpg

klik on image to understand what i mean

if anyone see something similar in flash to this
please give me the adress


thanks
forgive me my english

View Replies !    View Related
Bookmark In Flash...
Hey US !

I'm trying to make a bookmark button in my flash site and I have no idea how to do it...

Can anybody give me a hand please ?

Tks in advance !

Hugo

View Replies !    View Related
Bookmark Script
Hi,

does anyone have a bookmarking script that works in all browers ??

Also, anchors dont seem to work in Firefox.

Any ideas on how to get around it ?

bookmarking script im using only works in IE:

ActionScript Code:
on (release) {
    getURL("javascript:window.external.AddFavorite('http://eyes4jesus.com','Christian Website Portal')");
}

View Replies !    View Related
Bookmark Manager
Last edited by mux_rollik : 2005-03-15 at 11:13.
























Hey guys,

I am not sure if this is the correct category for posting this message.

I have made Flash/XML Bookmark Manager. It is still in beta version. You can use it on different computers and it is synchronized through a remote server.

You can download it from my site http://www.flashforabuck.com/apps/bookmark/bck001.htm

I hope you can tell me what you like and what you don't.

Thanks for your time.

View Replies !    View Related
AS Bookmark For All Browsers
Hi,
Could anyone tell me is there any ActionScript that could put onto the Flash button, as when clicked, it could bookmark the Website? Also works in "all" browsers?


ActionScript Code:
//Something like this...
.AddFavorite('http://sitename.com/','Title of Website')");

Thanks in advance.

View Replies !    View Related
Bookmark Button
I have this code for a bookmark button if Flash

Code:

bookmark.onRelease = function(){   getURL("javascript:window.external.AddFavorite('http://www.vamapaull.com/video/','vamapaull Video Player')");
}

The problem is that this button is not working in Firefox 2.0 :(
How can I make it to work?

View Replies !    View Related
BookMark Button
I was wondering if anyone could help with the code I need to place on a button that will add a book mark of my website on the users computer inside of firefox and Internet Explorer. Any help would be great :)

View Replies !    View Related
Bookmark Function (IE Only) Using Frames... ?
My question is perhaps more geared at working with frames, but I wasn't sure...so here goes.
My site is setup using 4 frames as follows:
frameset rows="100,*" cols="145,*" frameborder="NO" border="0" framespacing="0"
frame name="cornerFrame" scrolling="NO" noresize src="coming.swf"
frame name="topFrame" scrolling="NO" noresize src="banner.swf"
frame name="leftFrame" scrolling="NO" noresize src="navbar.htm"
frame name="content" src="main.htm"
/frameset

Problem is trying to use a bookmark button in a navbar, located in "topframe", while using the GetUrl (javascript:window.external.AddFavorite('http://www.site.com','yada yada')

If I try and specify any frame name, other than _blank, it won't work..and that of course forces a new window...
I was able to get it to work by using "target='content'", but had to hit the alt button in order to display the add to fav. menu window.

Is there any other way to use a bookmarking feature in a site using frames?

Thanks for the time.

http://pratorian.cjb.net

View Replies !    View Related
Making Bookmark Button
i would like to know how i can make a bookmark/add to favorites button that is supported by all browsers (or at least IE and Netscape) I found a tutorial here but it's only for IE.

any help is appreciated (very discriptive please, ur talking to a newbie

THANX!

View Replies !    View Related
Javascript Bookmark In Flash
i add this to my button

getURL ("javascript:window.external.AddFavorite('http: //www.url.com','urltitle')");


but what else do i need in order for it to work? i put the fscommand in the html embbed flash area but it still doesn't work. help..

View Replies !    View Related
Bookmark The Website With Button
What actionscript should I attach to a button, so when pressed, the website is automatically added to a user's IE favorite list?

Or better yet, added to his/her links, next to the address bar?

Am I asking for too much control?

Thanks.

View Replies !    View Related
Favorites/ Bookmark Button
I am wondering if there is any actionscript that can be placed on a button that would add your page to a users favorites folder or bookmark it?

Thanks!

View Replies !    View Related
Bookmark Only Halfway Works
Could someone please assist? I'm using the following code from the tutorial section.

getURL ("javascript:window.external.AddFavorite('http://www.abc.com','ABC Blocks')");

It works in the swf file but now then the swf is called through an html.

Thanks

View Replies !    View Related
Bookmark Not Working When Going Through Html
Could someone please assist? I'm using the following code from the tutorial section.

getURL ("javascript:window.external.AddFavorite('http://www.abc.com','ABC Blocks')");

It works in the swf file but now then the swf is called through an html.

Oh and even when going through the swf directly it leaves a javascript code in the addressbar of IE6.

Any guesses?

View Replies !    View Related
Bookmark Script Needed
I am writing courseware utilizing mutiple movies and the loadMovieNum script. I would like to find some code to bookmark a swf by clicking a button and then bring it back up from a main mene page by clicking aanother button. I have tried to use the sharedObject script but I have been unable to make it work. Does anyone have a solution?

View Replies !    View Related
Bookmark That Works For Netscape And IE
Hello,

I was wondering if there was any way to make a add to favorites button that could work for both netscape and IE -

getURL ("javascript:window.external.AddFavorite('http: //www.youraddress, 'yoursitenamehere')", "", "GET");


or maybe a way of having the button check the browser and then having it execute the right line - e.g.

if (app.indexOf('Microsoft') != -1) {
getURL ("javascript:window.external.AddFavorite('http: //www.youraddress, 'yoursitenamehere')", "", "GET");

View Replies !    View Related
Bookmark Using My Custom Icon
Okay I read this tutorial on Flash Kit and I added thier code to a button but that code doesn't work, maybe the tutorial was made for something diffrent then flash MX. So does anyone know how to make that when you add to favorites theres a custom icon.

My icons name "favicon".


Please help!


PS... Here's the link to the tutorial if it's of any help add favorite icon tutorial

View Replies !    View Related
Bookmark Visited Content - How To...?
Hey Flashers united, check out this site if you will:
http://www.tofteproject.info
(it was Macromedia SOD on friday 27/06)

On the upper right side of the screen, there's a sort of "table of content" panel. As you visit different parts of the site, a checkmark appears in front of the items to indicate that you have seen/visited that part of the site.

Anyone any ideas how to create such a thing? Tutorials, links, sample fla's, pointers, anything that will make me a smarter boy is welcomed.

Greetings from
Dubya

ps: any ideas etc. that will make me a richer boy are also welcomed...

View Replies !    View Related
Click Here To Bookmark My Page
Click here to bookmark my page!
Does anyone know the script you put on a button to book mark it!

View Replies !    View Related
Using Array To Bookmark Location
Hello, I am having a small problem. I have created a course which uses bookmarking in the SCORM standard. Because this course allows users to go any direction they want, I need to do an array to store the value of the modules they have completed.

What happens is the array values work until I exit the course and come back in.

On the Index page I have this code

fscommand("LMSGetValue", "cmi.core.lesson_location,bmark");

if (bmark == undefined) {
var bmarkLocation = new Array();
bmarkLocation[0] = 0;
bmarkLocation[1] = 0;
bmarkLocation[2] = 0;
bmarkLocation[3] = 0;
bmarkLocation[4] = 0;
}


At the end of my first module I have the following:

_root.bmarkLocation[0] = 1;
bmark = bmarkLocation[0];
fscommand("LMSSetValue", "cmi.core.lesson_location,"+bmark);


This appears to set everything fine, but when I come back to this course, the values reset to 0.

However, If I were to say bmark=1 in the first module and remove the array code in the index, I can get it to work. I just need to find out why the array does not work.

Thanks in advance.

View Replies !    View Related
SharedObject To Bookmark Frame
Hi,
I am developing an e-learning application in mx, the user needs to be able to bookmark where in the movie they are and the frame. there could be say 6 modules each module is a loaded swf and the bookmark and retrieve buutons are on the _root. I can get the retrieve button to play the movie(swf) the user was last on but not the frame as well. Here is my code on the bookmark button:
on (release) {
// create a shared object
bookmark = SharedObject.getLocal("Bookmark", "/");
// assign keyframe playhead is on to the SO data
bookmark.data.frame = label;
bookmark.data.movie = currentMovie;
// add info to the SO
bookmark.flush();
}
here is the code for the retrieve button:
on (release) {
// Load the SO back in once more
bookmark = SharedObject.getLocal("Bookmark", "/");
//test that the bookmark has some data
if (bookmark.data.movie != "") {
// goto the bookmarked data.frame
gotoAndStop(bookmark.data.frame);
loadMovie(bookmark.data.movie, holder);
}
// Scan the SO for values
for (name in bookmark.data) {
trace(name+": "+bookmark.data[name]);
}
//delete the SO after goto event
delete bookmark;
}
and on each swf in the first frame I have:
_root.currentMovie = "02.swf";

on each frame of the loaded swf's I have:
_root.label = "one"; (or "two") depending on the frame.

could someone please show me how to make it also retrieve the frame bookmarked as well as the loaded swf

View Replies !    View Related
How To Use Bookmark Link In Flash
I have a button in my movie. What I want is when users click on that button they will see an HTML page but it should go to a particular portion of the HTML page. The script I have used with the button is:

getURL("xyz.html#go");

but it is not working. It is just showing the "xyz.html" but it is not going to that particular bookmarked area in the HTML page.

Is it possible to do it in Flash?

View Replies !    View Related
How Do You Bookmark A Page From Flash?
should be really simple but can't get it to work.

On my button

on (release) {
getURL("javascript:window.external.AddFavorite(url ,who);");
}

Do I have to have a comprehensive "add to favourites" javascript function in the html and get flash to call that?

I thought this would be easy...aahhh

any help?

edit - ok got something working in IE now (something at least!)

can anyone tell me any bookmarking code that works in firefox?!

View Replies !    View Related
Bookmark Images In A Gallery
Hi all!!!

Can you please send me any tutorial/movie/tip about bookmarking pictures inside a photo gallery? Something like http://www.milesaldridge.com ?

Thanx a lot!!

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