swfaddress-users Mailing List for SWFAddress (Page 5)
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: Jon M. <jon...@gm...> - 2006-12-06 23:51:37
|
Awesome. I'm glad to hear you are thinking about adding support for Analytics. I believe the issue is indeed that two javascript calls end up being made too closely to one another, and IE just doesn't like it. Firefox and Safari don't seem to have a problem with it. For more information on using Google Analytics with Flash, you can check out this URL: http://www.google.com/support/analytics/bin/answer.py?answer=27243 and http://www.google.com/support/analytics/bin/answer.py?answer=27244 Basically you would make a getURL call to the javascript function, passing it a custom path to what you want it to track. For instance, when I'm tracking the "What" section, I'll use: getURL("javascript:urchinTracker('/what/');"); and if I want to go another section deep, I'll use: getURL("javascript:urchinTracker('/what/subsection/');"); Google Analytics relies on whatever I pass it for the tracking. It does not use the entire current URL string. For instance, you had asked about http://www.xplane.com/dev. I had setup that URL to be tracked as : getURL("javascript:urchinTracker('/');"); since it is the root of the site. I could have made that anything, however. What I would love to see SWFAddress track (i.e. make the urchinTracker() call for) is everything after the "#" in the URL. If you need any other information, or if there is anything else I can help with, please let me know! Thanks, jon On 12/6/06, Rostislav Hristov <ros...@gm...> wrote: > > Hi Jon, > > I'm planning to add transparent support for Analytics in the next > release. I think that it will be available in about a week or two. The > urchinTracker() will be called only from the JS part of SWFAddress so > there won't be any additional Flash to JS communication. If this > timeframe does not suit your needs I will try to help you with a quick > hack. > > I still haven't tested how Google tracks those Flash/Ajax events and > probably you can help me if there's already some data stored in your > account. > > For an URL like yours (http://www.xplane.com/dev) what's tracked for > urchinTracker('/what') - /what or /dev/what? I couldn't find it in the > docs if these are relative or absolute addresses. It will be correct > if in your case you see /dev/what in the stats and if not I will try > to support it internally. > > > Best, > Rostislav > |
From: Rostislav H. <ros...@gm...> - 2006-12-06 21:43:51
|
Hi Jon, I'm planning to add transparent support for Analytics in the next release. I think that it will be available in about a week or two. The urchinTracker() will be called only from the JS part of SWFAddress so there won't be any additional Flash to JS communication. If this timeframe does not suit your needs I will try to help you with a quick hack. I still haven't tested how Google tracks those Flash/Ajax events and probably you can help me if there's already some data stored in your account. For an URL like yours (http://www.xplane.com/dev) what's tracked for urchinTracker('/what') - /what or /dev/what? I couldn't find it in the docs if these are relative or absolute addresses. It will be correct if in your case you see /dev/what in the stats and if not I will try to support it internally. Best, Rostislav On 12/6/06, Jon MacDonald <jon...@gm...> wrote: > I believe I found the issue! > > I was trying to use Google Analytics with the site, which was making a > getURL call about the same time that your script was running: > > getURL("javascript:urchinTracker('/what');"); > > Apparently IE6 does not like it when more than one javascript function gets > called about the same time, or it is just incompatible with your scripts. > > Would you mind looking into this for me? The client would really like to be > able to run Google Analytics on their site. > > Thanks! > > > On 12/6/06, Jon MacDonald <jon...@gm...> wrote: > > Hi Rostislav, > > > > Thanks for getting back to me so quickly. The HTML file was indeed > missing, but even after adding it the error is still happening. > > > > I also downloaded the latest javascript file, just in case. > > > > The error is only happening after the initial change in the URL bar. Is > there anything in the actionscript code that I could be doing that would > cause this issue? > > > > Thanks again. > > > > > > > > On 12/6/06, Rostislav Hristov <ros...@gm...> wrote: > > > Hi Jon, > > > > > > lots of people are missing the swfaddress.html file which is required > > > by IE. I have recently added the following text to the README of the > > > project: > > > > > > The swfaddress.html file located next to the swfaddress.js is required > > > for Internet Explorer. It should accompany the JS class if you > > > reorganize the folder structure. > > > > > > > > > So, once you put this file next to the swfaddress.js everything should > > > work as expected. I'm trying to drop this requirement, but so far it > > > seems to be the most stable solution for IE. > > > > > > Your website looks very nice and my test with Firefox shows that the > > > integration with SWFAddress is very smooth. If you're planning to > > > launch the site soon, please take a look at the SWFAddress SVN and > > > you'll find an updated JS file that degrades well in unsupported > > > browsers. I'm still working on a few new features that will be > > > releases as version 1.1. > > > > > > Best, > > > Rostislav > > > > > > > > > On 12/6/06, Jon MacDonald < jon...@gm...> wrote: > > > > Hello, > > > > > > > > I'm having an issue with a site I am working on that uses SWFAddress. > The > > > > issue only appears in IE 6 on Windows -- the site works very well in > all > > > > other browsers. > > > > > > > > When the error happens IE doesn't provide any feedback, it only makes > an > > > > alert sound. I've been able to replicate the issue on several Windows > XP > > > > computers, but again, only in IE 6. > > > > > > > > I made sure to test the samples on the SWFAddress site, and those work > very > > > > well. I looked over the sample code, and I'm not doing anything too > much > > > > different. > > > > > > > > Steps to reproduce: > > > > - load site, wait for short intro/home animation to finish > > > > - click on red arrow > > > > - click on any nav item at top-left of site > > > > - at this point IE 6 should show only a blank page and you may hear > the > > > > Windows alert sound > > > > > > > > Dev site: > > > > http://www.xplane.com/dev > > > > > > > > Has anyone had this issue before? > > > > > > > > Any assistance would be greatly helpful. Thanks! > > > > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > opinions on IT & business topics through brief surveys - and earn cash > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > _______________________________________________ > > > > 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/ > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net 's Techsay panel and you'll get the chance to share > your > > > opinions on IT & business topics through brief surveys - and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > swfaddress-users mailing list > > > swf...@li... > > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > 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: Jon M. <jon...@gm...> - 2006-12-06 18:14:50
|
I believe I found the issue! I was trying to use Google Analytics with the site, which was making a getURL call about the same time that your script was running: getURL("javascript:urchinTracker('/what');"); Apparently IE6 does not like it when more than one javascript function gets called about the same time, or it is just incompatible with your scripts. Would you mind looking into this for me? The client would really like to be able to run Google Analytics on their site. Thanks! On 12/6/06, Jon MacDonald <jon...@gm...> wrote: > > Hi Rostislav, > > Thanks for getting back to me so quickly. The HTML file was indeed > missing, but even after adding it the error is still happening. > > I also downloaded the latest javascript file, just in case. > > The error is only happening after the initial change in the URL bar. Is > there anything in the actionscript code that I could be doing that would > cause this issue? > > Thanks again. > > On 12/6/06, Rostislav Hristov <ros...@gm...> wrote: > > > > Hi Jon, > > > > lots of people are missing the swfaddress.html file which is required > > by IE. I have recently added the following text to the README of the > > project: > > > > The swfaddress.html file located next to the swfaddress.js is required > > for Internet Explorer. It should accompany the JS class if you > > reorganize the folder structure. > > > > > > So, once you put this file next to the swfaddress.js everything should > > work as expected. I'm trying to drop this requirement, but so far it > > seems to be the most stable solution for IE. > > > > Your website looks very nice and my test with Firefox shows that the > > integration with SWFAddress is very smooth. If you're planning to > > launch the site soon, please take a look at the SWFAddress SVN and > > you'll find an updated JS file that degrades well in unsupported > > browsers. I'm still working on a few new features that will be > > releases as version 1.1. > > > > Best, > > Rostislav > > > > > > On 12/6/06, Jon MacDonald < jon...@gm...> wrote: > > > Hello, > > > > > > I'm having an issue with a site I am working on that uses SWFAddress. > > The > > > issue only appears in IE 6 on Windows -- the site works very well in > > all > > > other browsers. > > > > > > When the error happens IE doesn't provide any feedback, it only makes > > an > > > alert sound. I've been able to replicate the issue on several Windows > > XP > > > computers, but again, only in IE 6. > > > > > > I made sure to test the samples on the SWFAddress site, and those work > > very > > > well. I looked over the sample code, and I'm not doing anything too > > much > > > different. > > > > > > Steps to reproduce: > > > - load site, wait for short intro/home animation to finish > > > - click on red arrow > > > - click on any nav item at top-left of site > > > - at this point IE 6 should show only a blank page and you may hear > > the > > > Windows alert sound > > > > > > Dev site: > > > http://www.xplane.com/dev > > > > > > Has anyone had this issue before? > > > > > > Any assistance would be greatly helpful. Thanks! > > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > > opinions on IT & business topics through brief surveys - and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > _______________________________________________ > > > 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/ > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net 's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys - and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > swfaddress-users mailing list > > swf...@li... > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > |
From: Rostislav H. <ros...@gm...> - 2006-12-06 18:14:32
|
Hi Jon, I saw the error and it's strange. Which SWFAddress AS version do you use and do you have any ExternalInterface calls? Is SWFAddress.setValue() the only code assigned to your menu buttons? Best, Rostislav On 12/6/06, Jon MacDonald <jon...@gm...> wrote: > Hi Rostislav, > > Thanks for getting back to me so quickly. The HTML file was indeed missing, > but even after adding it the error is still happening. > > I also downloaded the latest javascript file, just in case. > > The error is only happening after the initial change in the URL bar. Is > there anything in the actionscript code that I could be doing that would > cause this issue? > > Thanks again. > > > On 12/6/06, Rostislav Hristov <ros...@gm...> wrote: > > Hi Jon, > > > > lots of people are missing the swfaddress.html file which is required > > by IE. I have recently added the following text to the README of the > > project: > > > > The swfaddress.html file located next to the swfaddress.js is required > > for Internet Explorer. It should accompany the JS class if you > > reorganize the folder structure. > > > > > > So, once you put this file next to the swfaddress.js everything should > > work as expected. I'm trying to drop this requirement, but so far it > > seems to be the most stable solution for IE. > > > > Your website looks very nice and my test with Firefox shows that the > > integration with SWFAddress is very smooth. If you're planning to > > launch the site soon, please take a look at the SWFAddress SVN and > > you'll find an updated JS file that degrades well in unsupported > > browsers. I'm still working on a few new features that will be > > releases as version 1.1. > > > > Best, > > Rostislav > > > > > > On 12/6/06, Jon MacDonald < jon...@gm...> wrote: > > > Hello, > > > > > > I'm having an issue with a site I am working on that uses SWFAddress. > The > > > issue only appears in IE 6 on Windows -- the site works very well in all > > > other browsers. > > > > > > When the error happens IE doesn't provide any feedback, it only makes an > > > alert sound. I've been able to replicate the issue on several Windows XP > > > computers, but again, only in IE 6. > > > > > > I made sure to test the samples on the SWFAddress site, and those work > very > > > well. I looked over the sample code, and I'm not doing anything too much > > > different. > > > > > > Steps to reproduce: > > > - load site, wait for short intro/home animation to finish > > > - click on red arrow > > > - click on any nav item at top-left of site > > > - at this point IE 6 should show only a blank page and you may hear the > > > Windows alert sound > > > > > > Dev site: > > > http://www.xplane.com/dev > > > > > > Has anyone had this issue before? > > > > > > Any assistance would be greatly helpful. Thanks! > > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > > opinions on IT & business topics through brief surveys - and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > _______________________________________________ > > > 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/ > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net 's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys - and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > swfaddress-users mailing list > > swf...@li... > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > 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: Jon M. <jon...@gm...> - 2006-12-06 17:59:37
|
Hi Rostislav, Thanks for getting back to me so quickly. The HTML file was indeed missing, but even after adding it the error is still happening. I also downloaded the latest javascript file, just in case. The error is only happening after the initial change in the URL bar. Is there anything in the actionscript code that I could be doing that would cause this issue? Thanks again. On 12/6/06, Rostislav Hristov <ros...@gm...> wrote: > > Hi Jon, > > lots of people are missing the swfaddress.html file which is required > by IE. I have recently added the following text to the README of the > project: > > The swfaddress.html file located next to the swfaddress.js is required > for Internet Explorer. It should accompany the JS class if you > reorganize the folder structure. > > > So, once you put this file next to the swfaddress.js everything should > work as expected. I'm trying to drop this requirement, but so far it > seems to be the most stable solution for IE. > > Your website looks very nice and my test with Firefox shows that the > integration with SWFAddress is very smooth. If you're planning to > launch the site soon, please take a look at the SWFAddress SVN and > you'll find an updated JS file that degrades well in unsupported > browsers. I'm still working on a few new features that will be > releases as version 1.1. > > Best, > Rostislav > > > On 12/6/06, Jon MacDonald < jon...@gm...> wrote: > > Hello, > > > > I'm having an issue with a site I am working on that uses SWFAddress. > The > > issue only appears in IE 6 on Windows -- the site works very well in all > > > other browsers. > > > > When the error happens IE doesn't provide any feedback, it only makes an > > alert sound. I've been able to replicate the issue on several Windows XP > > computers, but again, only in IE 6. > > > > I made sure to test the samples on the SWFAddress site, and those work > very > > well. I looked over the sample code, and I'm not doing anything too much > > different. > > > > Steps to reproduce: > > - load site, wait for short intro/home animation to finish > > - click on red arrow > > - click on any nav item at top-left of site > > - at this point IE 6 should show only a blank page and you may hear the > > Windows alert sound > > > > Dev site: > > http://www.xplane.com/dev > > > > Has anyone had this issue before? > > > > Any assistance would be greatly helpful. Thanks! > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > _______________________________________________ > > 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/ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net 's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > |
From: Rostislav H. <ros...@gm...> - 2006-12-06 08:13:09
|
Hi Jon, lots of people are missing the swfaddress.html file which is required by IE. I have recently added the following text to the README of the project: The swfaddress.html file located next to the swfaddress.js is required for Internet Explorer. It should accompany the JS class if you reorganize the folder structure. So, once you put this file next to the swfaddress.js everything should work as expected. I'm trying to drop this requirement, but so far it seems to be the most stable solution for IE. Your website looks very nice and my test with Firefox shows that the integration with SWFAddress is very smooth. If you're planning to launch the site soon, please take a look at the SWFAddress SVN and you'll find an updated JS file that degrades well in unsupported browsers. I'm still working on a few new features that will be releases as version 1.1. Best, Rostislav On 12/6/06, Jon MacDonald <jon...@gm...> wrote: > Hello, > > I'm having an issue with a site I am working on that uses SWFAddress. The > issue only appears in IE 6 on Windows -- the site works very well in all > other browsers. > > When the error happens IE doesn't provide any feedback, it only makes an > alert sound. I've been able to replicate the issue on several Windows XP > computers, but again, only in IE 6. > > I made sure to test the samples on the SWFAddress site, and those work very > well. I looked over the sample code, and I'm not doing anything too much > different. > > Steps to reproduce: > - load site, wait for short intro/home animation to finish > - click on red arrow > - click on any nav item at top-left of site > - at this point IE 6 should show only a blank page and you may hear the > Windows alert sound > > Dev site: > http://www.xplane.com/dev > > Has anyone had this issue before? > > Any assistance would be greatly helpful. Thanks! > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > 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: Jon M. <jon...@gm...> - 2006-12-05 22:57:58
|
Hello, I'm having an issue with a site I am working on that uses SWFAddress. The issue only appears in IE 6 on Windows -- the site works very well in all other browsers. When the error happens IE doesn't provide any feedback, it only makes an alert sound. I've been able to replicate the issue on several Windows XP computers, but again, only in IE 6. I made sure to test the samples on the SWFAddress site, and those work very well. I looked over the sample code, and I'm not doing anything too much different. Steps to reproduce: - load site, wait for short intro/home animation to finish - click on red arrow - click on any nav item at top-left of site - at this point IE 6 should show only a blank page and you may hear the Windows alert sound Dev site: http://www.xplane.com/dev Has anyone had this issue before? Any assistance would be greatly helpful. Thanks! |
From: Danilo S. <in...@da...> - 2006-11-28 13:41:34
|
thanks for your fix, it works good! although the simple replacement didn't seem to break anything, it worked well for me too. even in ie. anyway. i will, of course, use your new swfaddress.js :) cheers DANILO ----- Original Message ----- From: "Rostislav Hristov" <ros...@gm...> To: "SWFAddress Users Discussion List" <swf...@li...> Sent: Sunday, November 26, 2006 8:54 PM Subject: Re: [swfaddress-users] swfaddress without swfobject > Replacement will break the script in IE. > I have just commited a fix. Check it out here: > > http://swfaddress.svn.sourceforge.net/viewvc/swfaddress/trunk/swfaddress/src /js/swfaddress.js?view=markup > > > On 11/26/06, Danilo Sandner <in...@da...> wrote: > > wow ! > > i tried to replace the document.getElementById(swfid) parts > > with document[swfid] and it seems to work great now. > > i replaced it in both, update and load function... > > not sure if this simple fix brings up other problems ?! > > looking forward to your turn on this issue... :) > > > > thanks a lot ! > > swfaddress is great stuff. > > > > cheers > > DANILO > > > > > > ----- Original Message ----- > > From: "Rostislav Hristov" <ros...@gm...> > > To: "SWFAddress Users Discussion List" > > <swf...@li...> > > Sent: Sunday, November 26, 2006 1:12 PM > > Subject: Re: [swfaddress-users] swfaddress without swfobject > > > > > > > Hi Danilo, > > > > > > SWFAddress uses document.getElementById() to access the Flash movie > > > and your EMBED tag does not have an ID attribute. While this can be > > > easily fixed it results in incorrect HTML, because both the OBJECT and > > > EMBED tag will share the same ID and SWFAddress will find the OBJECT, > > > but not the EMBED. > > > > > > SWFObject prints only the EMBED tag in Firefox and therefore this > > > problem does not exist. I will investigate how to support such a case > > > in the next release of SWFAddress. Probably I will check for both > > > document.getElementById(flashId) and document.flashId. > > > > > > Try the SWFAddress Subversion repository in a few hours, I will try to > > > commit a fix for this. > > > > > > Best, > > > Rostislav > > > > > > > > > On 11/26/06, Danilo Sandner <in...@da...> wrote: > > > > > > > > > > > > hello rostislav, > > > > i am trying to make swfaddress work without using swfobject. > > > > (i'm the guy from your sourceforge forum). > > > > > > > > in ie it now works fine for me (as long as the files are being accessed > > on a > > > > webserver) > > > > but i just can't get it to work in firefox... > > > > i have been trying and testing for two days now but i can't figure out > > what > > > > i am doing wrong. > > > > > > > > now i zipped my little testing environment and attached it to this mail, > > > > hoping that you can find a little time to have a look at it ? > > > > > > > > i'd be very thankful, if you could give me a hint. > > > > > > > > greetings from frankfurt. > > > > DANILO > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > > > opinions on IT & business topics through brief surveys - and earn cash > > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > > > _______________________________________________ > > > > 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/ > > > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > > opinions on IT & business topics through brief surveys - and earn cash > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > _______________________________________________ > > > swfaddress-users mailing list > > > swf...@li... > > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > 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/ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > |
From: Rostislav H. <ros...@gm...> - 2006-11-26 19:54:25
|
Replacement will break the script in IE. I have just commited a fix. Check it out here: http://swfaddress.svn.sourceforge.net/viewvc/swfaddress/trunk/swfaddress/src/js/swfaddress.js?view=markup On 11/26/06, Danilo Sandner <in...@da...> wrote: > wow ! > i tried to replace the document.getElementById(swfid) parts > with document[swfid] and it seems to work great now. > i replaced it in both, update and load function... > not sure if this simple fix brings up other problems ?! > looking forward to your turn on this issue... :) > > thanks a lot ! > swfaddress is great stuff. > > cheers > DANILO > > > ----- Original Message ----- > From: "Rostislav Hristov" <ros...@gm...> > To: "SWFAddress Users Discussion List" > <swf...@li...> > Sent: Sunday, November 26, 2006 1:12 PM > Subject: Re: [swfaddress-users] swfaddress without swfobject > > > > Hi Danilo, > > > > SWFAddress uses document.getElementById() to access the Flash movie > > and your EMBED tag does not have an ID attribute. While this can be > > easily fixed it results in incorrect HTML, because both the OBJECT and > > EMBED tag will share the same ID and SWFAddress will find the OBJECT, > > but not the EMBED. > > > > SWFObject prints only the EMBED tag in Firefox and therefore this > > problem does not exist. I will investigate how to support such a case > > in the next release of SWFAddress. Probably I will check for both > > document.getElementById(flashId) and document.flashId. > > > > Try the SWFAddress Subversion repository in a few hours, I will try to > > commit a fix for this. > > > > Best, > > Rostislav > > > > > > On 11/26/06, Danilo Sandner <in...@da...> wrote: > > > > > > > > > hello rostislav, > > > i am trying to make swfaddress work without using swfobject. > > > (i'm the guy from your sourceforge forum). > > > > > > in ie it now works fine for me (as long as the files are being accessed > on a > > > webserver) > > > but i just can't get it to work in firefox... > > > i have been trying and testing for two days now but i can't figure out > what > > > i am doing wrong. > > > > > > now i zipped my little testing environment and attached it to this mail, > > > hoping that you can find a little time to have a look at it ? > > > > > > i'd be very thankful, if you could give me a hint. > > > > > > greetings from frankfurt. > > > DANILO > > > > ------------------------------------------------------------------------- > > > Take Surveys. Earn Cash. Influence the Future of IT > > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > > opinions on IT & business topics through brief surveys - and earn cash > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > > > _______________________________________________ > > > 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/ > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > swfaddress-users mailing list > > swf...@li... > > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > 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: Danilo S. <in...@da...> - 2006-11-26 14:02:54
|
wow ! i tried to replace the document.getElementById(swfid) parts with document[swfid] and it seems to work great now. i replaced it in both, update and load function... not sure if this simple fix brings up other problems ?! looking forward to your turn on this issue... :) thanks a lot ! swfaddress is great stuff. cheers DANILO ----- Original Message ----- From: "Rostislav Hristov" <ros...@gm...> To: "SWFAddress Users Discussion List" <swf...@li...> Sent: Sunday, November 26, 2006 1:12 PM Subject: Re: [swfaddress-users] swfaddress without swfobject > Hi Danilo, > > SWFAddress uses document.getElementById() to access the Flash movie > and your EMBED tag does not have an ID attribute. While this can be > easily fixed it results in incorrect HTML, because both the OBJECT and > EMBED tag will share the same ID and SWFAddress will find the OBJECT, > but not the EMBED. > > SWFObject prints only the EMBED tag in Firefox and therefore this > problem does not exist. I will investigate how to support such a case > in the next release of SWFAddress. Probably I will check for both > document.getElementById(flashId) and document.flashId. > > Try the SWFAddress Subversion repository in a few hours, I will try to > commit a fix for this. > > Best, > Rostislav > > > On 11/26/06, Danilo Sandner <in...@da...> wrote: > > > > > > hello rostislav, > > i am trying to make swfaddress work without using swfobject. > > (i'm the guy from your sourceforge forum). > > > > in ie it now works fine for me (as long as the files are being accessed on a > > webserver) > > but i just can't get it to work in firefox... > > i have been trying and testing for two days now but i can't figure out what > > i am doing wrong. > > > > now i zipped my little testing environment and attached it to this mail, > > hoping that you can find a little time to have a look at it ? > > > > i'd be very thankful, if you could give me a hint. > > > > greetings from frankfurt. > > DANILO > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > 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/ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > swfaddress-users mailing list > swf...@li... > https://lists.sourceforge.net/lists/listinfo/swfaddress-users > > |
From: Rostislav H. <ros...@gm...> - 2006-11-26 12:12:13
|
Hi Danilo, SWFAddress uses document.getElementById() to access the Flash movie and your EMBED tag does not have an ID attribute. While this can be easily fixed it results in incorrect HTML, because both the OBJECT and EMBED tag will share the same ID and SWFAddress will find the OBJECT, but not the EMBED. SWFObject prints only the EMBED tag in Firefox and therefore this problem does not exist. I will investigate how to support such a case in the next release of SWFAddress. Probably I will check for both document.getElementById(flashId) and document.flashId. Try the SWFAddress Subversion repository in a few hours, I will try to commit a fix for this. Best, Rostislav On 11/26/06, Danilo Sandner <in...@da...> wrote: > > > hello rostislav, > i am trying to make swfaddress work without using swfobject. > (i'm the guy from your sourceforge forum). > > in ie it now works fine for me (as long as the files are being accessed on a > webserver) > but i just can't get it to work in firefox... > i have been trying and testing for two days now but i can't figure out what > i am doing wrong. > > now i zipped my little testing environment and attached it to this mail, > hoping that you can find a little time to have a look at it ? > > i'd be very thankful, if you could give me a hint. > > greetings from frankfurt. > DANILO > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > 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: Rostislav H. <ros...@gm...> - 2006-11-07 12:31:09
|
Welcome to SWFAddress Users Discussion List. Feel free to ask, suggest and comment. |