Groups | Blog | Home
all groups > flash actionscript > june 2004 >

flash actionscript : bookmark


moens
6/4/2004 7:37:38 PM
I have a flash with a lot of buttons in a htm. Now I want to us "book marker"
urami_
6/5/2004 8:21:37 AM
[quoted text, click to view]

I assume you know you can't actually bookmark flash movies, unless you code them from scratch for
such purpose and use shared object or something of that nature to store information on user drive.
Like in book marking html page . Flash will need to load all over again once open .
SO my guess is , ADD To Favorites is what you after as if the URL of your site :

on(release){
getURL("javascript:window.external.AddFavorite('http://www.Flash.com','FLASH');");
}

--

Regards


urami_*



<no>
http://flashfugitive.com/
</no>

AddThis Social Bookmark Button