swfaddress-users Mailing List for SWFAddress (Page 3)
Brought to you by:
asual
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
(11) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
(6) |
Apr
(12) |
May
|
Jun
(8) |
Jul
(2) |
Aug
(13) |
Sep
|
Oct
(2) |
Nov
(18) |
Dec
(4) |
2008 |
Jan
(5) |
Feb
(5) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
(4) |
Oct
(5) |
Nov
|
Dec
|
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: eugen pflg. <plu...@gm...> - 2007-11-02 14:34:47
|
oh, ok :)=20 yes, its safari 3.0 on mac osx 10.5 (leopard). do you know a way how to force google to keep the hash in its statistics? eugen Am 02.11.2007 15:31 Uhr schrieb "Rostislav Hristov" unter <ros...@gm...>: > Are you getting these with Safari 3? If yes, this is a bug which is > fixed in the upcoming SWFAddress 2.0. >=20 >=20 > Best, > Rostislav >=20 > ---------------------------------------------------------------- > Asual - Open software that pushes the limits > http://www.asual.com/ >=20 >=20 > On 11/2/07, eugen pfl=FCger <plu...@gm...> wrote: >> hello, >>=20 >> recently i have seen that some pages are using this notation for >> deeplinking: >> http://www.lucasarts.com/games/theforceunleashed/?#/diary/ >> (http://www.ge.com/imaginationtheater/?#home/) >> instead of >> http://www.lucasarts.com/games/theforceunleashed/#/diary/ >> without the question mark. >>=20 >> both version work the same way? >> is there aspecial reason for this? >> is it maybe that you google-analytics are omitting the hash (#) when the= y >> show visited links? you cant open links directly from google analytics. >> can someone explain me why and how i could mayby workaround this? >>=20 >> thanks in advance. >> best, >> eugen >>=20 >>=20 >>=20 >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> swfaddress-users mailing list >> swf...@li... >> https://lists.sourceforge.net/lists/listinfo/swfaddress-users >>=20 >=20 > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users |
From: Rostislav H. <ros...@gm...> - 2007-11-02 14:31:40
|
Are you getting these with Safari 3? If yes, this is a bug which is fixed in the upcoming SWFAddress 2.0. Best, Rostislav ---------------------------------------------------------------- Asual - Open software that pushes the limits http://www.asual.com/ On 11/2/07, eugen pfl=FCger <plu...@gm...> wrote: > hello, > > recently i have seen that some pages are using this notation for > deeplinking: > http://www.lucasarts.com/games/theforceunleashed/?#/diary/ > (http://www.ge.com/imaginationtheater/?#home/) > instead of > http://www.lucasarts.com/games/theforceunleashed/#/diary/ > without the question mark. > > both version work the same way? > is there aspecial reason for this? > is it maybe that you google-analytics are omitting the hash (#) when they > show visited links? you cant open links directly from google analytics. > can someone explain me why and how i could mayby workaround this? > > thanks in advance. > best, > eugen > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: eugen pflg. <plu...@gm...> - 2007-11-02 14:21:18
|
hello, recently i have seen that some pages are using this notation for deeplinking: http://www.lucasarts.com/games/theforceunleashed/?#/diary/ (http://www.ge.com/imaginationtheater/?#home/) instead of http://www.lucasarts.com/games/theforceunleashed/#/diary/ without the question mark. both version work the same way? is there aspecial reason for this? is it maybe that you google-analytics are omitting the hash (#) when they show visited links? you cant open links directly from google analytics. can someone explain me why and how i could mayby workaround this? thanks in advance. best, eugen |
From: Rostislav H. <ros...@as...> - 2007-10-08 15:38:04
|
Hi, this CSS is needed for the specifics of the SWFAddress samples and it's not that important at all. Using fitflash should be better, I just don't want to make the samples more complex. Best, Rostislav --=20 Asual - open software that pushes the limits http://www.asual.com/ On 10/8/07, eugen pfl=FCger <plu...@gm...> wrote: > hello, > > i just updated customers website with fitflash ( > http://fitflash.millermedeiros.com/) > (100%width content shows scrollbars if browser window is smaller than > content). > > it did not work until i deleted this code from my html-code: > <style type=3D"text/css"> > > /* hide from ie on mac \*/ > > html { > > height: 100%; > > overflow: hidden; > > } > > #flashcontent { > > height: 100%; > > } > > /* end hide */ > > body { > > height: 100%; > > margin: 0; > > padding: 0; > > background-color: #FFFFFF; > > font: 76% Arial, sans-serif; > > } > > </style> > > > > my question: how important is that css? > i tested it so far and couldnt see any problems (safari, firefox, sea > monkey, ie). > > thanks in advance. > eugen > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: eugen pflg. <plu...@gm...> - 2007-10-08 11:01:04
|
hello, i just updated customers website with fitflash ( http://fitflash.millermedeiros.com/) (100%width content shows scrollbars if browser window is smaller than content). it did not work until i deleted this code from my html-code: <style type="text/css"> /* hide from ie on mac \*/ html { height: 100%; overflow: hidden; } #flashcontent { height: 100%; } /* end hide */ body { height: 100%; margin: 0; padding: 0; background-color: #FFFFFF; font: 76% Arial, sans-serif; } </style> my question: how important is that css? i tested it so far and couldnt see any problems (safari, firefox, sea monkey, ie). thanks in advance. eugen |
From: Rostislav H. <ros...@as...> - 2007-08-29 15:05:56
|
Tracking with Google Analytics comes out of the box. The usage of getURL() is a bad practice number 1. Here are some links: http://www.asual.com/blog/swfaddress/2007/05/18/swfaddress-bad-practices.ht= ml http://blog.danielyuen.hk/articles/2007/07/03/swfaddress-11-is-integrated-w= ith-google-analytics-already/ --=20 Asual - open software that pushes the limits http://www.asual.com/ On 8/29/07, eugen pfl=FCger <plu...@gm...> wrote: > thank you for your answer! > ic checked it and i use: > getURL("javascript:urchinTracker(" + googlePfad + ");"); > its for google-analytics. > > just tested it without that line. and ist working!!! > ok, wow, first of all thanks! > > can you tell me whats the problem with getURL()? > is there a possible workaround for google-tracking? > we thought with swfaddress tracking would be very easy. another big plus = for > your script :) > > cheers, > e > > > > Am 29.08.2007 16:28 Uhr schrieb "ros...@as..." unter > <ros...@as...>: > > > Do you use getURL() somewhere? > > > > On 8/29/07, eugen pfl=FCger <plu...@gm...> wrote: > >> hello, > >> > >> two days ago we went live with this site: > >> http://www.stockinger.com/ > >> (only the german version is flash at the moment, please look there) > >> > >> everything works fine with all borwsers (win + mac) except for interne= t > >> explorer 6 on windows. > >> the strange behaviour: the second click on any navigation gets you to = a > >> white page. > >> > >> it seems like ie6 lets you do one call but the second not. > >> on internet explorer 7 its ok. > >> > >> the behaviour occurs with flash player 8 and flash player 9. > >> > >> our customer is going crazy and i cant find a solution. > >> can somebody help, please? > >> > >> thanks in advance. > >> eugen > >> > >> > >> > >> Am 20.08.2007 8:43 Uhr schrieb "Rostislav Hristov" unter > >> <ros...@gm...>: > >> > >>> The script should fail silently. If a deep link is opened the user > >>> should be redirected to the home page. > >>> > >>> Please, let me know if you find any issues with this. > >> > >> > >> > >> ----------------------------------------------------------------------= --- > >> This SF.net email is sponsored by: Splunk Inc. > >> Still grepping through log files to find problems? Stop. > >> Now Search log events and configuration files using AJAX and a browser= . > >> Download your FREE copy of Splunk now >> http://get.splunk.com/ > >> _______________________________________________ > >> swfaddress-users mailing list > >> swf...@li... > >> https://lists.sourceforge.net/lists/listinfo/swfaddress-users > >> > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: eugen pflg. <plu...@gm...> - 2007-08-29 14:49:36
|
thank you for your answer! ic checked it and i use: getURL("javascript:urchinTracker(" + googlePfad + ");"); its for google-analytics. just tested it without that line. and ist working!!! ok, wow, first of all thanks! can you tell me whats the problem with getURL()? is there a possible workaround for google-tracking? we thought with swfaddress tracking would be very easy. another big plus fo= r your script :) cheers, e Am 29.08.2007 16:28 Uhr schrieb "ros...@as..." unter <ros...@as...>: > Do you use getURL() somewhere? >=20 > On 8/29/07, eugen pfl=FCger <plu...@gm...> wrote: >> hello, >>=20 >> two days ago we went live with this site: >> http://www.stockinger.com/ >> (only the german version is flash at the moment, please look there) >>=20 >> everything works fine with all borwsers (win + mac) except for internet >> explorer 6 on windows. >> the strange behaviour: the second click on any navigation gets you to a >> white page. >>=20 >> it seems like ie6 lets you do one call but the second not. >> on internet explorer 7 its ok. >>=20 >> the behaviour occurs with flash player 8 and flash player 9. >>=20 >> our customer is going crazy and i cant find a solution. >> can somebody help, please? >>=20 >> thanks in advance. >> eugen >>=20 >>=20 >>=20 >> Am 20.08.2007 8:43 Uhr schrieb "Rostislav Hristov" unter >> <ros...@gm...>: >>=20 >>> The script should fail silently. If a deep link is opened the user >>> should be redirected to the home page. >>>=20 >>> Please, let me know if you find any issues with this. >>=20 >>=20 >>=20 >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by: Splunk Inc. >> Still grepping through log files to find problems? Stop. >> Now Search log events and configuration files using AJAX and a browser. >> Download your FREE copy of Splunk now >> http://get.splunk.com/ >> _______________________________________________ >> swfaddress-users mailing list >> swf...@li... >> https://lists.sourceforge.net/lists/listinfo/swfaddress-users >>=20 >=20 |
From: <ros...@as...> - 2007-08-29 14:28:22
|
Do you use getURL() somewhere? On 8/29/07, eugen pfl=FCger <plu...@gm...> wrote: > hello, > > two days ago we went live with this site: > http://www.stockinger.com/ > (only the german version is flash at the moment, please look there) > > everything works fine with all borwsers (win + mac) except for internet > explorer 6 on windows. > the strange behaviour: the second click on any navigation gets you to a > white page. > > it seems like ie6 lets you do one call but the second not. > on internet explorer 7 its ok. > > the behaviour occurs with flash player 8 and flash player 9. > > our customer is going crazy and i cant find a solution. > can somebody help, please? > > thanks in advance. > eugen > > > > Am 20.08.2007 8:43 Uhr schrieb "Rostislav Hristov" unter > <ros...@gm...>: > > > The script should fail silently. If a deep link is opened the user > > should be redirected to the home page. > > > > Please, let me know if you find any issues with this. > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > --=20 Asual - open software that pushes the limits http://www.asual.com/ |
From: eugen pflg. <plu...@gm...> - 2007-08-29 12:16:27
|
hello, two days ago we went live with this site: http://www.stockinger.com/ (only the german version is flash at the moment, please look there) everything works fine with all borwsers (win + mac) except for internet explorer 6 on windows. the strange behaviour: the second click on any navigation gets you to a white page. it seems like ie6 lets you do one call but the second not. on internet explorer 7 its ok. the behaviour occurs with flash player 8 and flash player 9. our customer is going crazy and i cant find a solution. can somebody help, please? thanks in advance. eugen Am 20.08.2007 8:43 Uhr schrieb "Rostislav Hristov" unter <ros...@gm...>: > The script should fail silently. If a deep link is opened the user > should be redirected to the home page. > > Please, let me know if you find any issues with this. |
From: Rostislav H. <ros...@gm...> - 2007-08-20 06:43:53
|
The script should fail silently. If a deep link is opened the user should be redirected to the home page. Please, let me know if you find any issues with this. -- Asual - open software that pushes the limits http://www.asual.com/ On 8/20/07, tha...@mc... <tha...@mc...> wrote: > Hello: > > How do older browsers (IE 5 or lower, Netscape 7 or lower) handle SWFAddress? Does it cause the pages in these browsers to malfunction or is it ignored/fails silently? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: <tha...@mc...> - 2007-08-20 00:01:35
|
Hello: How do older browsers (IE 5 or lower, Netscape 7 or lower) handle SWFAddress? Does it cause the pages in these browsers to malfunction or is it ignored/fails silently? |
From: sebastian <inf...@gm...> - 2007-08-03 14:20:07
|
Hi Rostislav, Thanks for your very fast reply! Well, thats a shame... if you ever do get an ASP example posted, can you let me know? Or at least post the info on this list? I'd be keen on seeing it. thanks! seb. Rostislav Hristov wrote: > Hi Sebastian, > > unfortunately there's no .NET/ASP sample provided and probably I won't > have the time to provide one soon. If you're looking into the SEO > stuff make sure to check the latest code in the repository because it > contains some important changes. The sample is provided in PHP and > JSP. > > Best, > Rostislav > > |
From: Rostislav H. <ros...@gm...> - 2007-08-02 13:13:50
|
Hi Sebastian, unfortunately there's no .NET/ASP sample provided and probably I won't have the time to provide one soon. If you're looking into the SEO stuff make sure to check the latest code in the repository because it contains some important changes. The sample is provided in PHP and JSP. Best, Rostislav -- Asual - open software that pushes the limits http://www.asual.com/ On 8/2/07, sebastian <inf...@gm...> wrote: > Hi all, > > swf address/object is great! Many-many thanks for such a nice package!! > > sorry if its somewhere I haven't looked, but I can't seem to find an > example of swf address/swf object for .Net/asp. > > I'm reasonably able at PHP, but quite clueless in ASP. The examples I > see are all in PHP - do we have an ASP example somewhere I can use and > modify for my own purposes? > > It would be really cool help, > > Thanks! > > Sebastian. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: Rostislav H. <ros...@gm...> - 2007-08-02 13:09:13
|
Try this: http://swfaddress.svn.sourceforge.net/viewvc/*checkout*/swfaddress/trunk/sw= faddress/dist/js/swfaddress.js?revision=3D204 --=20 Asual - open software that pushes the limits http://www.asual.com/ On 8/2/07, eugen pfl=FCger <plu...@gm...> wrote: > hey rostislav, > > that was really fast :) > you mean version 1.2? where can i get this? > on your website, theres only links to version 1.1 > > thanks. > eugen > > > > > Am 02.08.2007 14:56 Uhr schrieb "Rostislav Hristov" unter > <ros...@gm...>: > > > Hi Eugen, > > > > there are few Opera issues fixed since 1.1. Try downloading the latest > > development version from the project repository and test it with your > > sites. If the problem persist, please let us know. > > > > Thanks, > > Rostislav > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: eugen pflg. <plu...@gm...> - 2007-08-02 13:05:58
|
hey rostislav, that was really fast :) you mean version 1.2? where can i get this? on your website, theres only links to version 1.1 thanks. eugen Am 02.08.2007 14:56 Uhr schrieb "Rostislav Hristov" unter <ros...@gm...>: > Hi Eugen, > > there are few Opera issues fixed since 1.1. Try downloading the latest > development version from the project repository and test it with your > sites. If the problem persist, please let us know. > > Thanks, > Rostislav > |
From: sebastian <inf...@gm...> - 2007-08-02 13:02:38
|
Hi all, swf address/object is great! Many-many thanks for such a nice package!! sorry if its somewhere I haven't looked, but I can't seem to find an example of swf address/swf object for .Net/asp. I'm reasonably able at PHP, but quite clueless in ASP. The examples I see are all in PHP - do we have an ASP example somewhere I can use and modify for my own purposes? It would be really cool help, Thanks! Sebastian. |
From: Rostislav H. <ros...@gm...> - 2007-08-02 12:57:33
|
Hi Eugen, there are few Opera issues fixed since 1.1. Try downloading the latest development version from the project repository and test it with your sites. If the problem persist, please let us know. Thanks, Rostislav --=20 Asual - open software that pushes the limits http://www.asual.com/ On 8/2/07, eugen pfl=FCger <plu...@gm...> wrote: > > hello everybody, > > i am new to this list and wanted to say hello to all. and to thank rotis= lav > for swfaddress. ist really great! > and i got a question right away :) > > i build two websites for customers using swfaddress 1.1 > and both sites are not working on opera 9.02 on mac and on windows. > > http://www.stockinger.de/dev2 > http://www.coxulto.com/neu > > > its a strange behaviour: the javascript is working and setting the right > url in the browser but theres no change beiing triggerd in the swf. > > both sites are working very well on all browsers except opera 9.02 (didn= t > tested 9.22 yet). > besides opera 8.02 is working. > > has anybody a clue what this could be? > > tia, > eugen > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > |
From: eugen pflg. <plu...@gm...> - 2007-08-02 12:43:20
|
hello everybody, i am new to this list and wanted to say hello to all. and to thank rotislav for swfaddress. ist really great! and i got a question right away :) i build two websites for customers using swfaddress 1.1 and both sites are not working on opera 9.02 on mac and on windows. http://www.stockinger.de/dev2 http://www.coxulto.com/neu its a strange behaviour: the javascript is working and setting the right url in the browser but theres no change beiing triggerd in the swf. both sites are working very well on all browsers except opera 9.02 (didnt tested 9.22 yet). besides opera 8.02 is working. has anybody a clue what this could be? tia, eugen |
From: Rostislav H. <ros...@gm...> - 2007-07-18 17:50:28
|
Sounds possible but I don't completely understand you. You want a "Home" link? Send me your file off-list and I may take a look. -- Asual - open software that pushes the limits http://www.asual.com/ On 7/18/07, Nathan Meyers <me...@na...> wrote: > Hi there > I've never actually done this before, but I'm wondering how I can assign a > link back to the first frame of my site, i.e. 'site'. > > I use the following code for my buttons... > > > on (release) { > SWFAddress.setValue('/competitions/'); > } > > The first frame of my site is called, 'site'. I've tried it inside the > forward slashes, plus without them, even without quotes. Is this even > possible? > > Thanks, > > NATHAN MEYERS > visit me: http://www.nathanmeyers.co.za/ > phone me: 082.405.1412 > skype me: nature.boi > > The information in this e-mail and in any attached files is CONFIDENTIAL and > is legally privileged from disclosure and unauthorised use. It is intended > solely for the addressee. If you have received this message in error, > please return it to the sender and then delete the email and destroy all > copies of it. If you are not the intended recipient, any form of > reproduction, dissemination, copying, disclosure, modification, distribution > and/or publication of, or any unauthorised action taken in relation to this > message or its attachments is prohibited and may be unlawful and an > infringement of copyright. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > |
From: Nathan M. <me...@na...> - 2007-07-18 15:49:21
|
Hi there I've never actually done this before, but I'm wondering how I can assign a link back to the first frame of my site, i.e. 'site'. I use the following code for my buttons... on (release) { SWFAddress.setValue('/competitions/'); } The first frame of my site is called, 'site'. I've tried it inside the forward slashes, plus without them, even without quotes. Is this even possible? Thanks, NATHAN MEYERS visit me: http://www.nathanmeyers.co.za/ phone me: 082.405.1412 skype me: nature.boi The information in this e-mail and in any attached files is CONFIDENTIAL and is legally privileged from disclosure and unauthorised use. It is intended solely for the addressee. If you have received this message in error, please return it to the sender and then delete the email and destroy all copies of it. If you are not the intended recipient, any form of reproduction, dissemination, copying, disclosure, modification, distribution and/or publication of, or any unauthorised action taken in relation to this message or its attachments is prohibited and may be unlawful and an infringement of copyright. |
From: <tom...@op...> - 2007-06-19 07:52:00
|
Hi Guys I'm new to flash and am trying to implement, swf address... I'm working from the file example but can't seem to get it to work... I have been trying to edit this but nothing is happening... // SWFAddress handling SWFAddress.DEFANGED_OnChange = function() { var arr = new Array('', '/about/', '/portfolio/', '/portfolio/1/', '/portfolio/2/', '/portfolio/3/', '/contact/'); var addr = SWFAddress.getValue(); if (_currentframe == 2 && addr == '') { play(); } else { gotoAndStop(20 + 10*getIndex(arr, addr)); } SWFAddress.setTitle(formatTitle(addr)); } Is this because my movie clips aren't on the correct frames? I have quite a few and moving them all will be a bit of an issue is it the only way to get it to work? Any help would be greatly apprecaited! Cheers! Tom |
From: Rostislav H. <ros...@gm...> - 2007-06-12 09:39:51
|
I just installed the beta. The bug you're describing is fixed in the SWFAddress repository, but I think there are other issues which need to be resolved. Thanks for reporting! Rostislav On 6/12/07, Nathan Meyers <na...@or...> wrote: > > I know this might be a little early to report, since Apple's Safari 3 > beta has just become available, but I'll report anyway, before I forget. > > Everything seems to work fine with SWFAddress 1.1, but in the address > bar, adds a questions mark '?' before the hash '#' sign. http:// > www.domain.com/?#/link/ > > This might not be an issue since I can manually insert the ? with > everything still working in Safari 2. > > That's the only thing I've noticed so far. > > Nathan Meyers > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > -- Asual - open software that pushes the limits http://www.asual.com/ |
From: Nathan M. <na...@or...> - 2007-06-11 21:45:36
|
I know this might be a little early to report, since Apple's Safari 3 beta has just become available, but I'll report anyway, before I forget. Everything seems to work fine with SWFAddress 1.1, but in the address bar, adds a questions mark '?' before the hash '#' sign. http:// www.domain.com/?#/link/ This might not be an issue since I can manually insert the ? with everything still working in Safari 2. That's the only thing I've noticed so far. Nathan Meyers |
From: sebastian c. <inf...@gm...> - 2007-06-01 12:22:36
|
hi thanks for the tip; I actualyl solved the issue now! And it was indeed because of an issue in the parameters... :p [there was a space in the title name which only made an issue for IE6] PHEW!!! I'm really happy its functioning! =D again, thanks for your help! wk, seb. On 6/1/07, Rostislav Hristov <ros...@gm...> wrote: > > What happens if you skip the features parameter. It's a little bit > complex and might be the cause for your problems. You may also try to > encode it, split it in multiple parameters, etc. > > > On 6/1/07, sebastian chedal <inf...@gm...> wrote: > > Hi Mark, no we are using PHP. > > > > > > On 6/1/07, Mark Cassar <far...@gm...> wrote: > > > Hi there, > > > > > > Are you using ASP.NET because if you're embedding the swf inside > an > > > ASP.Net form there is an issue which you can resolve. > > > > > > Mark Cassar > > > www.casasoft.com.mt > > > > > > sebastian chedal wrote: > > > > Hello everyone, > > > > > > > > Thanks for taking the time to read my problem. > > > > > > > > I'm using SWFAddress/Object 1.1 > > > > > > > > Only IE6 has an issue. > > > > > > > > When I use: > > > > > > > > //AS: > > > > ExternalInterface.call ("check"); > > > > //JS: > > > > function check () { > > > > alert("check"); > > > > } > > > > > > > > This works fine on ALL browsers. > > > > > > > > But if I use: > > > > AS: > > > > ExternalInterface.call ("spawnWindow", > > > > > > > fullString,__data.parameters.myTitle,"'toolbar="+__data.parameters.toolbar+",location="+__data.parameters.location+",status="+__data.parameters.status+",menubar="+__data.parameters.menubar+",scrollbars="+__data.parameters.scrollbars+",resizable="+__data.parameters.resizeable+",width="+__data.parameters.width+",height="+__data.parameters.height+"'"); > > > > > > > > //JS: > > > > function spawnWindow(URL,Name,features) { > > > > alert("spawnWindow"); > > > > window.open(URL,Name,features); > > > > } > > > > > > > > This works fine in FFox, Safari, IE7 etc. but in IE6 ONLY the alert > is > > > > triggered. > > > > > > > > So I tried to use inline JS: > > > > > > > > //AS: > > > > getURL > > > > > > ("javascript:NewWindow=window.open > ('"+String(fullString)+"','"+__data.parameters.myTitle+"','toolbar="+String(__data.parameters.toolbar)+",location="+String(__data.parameters.location)+",status="+String(__data.parameters.status)+",menubar="+String(__data.parameters.menubar)+",scrollbars="+String(__data.parameters.scrollbars)+",resizable="+String(__data.parameters.resizeable)+",width="+String(__data.parameters.width)+",height="+String(__data.parameters.height)+"'); > > > > NewWindow.focus(); void(0);"); > > > > > > > > This again works fine in all browsers except IE6... [where nothing > > > > happens] > > > > =( > > > > > > > > So it would seem that I can access alert; but not window.open; using > > > > either javascript inline, or via a External.Interface function... > > > > > > > > I also need to use Javascript to call the stats engine [currently > > > > Google Analytics; but we will switch to Omniture soon, and this also > > > > uses javascript] - but this is also NOT working in IE6. > > > > > > > > I'm really out of options!!! So far it seems like a bad deal to have > > > > deeplinking/bookmarking but no IE6 support! eeik! > > > > > > > > If anyone has any insight, your input is really appreciated! > > > > > > > > With kindness, > > > > > > > > Sebastian. > > > > > > ------------------------------------------------------------------------ > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by DB2 Express > > > > Download DB2 Express C - the FREE version of DB2 express and take > > > > control of your XML. No limits. Just data. Click to get it now. > > > > http://sourceforge.net/powerbar/db2/ > > > > > > ------------------------------------------------------------------------ > > > > > > > > _______________________________________________ > > > > swfaddress-users mailing list > > > > swf...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > swfaddress-users mailing list > > > swf...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > swfaddress-users mailing list > > swf...@li... > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > -- > Asual - open software that pushes the limits > http://www.asual.com/ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: Rostislav H. <ros...@gm...> - 2007-06-01 12:12:25
|
What happens if you skip the features parameter. It's a little bit complex and might be the cause for your problems. You may also try to encode it, split it in multiple parameters, etc. On 6/1/07, sebastian chedal <inf...@gm...> wrote: > Hi Mark, no we are using PHP. > > > On 6/1/07, Mark Cassar <far...@gm...> wrote: > > Hi there, > > > > Are you using ASP.NET because if you're embedding the swf inside an > > ASP.Net form there is an issue which you can resolve. > > > > Mark Cassar > > www.casasoft.com.mt > > > > sebastian chedal wrote: > > > Hello everyone, > > > > > > Thanks for taking the time to read my problem. > > > > > > I'm using SWFAddress/Object 1.1 > > > > > > Only IE6 has an issue. > > > > > > When I use: > > > > > > //AS: > > > ExternalInterface.call ("check"); > > > //JS: > > > function check () { > > > alert("check"); > > > } > > > > > > This works fine on ALL browsers. > > > > > > But if I use: > > > AS: > > > ExternalInterface.call ("spawnWindow", > > > > fullString,__data.parameters.myTitle,"'toolbar="+__data.parameters.toolbar+",location="+__data.parameters.location+",status="+__data.parameters.status+",menubar="+__data.parameters.menubar+",scrollbars="+__data.parameters.scrollbars+",resizable="+__data.parameters.resizeable+",width="+__data.parameters.width+",height="+__data.parameters.height+"'"); > > > > > > //JS: > > > function spawnWindow(URL,Name,features) { > > > alert("spawnWindow"); > > > window.open(URL,Name,features); > > > } > > > > > > This works fine in FFox, Safari, IE7 etc. but in IE6 ONLY the alert is > > > triggered. > > > > > > So I tried to use inline JS: > > > > > > //AS: > > > getURL > > > > ("javascript:NewWindow=window.open('"+String(fullString)+"','"+__data.parameters.myTitle+"','toolbar="+String(__data.parameters.toolbar)+",location="+String(__data.parameters.location)+",status="+String(__data.parameters.status)+",menubar="+String(__data.parameters.menubar)+",scrollbars="+String(__data.parameters.scrollbars)+",resizable="+String(__data.parameters.resizeable)+",width="+String(__data.parameters.width)+",height="+String(__data.parameters.height)+"'); > > > NewWindow.focus(); void(0);"); > > > > > > This again works fine in all browsers except IE6... [where nothing > > > happens] > > > =( > > > > > > So it would seem that I can access alert; but not window.open; using > > > either javascript inline, or via a External.Interface function... > > > > > > I also need to use Javascript to call the stats engine [currently > > > Google Analytics; but we will switch to Omniture soon, and this also > > > uses javascript] - but this is also NOT working in IE6. > > > > > > I'm really out of options!!! So far it seems like a bad deal to have > > > deeplinking/bookmarking but no IE6 support! eeik! > > > > > > If anyone has any insight, your input is really appreciated! > > > > > > With kindness, > > > > > > Sebastian. > > > > ------------------------------------------------------------------------ > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > > ------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > swfaddress-users mailing list > > > swf...@li... > > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > swfaddress-users mailing list > > swf...@li... > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > -- Asual - open software that pushes the limits http://www.asual.com/ |