Tagged Questions

1
vote
1answer
14 views

Differences between SWFAddress and JSInterface… which to choose?

What are the differences between SWFObject/SWFAddress and JSInterface? JSInterface has a lot more functionality but SWFAddress seems to be the standard, so I'm wondering what you …
0
votes
3answers
30 views

JavaScript: void(0), IE6, SWFAddress

Greetings, We're about to launch a secured site (sorry, no URL) and have caught a rather esoteric bug in IE6 that I'm hoping someone might have encountered or be able to shed some …
0
votes
1answer
27 views

AS3 - swfaddress deep linking when someone pastes a url

I have swfaddress (2.4) working fine on my site - the back button works, I can copy and paste urls and be taken to the correct page, etc. BUT, if I copy a url, say "http://mysite. …
0
votes
2answers
68 views

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

Hello all, 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" …
0
votes
1answer
55 views

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 …
0
votes
1answer
96 views

SWFAddress 2.2 isn’t responding to specific URLs

Hi. 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 …
0
votes
0answers
41 views

swfaddress - multiple levels

there is a basic example of deeplinking in flash that comes with swfaddress; it uses the solution of checking the url with a switch() statement and does something based on that cas …
0
votes
1answer
271 views

SwfAddress conflict with SwfObject’s ‘callback’ argument

Hi all, For a current project we are using SwfObject 2.2 to embed flash files, and the CRD gurus are using SwfAddress 2.3 to create SEO flash goodness. Turns out that if you have …
0
votes
1answer
76 views

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 remov …
1
vote
4answers
326 views

setting top.location.hash with %20 in firefox

In firefox, using this javascript: top.location.hash = "#here%20are%20spaces"; changes the browser url to: http://mysite.com/#here are spaces I expected firefox to show the e …
1
vote
2answers
330 views

flex preloader not working with # in the url (deep linking)

I can't get flash preloaders to work when there is a a # in the url of my page (even without any deep linking libraries or logic). I am using flex 3.3. Flash plugins 9 and 10, al …
0
votes
2answers
400 views

How does Google read SWFAddress deep paths?

SWFAddress claims that it is search-engine friendly, but how is one supposed to feed the deep-links into search engines like Google? Because in all my SWFAddress-powered websites, …