Re: Google isn't allowing access to swfobject pages

2008-11-07 Thread Sam Sherlock
I have noticed trouble too on other google code projects, refreshing the link seemed to get to the page though 2008/11/7 rusty <[EMAIL PROTECTED]> > > Weird... Google Maps seemed to go down for about an hour this morning > too wonder if they're having issues? > > > --~--~-~--~~

Re: Need help with alternative content setup

2008-11-12 Thread Sam Sherlock
arans code was js - to be inserted into the document head in a script tag (adding to one you already have) 2008/11/12 mosk <[EMAIL PROTECTED]> > > Thanks for the help, Aran. > > A silly question, though: where do I actually place this new code? > > Do I add it to the Action Script in the first fr

Re: How to Read a XML File using SWF Object

2008-11-27 Thread Sam Sherlock
swfObject won't be reading the xml. The swf can read XML and you may pass a path to a xml file to the swf using swfObject flashvars http://en.wikipedia.org/wiki/XML 2008/11/27 Neeraj <[EMAIL PROTECTED]> > > Hi, > > How a SWF Object Read a XML file and what is XML file Format. > > > Thanks > >

Re: HTML 5

2009-01-23 Thread Sam Sherlock
I guess little if any changes will need to be made to swfobject for html5 - swfobject is js referanced by the page - html5 still has ids - swfobject will still be able to use ids in the same way to replace content just as it currently does I could well be wrong 2009/1/23 philip > > H

Re: More than 1 swf on a page.

2009-02-26 Thread Sam Sherlock
the second one has a param missing for the target think it should be Menu where the first is myAlternativeContent. Also you may want to put all the JS in the head - not compulsary but looks cleaner n clearer eg the second should be like: swfobject.embedSWF("HImenu. > > swf", "Menu", "920", "66",

Re: Inserting Flash into my web page

2009-03-02 Thread Sam Sherlock
WIthout seeing you code or a link to what your doing help anyone offers will be a shot in the dark. If the swf is working displaying your photos as expected then your ready to use the swfobject generator (adobe air -see downloads) - if you using sllideshowpro or simpleviewer (or another flash base

Re: also possible for k2 theme wordpress

2009-03-04 Thread Sam Sherlock
yep - I have swfobject plugin for wp enabled. var flashvars = {}; var params = {}; var attributes = {}; attributes.id = "headerObj"; swfobject.embedSWF("k2header.swf", "header", "950", "223", "9.0.0", false, flashvars, params, attributes)

Re: FlashVars for Internet Explorer

2009-03-16 Thread Sam Sherlock
This works fine when I use it. Is it possible for you to post the code gernated code? - S 2009/3/16 senortim > essfully used a workaround I found on the net where one repeats > them in the movie param -- e.g., > --~--~-~--~~~---~--~~ You received this message b

Re: FlashVars for Internet Explorer

2009-03-16 Thread Sam Sherlock
Hi Senortim, I have recreated a basic test offline and taken away the flashvar appended to the swf file which you say ie needs. For me it works the same with and without this - in other words I can't recreate the issue If its helpful I can send you my files off list. - S 2009/3/16 senortim

Re: Can't view swf in html page after embedding

2009-03-22 Thread Sam Sherlock
what are your swfobject vars? Are you using /absolute/paths/to/your.swf or relative ones often cause troubles - eg ../ might be your problem. Perhaps its working in one browser not another - this will help identify the issue and solve it. Using firebug plugin for firefox will provide alsorts of

Re: Can't view swf in html page after embedding

2009-03-22 Thread Sam Sherlock
> My name is Karen Eckstrom and I have > lived in the Hutchinson, MN. area for over 25 years. We raised our > family here and I am currently working towards that degree completing > my junior year. My current GPA is 3.99 and my goal is to graduate at > the very top of my class. I then want to grow my business to become

Re: Can't view swf in html page after embedding

2009-03-22 Thread Sam Sherlock
oscale"; >params.wmode = "transparent"; >var attributes = {}; swfobject.embedSWF("/flash_files/new_bounce/menu.swf", "menu_cont", "500", "300", "8.0.0", "expressInstall.swf", flas

Re: Can't view swf in html page after embedding

2009-03-22 Thread Sam Sherlock
the MIT License www.opensource.org/licenses/mit-license.php> > */ > .. > > Here is the new link I am now just working on getting this wot work in > an html page: > > http://www.jackpinewebdesign.com/test.html > > On Mar 22, 1:28 pm, Sam Sherlock wrote: > > currently > > 1) y

Re: SWF objects - small

2009-03-25 Thread Sam Sherlock
did you solve this? is the swfobject you are you using static or dynamic syntax? only in ie? can you provide a link? - S 2009/3/25 michael hawse > ins my flash file and the size of the div box is 560px = width and height = > 155px and the flash flash file size is the same 560/155px. Now when I

Re: SWF objects - small

2009-03-25 Thread Sam Sherlock
Vincent that awesome detail - I am curious to know what you prefer about the previous version over the current. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to s

Re: flash movie embedded in flash movie and swf object

2009-03-25 Thread Sam Sherlock
can you post what you have? If your using static syntax then you have two paths to your swf ensure that each are the same (the second reference to the swf in static objects is for ie). You can try generating a the code from the online generator - saving that as a test page, testing that in browser

Re: Internet Explorer warning

2009-03-25 Thread Sam Sherlock
@Adobevision: I have sent a reply in another thread - please provide either a link or some code. Some code or a link will enable someone to help - perhaps the Aran Bot is offline (those earlier earlier messages made me chuckle) - its great to see such example of generosity and favours offered wi

Re: flash movie embedded in flash movie and swf object

2009-03-25 Thread Sam Sherlock
the swfobject js is not found. adding the following (depending on where you have the swfobject) also the syntax your using is swfobject 1.5 (its completely different to 2.x) this is amended from my project var flashvars = {}; var params = {}; params.bgcolor

Re: flash movie embedded in flash movie and swf object

2009-03-26 Thread Sam Sherlock
ttributes); - S 2009/3/26 Adobevision > > Also, > Where in the previous code do I post the > Alternative Content code that was generated? This is it... > > http://www.adobe.com/go/getflashplayer";> >http://www.adobe.com/images/shared/download_buttons/ > get_f

Re: flash movie embedded in flash movie and swf object

2009-03-26 Thread Sam Sherlock
already, but I think some browsre may end up showing neither the swf nor the alt content - on this I may be wrong consult the docs on this look at static syntax - S 2009/3/26 Sam Sherlock > No problems at all, getting some where believe me. > > Some clarification is needed though. Fi

Re: Woredpress Integration

2009-03-26 Thread Sam Sherlock
go for http://blog.unijimpe.net/wp-swfobject/ - I used it and there was much rejoicing. (After upgrading it through wp ensure that it still work, if it does'nt after upgrade check the file permissions in ftp wp seems to set them incorrectly after upgrade) - S 2009/3/27 urecheand...@gmail.com >

Re: Can't view swf in html page after embedding

2009-03-26 Thread Sam Sherlock
e out. It is > > appreciated > > > > > >> more than you know. > > > > > > > >> Okay, here is what I did, and I do have a minor successbut > not > > a > > > > > >> major one. :( > > > > > > > >&

Re: Can't view swf in html page after embedding

2009-03-27 Thread Sam Sherlock
behind the all.swf. I have wmode set to > transparent on both, the z-index is set to 1020 for the menu.swf...but > still I can't seem to get it to show on top of the the all.swf. > > see it at: > http://www.jackpinewebdesign.com/web_video.html > > Now what am I doing wrong here?

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
ug..Not that it has to be > pristine, but you know, it would be nice to get a page with flash in > it to pass the validations for once. > > Thanks for all the help. It is very much appreciated. > K. > > On Mar 27, 4:12 am, Sam Sherlock wrote: > > a few things see below :)

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
> > So I am still not sure what to do with the embed tags to get them to > pass the validator??? What do I use in its place? Or do I just remove > that section? since you using swfobject you don't need them at all just remove them I use Dreamweaver currently. And I thought I removed the embed co

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
ind the swf object. It was in the CSS. I have > > the object embedded into a div container that was ona css sheet that > > is shared with all the other pages. For whatever reason, I changed > > that container, and low and behold, it works. Thanks for all the help. > > I see no

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
help. > > > I see no issues with firebug...now the other big question I have, does > > > swfobject ever pass the W3C html code validator? Not that it has to be > > > pristine, but you know, it would be nice to get a page with flash in > > > it to pass the validat

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
n > this month ! J Someone buy Sam a beer... > > > > > > Aran > > > > *From:* swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] *On > Behalf Of *Sam Sherlock > *Sent:* Monday, 30 March 2009 8:31 AM > *To:* swfobject@googlegroups.com > > *

Re: Can't view swf in html page after embedding

2009-03-29 Thread Sam Sherlock
> > and your only reward at the end is getting something working which should > have worked in the first place. It is the joy of being a developer... no truer words have ever been typed. Kip I think when you face it with a fresh perspective you'll have a eureka moment - lots will slot into place

Re: swfobject 2.1 & greybox, overlay not transparent

2009-03-31 Thread Sam Sherlock
Are you sure that this is due to the use of swfobject? And that this is not a greybox issue - does altering your code to not use swfobject result in transparent overlay To me everything in your question points to greybox not swfobject being the culprit. Have you posted this issue to the greybox

Re: swfobject 2.1 & greybox, overlay not transparent

2009-04-01 Thread Sam Sherlock
Is there a link to see this? Setting up the various bits would take to long - also something relevant may be omitted in your code snippets. I google'd around for others trying the same - but I only found people trying the inverse of what your doing. Really I would have thought that the issue wo

Re: swfobject 2.1 & greybox, overlay not transparent

2009-04-01 Thread Sam Sherlock
Perhaps you can archive your files and send them to me via yousendit.com - put a simple fla if you like just enough to test you example - or provide a link (I like tackling other issue when my own have stalled changing focus of mind helps sometimes) - or (this is less likey) I may have time to try

Re: How can i play the movie automatically...??

2009-04-03 Thread Sam Sherlock
dynamic var params = {}; params.play = "true"; static see http://code.google.com/p/swfobject/wiki/documentation How can you use HTML to configure your Flash content? - S 2009/4/3 Gowrisankar N > > Anybody have a idea > How can i play the movie automatical

Re: How can i play the movie automatically...??

2009-04-04 Thread Sam Sherlock
; but i want to play the video movie inside the SWFObject automatically > how can i do this?? > > On Apr 4, 5:13 am, Sam Sherlock wrote: > > dynamic > > var params = {}; > > params.play = "true"; > > > > static > >

Re: swfobject not working in IE 8

2009-04-06 Thread Sam Sherlock
I have just tried to test on IE8 think I have some problems with ie8 can't load pages whilst ff connects fine. Also it seems that my ie8 has flashplayer 7 installed (ie7 had flash 10) - S 2009/4/6 Jimbo > lled IE8 onto Windows Vista Home Premium laptop, and the page (and the > solar revolution

Re: @SWFObject on twitter!

2009-04-07 Thread Sam Sherlock
Nice to see swfObject on twitter, have'nt heard the term tweeple as yet BTW your at a 100 now Klye :) - S 2009/4/7 Getify Solutions, Inc. > For those of you who are avid twitter'ers (or tweeple or .), > SWFObject now has a twitter account (thanks to @pipwerks!) > > http://twitter.com/swfo

Re: SWFobject and Firefox load flicker

2009-04-08 Thread Sam Sherlock
wrap the target div and apply the height to that to in css #headerbWrap, #headerb { height: 160px } - S 2009/4/8 vitruvian > ace a flash header in my site. For some > reason the swfobject is resizing the the div that contains the swf to > the desired height, but for a split second it's height

Re: PHP Helper for SWFObject alpha released

2009-04-09 Thread Sam Sherlock
There is this for a swfobject helper for cakephp http://bakery.cakephp.org/articles/view/flashhelper-a-wrapper-for-the-swfobject-js-class I have not tried it yet - I think it put the script in the body which I don't like - S 2009/4/9 Nahtass > > Let me know if I can help. > > Documentation is

Re: Trouble with the 'base' param for in IE7

2009-04-16 Thread Sam Sherlock
I have always left the trailing slash off the base param eg > var params = { > base: "http://www.A.com ", > allowScriptAccess: "always" > }; also check that you have crossdomain.xml set up - google "flash crossdomain" - S 200

Re: Minified Version

2009-04-17 Thread Sam Sherlock
see http://code.google.com/p/swfobject/wiki/how_to_compress - S 2009/4/17 shapper > > Hello, > > Is there a minified version of SWF Object for download? > > Thanks, > Miguel > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: 2 Pixel Jog

2009-04-17 Thread Sam Sherlock
Sounds like something in your css. Does it still occur if you use the flash ide generated code? For setting the bgcolor see http://code.google.com/p/swfobject/wiki/documentation see section 'How can you use HTML to configure your Flash content?' - s 2009/4/17 rve...@unitedwayla.org > > Hell

Re: If the flashvars has "." in it, the page won't load at all

2009-04-17 Thread Sam Sherlock
I think that the syntax is flashvars.playlist = "bottom"; But I may be wrong in which case flashvars.playlist.position = "bottom"; or if not try var flashvars = { file:"video.flv", autostart:"true", playlist: {

Re: also possible for k2 theme wordpress

2009-05-02 Thread Sam Sherlock
ter > > On 4 Mrz., 23:56, Sam Sherlock wrote: > > yep - I have swfobject plugin for wp enabled. > > > > var flashvars = {}; > > var params = {}; > > var attributes = {}; > > attributes.id = "headerObj&quo

Re: Dynamically inserting SWFObject

2009-05-03 Thread Sam Sherlock
if your still trying to do this try the following http://code.google.com/apis/ajaxlibs/documentation/#swfobject - S 2009/4/30 Bertrand > > I was wondering if there was a known issue with SWFObject when the > script is inserted dynamically into the parent window's head from an > iFrame doing: >

Re: SWFObject 2.2 beta1 is available for download

2009-05-03 Thread Sam Sherlock
Hi LA-Ark I suspect that your swf is being displayed with a height of zero - if so using css to set the height will solve your issue - if so its a firefox/flash issue not particular to swfObject (AFAIK - anyway I always set the height of swfs in css when using % - beacuse of FF) - S 2009/5/3 LA

Re: also possible for k2 theme wordpress

2009-05-03 Thread Sam Sherlock
, i need also a exact position of the header ? > > is it possible to put that in the css of k2 file? > > :) > peter > > On May 3, 7:52 am, Sam Sherlock wrote: > > If you have the swfobject plugin installed (check that the swfobject.js > is > > found too) >

Re: swfObject GUI Context-Sensitive Help Demo

2009-05-26 Thread Sam Sherlock
does'nt work in google chrome - loads but you don't get swfobject works in ff3 - don't see videos ie6 did not happen at all did'nt even load blank page- might be my install of ie6 ie8 (compat & non modes) object does'nt support this property or method; then xmldoc is undef are you saying that yo

Re: swfObject GUI Context-Sensitive Help Demo

2009-05-30 Thread Sam Sherlock
Good to hear that Steve, Flash is borked in my ie collection since installing google desktop after ie collection (I think) - its all gone lulu - anyway disregard my concerns for ie7&8 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: SWFObject 2.2 is live!

2009-06-11 Thread Sam Sherlock
Thanks & Congrats to all awesome stuff, I am looking forward to seeing these new API additions. some changes were also made to improve the performance of swfobject when compressed (before IE was having troubles) - thse problems persist but this may be due to my peculiar project - S 2009/6/11 D

Re: Help! HTML/SWFObject IE7 table

2009-06-12 Thread Sam Sherlock
I get the charts in ff3 & ie8. ie7 displays blank space. Chrome also displays nothing (perhaps chrome is compat with 1.5) opera 9.64 displays ok. FF3 makes full use of the space available - none of the other browsers do nearly as well (there is a jquery plugin to handle this - but be wary of usi

Re: removal of preloader from flash player

2009-06-15 Thread Sam Sherlock
swfObject is just about embedding the object in the page not about the flash that is displayed, and giving you total control of it once there. Your best consulting the documentation of the actual player itself. Failing that you'll find some good resources such as kirupa.com

Re: Flash loads first in my webpage

2009-06-16 Thread Sam Sherlock
1) Wrap the div#mainImage in a div that has css to set its size (swfObject replaces the mainImage div inside this wrapper - the dimensions will then be respected) 2) these might help (I did not notice this on the page): http://groups.google.com/group/swfobject/browse_thread/thread/ba179f6c8610

Re: Flash Vaporizes IE

2009-06-16 Thread Sam Sherlock
If you use plain object/embed rather than swfobject does this still occur? Is this happening on a single system or any ie browser? Can you provide a link? - S 2009/6/16 tmac22 > essing this a flash problem rather than a SWFObject problem but > I'm curious if anyone else has seen this. When w

Re: player loads the WHOLE .swf

2009-06-17 Thread Sam Sherlock
I would look at one the the many media player flash projects such as http://www.longtailvideo.com/players/jw-flv-player/ http://www.openvideoplayer.com/ swfObject can embed the flash but its within the flash that the streaming is handled (later flash versions handle this better) - S 2009/6/17 c

Re: FLVPlayer_Progressive from CS4 Dreamweaver

2009-06-24 Thread Sam Sherlock
Hi Rob, It would be much easier to help you if you provide a link to the actual page or a replicated test page. perhaps this is not possible - but if it is please post a link. In the mean time you need to see the location of the flv that is being loaded where the error is there. I suspect that it

Re: question

2009-06-24 Thread Sam Sherlock
Hi Tom, The generator makes the entire page. Which you can then move into your project. See: http://code.google.com/p/swfobject/wiki/documentation http://code.google.com/p/swfobject/wiki/test_suite - S 2009/6/24 tom > > Hello, > I'm interested in learning about SWFOJECT. From what I'm readin

Re: Bug? Div over flash firing flash mouse events on Safari & FF on Mac, not Windows

2009-06-25 Thread Sam Sherlock
mouse active areas conflict with each other in this way. you'd have to ensure that the active area of the flash are removed whilst the drop down is displayed and thenreinstate them after. This is not a swfobject issue - this would occur whatever method of swf placement you used. You can use ex in

Re: Bug? Div over flash firing flash mouse events on Safari & FF on Mac, not Windows

2009-06-25 Thread Sam Sherlock
round is so complex. > > On Jun 25, 10:25 am, Sam Sherlock wrote: > > mouse active areas conflict with each other in this way. > > you'd have to ensure that the active area of the flash are removed whilst > > the drop down is displayed and thenreinstate them after. This

Re: Cannot get Player Skin to show with video

2009-06-29 Thread Sam Sherlock
What happens if you load another video? Does the same issue arise? - S 2009/6/29 mbalynne > > Hey Aran, > > Thanks. Yes, I have scalemode set at noscale and alignment at top > left. As I said, the movie is 720 x 406 and I set the dimensions to > 750 x 430 in flash to leave room for the skin.

Re: Advice needed - Loading the same swf file multiple times.

2009-06-30 Thread Sam Sherlock
Hi, I think the issue is cause by something not evident in the snippet you have provided. As Aran requested a link is much more helpful. I have just recreated this without issue (except that I commented out fromTime & toTime etc) I would look at the vars toTime & fromTime and reportsURI I would

Re: Weird display of swf in IE 6 after browser back button

2009-07-01 Thread Sam Sherlock
your passing the swf file twice second being where you would put the express install not sure if that will solve the issue - retry after changing this - S 2009/7/1 Julien > > I did a Splash page on http://bfix.sy.gzk2.be/ and when I select a > language and then press the Back button of IE > 6.

Re: Weird display of swf in IE 6 after browser back button

2009-07-01 Thread Sam Sherlock
plus some mark up errors - S 2009/7/2 Sam Sherlock > your passing the swf file twice > second being where you would put the express install > > not sure if that will solve the issue - retry after changing this > - S > > > 2009/7/1 Julien > > >> I did a S

Re: Panoramic SWF image works in FF,Safari & Chrome , but not in IE7

2009-07-05 Thread Sam Sherlock
In ff3 I get Permission denied to call method Location.toString perhaps this will help you hunt down the issue. In in ie8 I get a broken object with red cross no error. Also I get only a single object whereas in ff3 there are two objects. Its very impressive! - S 2009/7/5 tinus > > I'm

Re: Panoramic SWF image works in FF,Safari & Chrome , but not in IE7

2009-07-05 Thread Sam Sherlock
ny errors when opening the image.php file on its own? > > Seeing that you like the shots, I thought I'd give you a more > enjoyable example: > > > http://www.virtualafrica.co.za/360/image.php?did=32f6fdb073e6cd48553a5c1f0a322bb4&size=m > > (you can change the m to an

Re: Firefox page flicker on load

2009-07-06 Thread Sam Sherlock
your css is: div#wrap_eswf80 { height:240px; width:300px; } but the id of the wrapper is #wrap_eswf80_wrap - S 2009/7/6 otheroom > > I've up example pages here: > > http://dev.otheroom.com/flicker_22 > > Page 1 is where swfobject is doing the embedding. Page 2 and page 3 do > not include the

Re: Firefox page flicker on load

2009-07-06 Thread Sam Sherlock
I am using ff3 (3.0.11 to be exact) windows. I did'nt notice the flicker before Alan says he notices it on Mac FF3 - so perhaps mac users only get the flicker (I can't verify this right now) Checking now this its fine no flicker - in any browser I have tried (chrome, safari, ff3, ie 6-8 & opera

Re: flash & xml

2009-07-07 Thread Sam Sherlock
you just need to set up your flashvars in a different way var fvars = { xml: 'my.xml' }; var params = {wmode: 'transparent', menu: 'false'}; // all you add params go here var attrs = {id: 'myflash'}; swfobject.embedSWF("myFlash.swf","flashcontent","418","167","10", "expressInstall.swf",fvars,param

Re: swf 'window' shows up smaller than 100% in IE

2009-07-07 Thread Sam Sherlock
Hi Jarod, in ie8 and ff3 its displaying at the correct size 900x500 - S 2009/7/8 jarod > > hey, thanks for the response :0) > > no, i have IE 8. > > you can see my source code right. i tell swfobject to make itself > 900x500 px. if i have a 900x500 wrapper div around this, should/can i > not g

Re: Firefox compatible?

2009-07-08 Thread Sam Sherlock
Its is fine with ff3. You must be doing something wrong. Please send your a link to your project. Did you see the examples and documentation? http://code.google.com/p/swfobject/wiki/documentation http://code.google.com/p/swfobject/wiki/test_suite Did you the generator? http://code.google.com/p/

Re: Firefox compatible?

2009-07-08 Thread Sam Sherlock
imes ('cadre_aubaine' but thats not the issue) - S 2009/7/8 Sam Sherlock > Its is fine with ff3. You must be doing something wrong. Please send your > a link to your project. > Did you see the examples and documentation? > http://code.google.com/p/swfobject

Re: Multiple embeds with JS embed not functioning

2009-07-09 Thread Sam Sherlock
Hi Fetimo, this syntax is for 1.x swfObject is quite different http://code.google.com/p/swfobject/wiki/documentation this is swfobject 2.x syntax var flashvars = {}; flashvars.name1 = "hello"; flashvars.name2 = "world"; flashvars.name3 = "foobar"; var params = {}; params.menu = "false";

Re: Multiple embeds with JS embed not functioning

2009-07-10 Thread Sam Sherlock
playlistPath: "mp3/playlist%203.xml" > }; >var attributes = { >}; > >swfobject.embedSWF("mp3/playerMultipleList.swf", "june", > "300","240", "9.0.0", "expre

Re: 2.2 IE7 - Still Not and Active Object :(:(:(:(:(:(

2009-07-10 Thread Sam Sherlock
Hi Mavi, Your using static objects of swfobject 2 but your page sources swfObject 1.5.1 http://www.flashmavi.com/swfobject.js get swfObject 2.2 from http://code.google.com/p/swfobject/downloads/list or you could use the google hosted option http://code.google.com/p/swfobject/wiki/hosted_library

Re: 2.2 IE7 - Still Not and Active Object :(:(:(:(:(:(

2009-07-10 Thread Sam Sherlock
Hi Mavi, Checking the gymnastics pages only - in ff3.5 & also ie8/7 & ie6 all is working fine when clicking on a link below the swf on gymnastics page in all the above browsers. gymnastics.shtml swf seems inactive (but swfObject is working fine - might be something to resolve within the swf - th

Re: IE loading params problem

2009-07-12 Thread Sam Sherlock
me also tried ie6 & ie8; display fine on first load not on refresh until clearing cache for ie6 not even after that for ie8 fine in other browsers first load & when reloaded too windows xp home sp3 also noticed that the html end tag is missing, don't know could be an issue or not - S 2009/7/13

Re: How can I create multiple graphs on same page?

2009-07-25 Thread Sam Sherlock
vious thread Aug 29, 2008 title complex flashvars (but maybe 2.2 can handle complex flashvars; but Monesh's flashvars make my head hurt ) Sam is correct. You would want to use a remoting (AMF), JSON, or XML structure to pass in/ out. > Depending on your serverside language there ar

Re: Centering a Flash Movie in the browser Window

2009-07-25 Thread Sam Sherlock
Following on from Vincents advice you should also check the swfobject faq 10 & 13 In the past in a situation like your I have used full browser flash http://blog.wezside.co.za/2008/10/fullscreen-flas.html (this 1 is listed on swfobject examples)

Re: How can I create multiple graphs on same page?

2009-07-26 Thread Sam Sherlock
Hi Monesh, Yes this is working now - I can only get it via the ip address not domain. Your other points are best answered elsewhere, as they don't relate to swfobject, the open chart forum & general googling. Kirupa in general is very informative for flash stuff great forums too; wide range of to

Re: how to set loop param to false

2009-07-29 Thread Sam Sherlock
please see http://groups.google.com/group/swfobject/browse_thread/thread/bc27fc1a51004e71 The syntax Rick uses is correct; but as Aran says you've got to check up on any requirements your skin has hth - S 2009/7/29

Re: Optinal Flash Update

2009-07-31 Thread Sam Sherlock
If your talking about express intall then swfObject fully supports that but if your asking if its possible to code this check within a swf then thats beyond the scope of this list General flash & actionscript questions are for forums like kirupa - S 2009/7/31 Heinrich > > Is it possible to us

Re: Optinal Flash Update

2009-07-31 Thread Sam Sherlock
see the wiki, swfobject.showExpressInstall and other options added in 2.2 may be what you need. You could have a swf that is played only when a certain version of flash is present http://code.google.com/p/swfobject/wiki/api http://pipwerks.com/lab/swfobject/expressInstall/2.0/index.html

Re: swfobject embed, doesn't display where embedded

2009-08-02 Thread Sam Sherlock
what browser are you using it works for me in both chrome and ff3.5 have you cleared your browser cache? - S 2009/8/3 Gwenh > > What am I doing wrong? The swf and html test fine both locally and on > the server. When I try to embed the html on my home page I get a blank > page. I've checked my

Re: swfobject embed, doesn't display where embedded

2009-08-03 Thread Sam Sherlock
gt; Thanks > > On Aug 2, 8:55 pm, Aran Rhee wrote: > > Works for me on IE8. > > > > Aran > > > > On Mon, Aug 3, 2009 at 11:53 AM, Sam Sherlock >wrote: > > > > > > > > > what browser are you using it works for me in both chrome and

Re: swfobject embed, doesn't display where embedded

2009-08-03 Thread Sam Sherlock
Is the actual page thats the issue available online - can you post a direct link to it? If not check that the page is error free. - S 2009/8/3 Gwendolyn Horlon > > Sam > > Yes, I can get the test page to work but not the actual embed. > > Thanks > > On 8/3/09, Sam Sherl

Re: swfobject embed, doesn't display where embedded

2009-08-03 Thread Sam Sherlock
the area I'm trying to embed the flash in. Thanks for your help. > > Gwenh > > On Aug 3, 8:38 am, Sam Sherlock wrote: > > Is the actual page thats the issue available online - can you post a > direct > > link to it? > > If not check that the

Re: swfobject embed, doesn't display where embedded

2009-08-03 Thread Sam Sherlock
then all you need to do is var flashvars = {}; flashvars.configpath = "config.xml"; flashvars.datapath = "data.xml"; var params = {}; params.play = "true"; params

Re: SWFobject totally not working

2009-08-06 Thread Sam Sherlock
Hi Jelle Its not working because your using the 1.x syntax with swfObject 2.2. swfObject 2.x is different from & an improvement upon 1.x use the generator to create the code http://code.google.com/p/swfobject/wiki/generator report back if your still stuck - S 2009/8/6 Jelle > > Hi, > > I'm

Re: loading multiple flash files on one page

2009-08-06 Thread Sam Sherlock
do the divs have correct id? perhaps the first works since the div with id is there and the others not do you have a link? at first glance the code looks ok. placing multiple instances is common with swfObject - S 2009/8/6 Morgan > > I am working on a company intranet and have been moving flas

Re: Percentages not working

2009-08-06 Thread Sam Sherlock
Hi Jim What pains are there with 2.x and full browser http://www.bobbyvandersluis.com/swfobject/testsuite_2_2/test_dynamic_fullbrowserflash_adv.html http://www.tate.org.uk/modern/exhibitions/pierrehuyghe/flash/interactive.htm(they should retitle that page) fbf is a pain (flash a pain in general) b

Re: Percentages not working

2009-08-06 Thread Sam Sherlock
I know your not a newbie :) you and swfObject are very much acquainted I was not aware of a difference under these circumstances; its good to be aware of such gotchas as it I see you have an as3 full screen example on your site but as2 flash8 not upto it :) - S 2009/8/6 Jim Berkey >

Re: How to load SWFObject into a hidden element?

2009-08-06 Thread Sam Sherlock
this might be of interest http://pipwerks.com/lab/swfobject/hide-swf/2.0/text-indent-modified/static.html - S 2009/8/6 holden321 > > How to load SWFObject into a hidden element ( with 'visibility:hidden' > or 'display:none' styles)? > And how to prevent reloading of SWFObject when hide and then

Re: Allowing users to record flash presentation with a record button

2009-08-06 Thread Sam Sherlock
If you have a swf that contains the entire presentation then you could link to that file (ideally forcing it to be download) but you'd have to find assistance with this elsewhere as this is not swfobject related - S 2009/8/7 videot > > I would like to enable a record button on an embedded flash

Re: loading multiple flash files on one page

2009-08-10 Thread Sam Sherlock
so the first link does not work correctly since you have not updated the following such code to the 2.x syntax (also move the updated javascript to the head) 2.x is not backward compatible with 1.x var so = new SWFObject('embed/player.swf','mpl','320','260','9'); so.addParam('allowscriptaccess',

Re: SWF won't appear, stuck on "Please install Adobe Flash Player ."

2009-08-11 Thread Sam Sherlock
your script call to swfobject should be in the head of your document its currently inside the target div