Re: [Flashcoders] history, bookmarks, etc within flash

2007-01-10 Thread Kevin Newman

Hi James,

I'm kinda partial to the unfocus stuff myself. ;-) But it has been a 
while since I worked on that. I did manage to get it organized a few 
weeks ago, and get it into an SVN account (I couldn't get the 
osflash.org svn account working though).


I'll be cleaning that up, but work is always very slow on my stuff.

I found this a while back, and it seems to work pretty well.

http://www.asual.com/swfaddress/

As far as I know, all of these libraries are using similar techniques 
behind the scenes (iframe for IE, location.hash/polling for everyone 
else). I'd say it's really just a matter of picking the one you are most 
comfortable with code wise.


Kevin N.


James Dean wrote:

I've been asked to implement back button functionality and possibly
bookmarking for a flash project that I've been involved in, and I'm 
aware of

a project from unfocus (http://www.unfocus.com/projects/FlashSuite/).
basically, having the back and forward buttons in the browser respond 
to the
flash movie rather than the browser's history. My question is if 
anyone is

familiar with a better version than the unfocus method, or if there is
currently a standard method for this functionality other than what is 
being

used in unfocus.

Ultimately i can incorporate the above. I am, however, looking for 
what is

considered the best / most recommended method.
~james




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] history, bookmarks, etc within flash

2007-01-10 Thread James Dean

thanks to all that replied to this... i've set up swfaddress right
now, but may have issues with the need for flash 8. does unfocus have
any restrictions on publish settings (i.e. has to be FP8, or can it be
FP7)?  I've not found anything so far regarding publish setting for
unfocus.

I'd prefer swfaddress, as bookmarking actually works. i use firefox
and bookmarking a page in unfocus did not take me directly back to my
deeplink.
again.. thanks for the insight.
~james

On 1/10/07, Kevin Newman [EMAIL PROTECTED] wrote:

Hi James,

I'm kinda partial to the unfocus stuff myself. ;-) But it has been a
while since I worked on that. I did manage to get it organized a few
weeks ago, and get it into an SVN account (I couldn't get the
osflash.org svn account working though).

I'll be cleaning that up, but work is always very slow on my stuff.

I found this a while back, and it seems to work pretty well.

http://www.asual.com/swfaddress/

As far as I know, all of these libraries are using similar techniques
behind the scenes (iframe for IE, location.hash/polling for everyone
else). I'd say it's really just a matter of picking the one you are most
comfortable with code wise.

Kevin N.


James Dean wrote:
 I've been asked to implement back button functionality and possibly
 bookmarking for a flash project that I've been involved in, and I'm
 aware of
 a project from unfocus (http://www.unfocus.com/projects/FlashSuite/).
 basically, having the back and forward buttons in the browser respond
 to the
 flash movie rather than the browser's history. My question is if
 anyone is
 familiar with a better version than the unfocus method, or if there is
 currently a standard method for this functionality other than what is
 being
 used in unfocus.

 Ultimately i can incorporate the above. I am, however, looking for
 what is
 considered the best / most recommended method.
 ~james



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] history, bookmarks, etc within flash

2007-01-09 Thread Steven Sacks | BLITZ
SWFAddress is the answer.

http://www.asual.com/swfaddress/


BLITZ | Steven Sacks - 310-551-0200 x208
 

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf 
 Of James Dean
 Sent: Tuesday, January 09, 2007 1:38 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] history, bookmarks, etc within flash
 
 I've been asked to implement back button functionality and 
 possibly bookmarking for a flash project that I've been 
 involved in, and I'm aware of a project from unfocus 
 (http://www.unfocus.com/projects/FlashSuite/).
 basically, having the back and forward buttons in the browser 
 respond to the flash movie rather than the browser's history. 
 My question is if anyone is familiar with a better version 
 than the unfocus method, or if there is currently a standard 
 method for this functionality other than what is being used 
 in unfocus.
 
 Ultimately i can incorporate the above. I am, however, 
 looking for what is considered the best / most recommended method.
 ~james
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training 
 http://www.figleaf.com http://training.figleaf.com
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] history, bookmarks, etc within flash

2007-01-09 Thread Duncan Reid

I have not tried SWFAddress but i've heard good things.  A friend of mine,
Matthew Tretter, released his StateManager not long ago which i have used
however, and it's been working quite well for me in a few different
projects.  So to give you more choices:

http://exanimo.com/as2/StateManager

hope this helps some,
Dunc


On 1/9/07, James Dean [EMAIL PROTECTED] wrote:


I've been asked to implement back button functionality and possibly
bookmarking for a flash project that I've been involved in, and I'm aware
of
a project from unfocus (http://www.unfocus.com/projects/FlashSuite/).
basically, having the back and forward buttons in the browser respond to
the
flash movie rather than the browser's history. My question is if anyone is
familiar with a better version than the unfocus method, or if there is
currently a standard method for this functionality other than what is
being
used in unfocus.

Ultimately i can incorporate the above. I am, however, looking for what is
considered the best / most recommended method.
~james
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com