Questions tagged [swfaddress]

SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax.

SWFAddress is a small but powerful library that provides deep linking for Flash and Ajax. It's a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state. SWFAddress enables a number of important capabilities which are missing in today's rich web technologies including:

  • Bookmarking in a browser or social website
  • Sending links via email or instant messenger
  • Finding specific content with the major search engines
  • Utilizing browser history and reload buttons
53 questions
0
votes
3 answers

document.body not working in IE on a page that has been redirected to?

hoping you can help with this. I have a link that redirects to a page on another one of our sites However, when this redirect happens, I get a "document.body is null" error from JQuery, and a similar error from SWFAddress (_d.body is null); but only…
Frank Rosario
  • 2,512
  • 5
  • 31
  • 47
0
votes
0 answers

swfaddress setValue() with amazon s3 bucket

For my flex apps deeplinking, I use swfaddress 2.4. It works before but now problem occurred when I migrate my flex apps to be hosted on Amazon S3 bucket. I have done this: policy file set on each domain that the app will access to load…
0
votes
2 answers

Accessing deep linking url from ASP.Net Server Side

I'm aware that ASP.Net Request.Url cannot give me deep linking url generated by SWFAddress. http://www.mysite.com/Default.aspx#/6/ ASP.Net Request.Url only returns http://www.mysite.com/Default.aspx I found one question but it is quite old -…
Win
  • 61,100
  • 13
  • 102
  • 181
0
votes
1 answer

SWFAddress and Thickbox (or JQuery?) Not Playing Nice in IE6/7

I have a simple little lightbox form, activated by a link in my footer, implemented by the jQuery Thickbox plug-in (v3.1). It works fine in Chrome, Firefox and IE8. But in IE6 and IE7, the lightbox works only intermittently. In most cases, a new…
Josh Schultz
  • 8,000
  • 9
  • 32
  • 39
0
votes
1 answer

SWFAddress 2.2 isn't responding to specific URLs

I am implementing SWFAddress into a Flash movie, and while my navigation is setting the links correctly, when I type in a specific URL, it doesn't seem to communicate with the browser at all. Am I missing a listener or…
Marcy Sutton
  • 907
  • 12
  • 22
0
votes
1 answer

Deeplinking with SWFAddress and Facebook connect

After prompting the user for the login and submitting it's details, my application appears in the facebook lightbox instead of the browser window. This is not the case when I remove the SWFAddress params (all the info after the hash in the URL…
Frederik
0
votes
1 answer

Flex Project Include SWFAddress.js

Is there a way that I can configure my Flex 4 project to include the JavaScript portion of the SWFAddress library? I have the AS included no problem, but in order to test its functionality, I have to open Main.html and include swfaddress.js each…
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
0
votes
3 answers

jQuery Address do not work in callbacks

Today I explored something weird: jQuery Address do not work in jQuery callbacks: http://jsfiddle.net/Wh7uS/19/ Any suggestions?
user1091156
  • 239
  • 1
  • 2
  • 8
1 2 3
4