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
1
vote
1 answer

URL problems with swfAddress, mod_rewrite and SEO

Hey guys, I've got a full Flash website that's deeplinked and I'm working on a php script that will dynamically generate the alternate content on the page. I can't get the SEO version of swfaddress to work so I'm trying to go around another…
JCraine
  • 1,159
  • 2
  • 20
  • 38
1
vote
0 answers

AS3 SWFAddress back button doesn't work in Safari 5.03 on Mac?

I have implemented SWFAddress 2.4, it works perfectly in Chrome and Firefox on Mac. But in Safari 5.0.3 on Mac, the back button doesn't trigger the AddressChangeEvent. Deep linking works on Safari, just the back button doesn't. Anyone have…
Sten Van den Bergh
  • 1,565
  • 2
  • 13
  • 20
1
vote
2 answers

SWFAddress, writing a switch/case for more than one level deep?

I'm using the following switch/case for SWF Address: switch (e.value) { case "/A" : function A(); break; case "/B" : function B(); break; case "/C" : function C(); break; case "/" : …
redconservatory
  • 21,438
  • 40
  • 120
  • 189
1
vote
1 answer

Amazon S3 and swfaddress

I recently migrated a large AS3 site (lots of swfs, lots of flvs) to Amazon S3. Pretty much everything but HTML and JS files is being stored/served from Amazon, and it's working well. The only problem I'm having is that I built the site using…
justinbach
  • 1,945
  • 26
  • 44
1
vote
0 answers

button actions don't work with SWFAddress / AS2

I used this code for another site and it worked fine, but now I have modified it for a new site and no buttons work whatsoever. I am still new to this so I am probably missing something simple. I have given each navigation button an instance name…
noobug
  • 953
  • 1
  • 7
  • 11
1
vote
2 answers

Wheres the documentation for swfaddress-optimizer.js?

I am trying to make a full Flash site SEO'd and have come across a problem which it seems the swfaddress optimizer javascript can fix, but i can't find out how to configure it. Does anyone know of any documentation or examples to help me…
daihovey
  • 3,485
  • 13
  • 66
  • 110
1
vote
3 answers

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 light on. This only occurs when three factors are present: The…
user215547
  • 11
  • 1
1
vote
1 answer

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.com/#/bio", and paste it into a new browser window, the site always…
phil
  • 201
  • 1
  • 3
  • 15
1
vote
1 answer

swfaddress for ajax back button not working

I was searching here but didn't got sufficient answer. I'm using following test case, but Back / Forward buttons are not working properly: function handleChange(evt){ if (evt.pathNames[0] == '!text'){ $('div#ajax').load('text.php'); …
Ivan
  • 315
  • 1
  • 3
  • 16
1
vote
1 answer

SWFAddress used to change INDIVIDUAL params in the url

I am using SWFAddress in actionscript 3 to control urls for navigation and controls, and while I am able to target and change specific parameters, I feel like I am missing a cleaner and more consistent way of handling it, perhaps even a feature or…
Jimmi Heiserman
  • 109
  • 1
  • 10
1
vote
1 answer

SWFAddress setValue() Method Triggers URL Change Event

I am building a Flex application that utilizes SWFAddress. Whenever I update the hijacked URL via SWFAddress' SWFAddress.setValue() method, I notice it causes the SWFAddressEvent.CHANGE event to dispatch, causing my page to go through its update…
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
0
votes
1 answer

SWFaddress stuck in infinite loop

I have an issue with SWFAddress in Flash: when the user navigates to a page within my flash app, I call "setValue". This changes the URL in the browser's address bar, which in turn calls the "externalChange" event in flash. This event causes the…
Kokodoko
  • 26,167
  • 33
  • 120
  • 197
0
votes
1 answer

Using mod_rewrite to remove www along with SWFAddress. Why does Safari lose content after hashtag, Chrome and FF don't?

I'm curious about the browser behavior when using mod_rewrite and a hashtag (#). Firefox and Chrome can rewrite a URL that has a 'www' and remove the 'www' while keeping the original URL, with the hashtag and fragment, no problem. That's awesome!…
kaplan
  • 4,109
  • 6
  • 30
  • 35
0
votes
1 answer

Can a Flash SWF access Javascript when the files are on different servers? SwfAddress.js not working.

I had a somewhat weird setup for a site here, which goes as follows: Server A holds a SWF Server B holds a HTML document with the SWF Embedded, along with SwfAddress.js I can't seem to get any Flash-to-javascript to work here through External…
0
votes
1 answer

Setup SWFAddress Flash with dynamic content (xml)

i've been looking for long time a way to setup swfaddress with flash as3, assuming that the content is pulling from an xml. Basicaly, i got an xml that contain reference of SWF i load in my main.swf What i already can do : Each time a swf has been…
user367864
  • 283
  • 2
  • 5
  • 11