A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Add to Favorites

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Posts
    6

    Add to Favorites

    Can something like Add to Favorites can be created on flash? and how

    To make it clear... Suppose i have 10 sides with individual heading. I have a tool(button) called add to favorites. now i go to any of the slide and click on add to Favorites. This should save the heading of that page somewhere within the flash projector where i can go and refer it in future.

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    with alittle javaScript.. either an external javaScript function in the HTML page that is called through Externalinterface..

    or you can try this:

    PHP Code:
    someBUtton.onPress = function(){
        
    getURL ("javascript:window.external.addFavorite('http://www.website.com','WebsiteTitle')");

    not sure if this works in anything outside of Internet Explorer.

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