A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: bookmark option for movies, in flash movie player

  1. #1

    bookmark option for movies, in flash movie player

    I am very much intereting in putting bookmark option for swf movies, in flash swf movie player, is it possible, how i can implement this option, please let me know
    Regards
    Salman Lakhani

  2. #2
    Between Flash & Flashkit timothye's Avatar
    Join Date
    Dec 2003
    Location
    Sweden
    Posts
    1,666
    add this to a button to add to favorites..
    Code:
    on (release) {
    	getURL("javascript:window.external.AddFavorite ('http://www.yoursite.com','your text about your site here');");
    }
    cheers
    I want to learn .
    wannabe flasher [ Actionscript 2.0 ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center