Re: [SWFObject] Alert "http://:/" not found, originated swfobject.js

2010-12-30 Thread Sam Sherlock
if the protocol below is in your script's src its a mistake on your part "http://:/"; it should be (one less colon; one less slash) "http://"if this is not the case or another issue arises please post a link so someone can spot the issue - S On 30 December 2010 17:29, Nathan Mynarcik wrote:

Re: [SWFObject] Alert "http://:/" not found, originated swfobject.js

2010-12-30 Thread Nathan Mynarcik
If you post a link to the page you are having issues with, it might be easier for someone to troubleshoot your problem. Nathan Mynarcik nat...@mynarcik.com www.mynarcik.com

[SWFObject] Alert "http://:/" not found, originated swfobject.js

2010-12-30 Thread lsri8088
Hi! I'm using SWFObject 2.0 on my website, and I get an alert from alert monitor: Can not find the url "http://:/. " If I remove the swfobjetc.js, then no alert appears. What can be causing this error? Thanks and regards. -- You received this message because you are subscribed to the Google G

Re: swfobject.js

2009-12-25 Thread Sam Sherlock
param to ./player http://www.tvmeubrasil.com <http://www.tvmeubrasil.com/player/swfobject.js> /index.php /index_player.php /js ... /player /player.swf /expressinstall.swf /playlist.xml if you set up something along the lines of the above on you server and post a link page

Re: swfobject.js

2009-12-24 Thread Jhonatan Oliveira
Okay so I can have my swfobject in one folder and my flash.swf and expressINstall in another folder? On Tue, Dec 22, 2009 at 4:09 PM, Getify Solutions, Inc. wrote: > The location of the swfobject.js file doesn't have any bearing on where you > keep your SWF content. You just specify t

Re: swfobject.js

2009-12-22 Thread Getify Solutions, Inc.
The location of the swfobject.js file doesn't have any bearing on where you keep your SWF content. You just specify the location of the .js file using the script tag you include in your HTML. For the SWF, the location is controlled by the SWF URL you: 1) set in the data params in the s

swfobject.js

2009-12-22 Thread Jhonatan Oliveira
Hello, I am reorganizing my website and putting files into certain folders, now my swfobject.js file i want in a js folder but like I am confused, does that affect my player.swf and expressinstall.swf? I opened it up on flash and dreamweaver but couldn't find anywhere to change the folder

Re: IS SWFOBJECT.js APPLICABLE TO ALL?

2009-11-11 Thread aYu-SuiTs
Practising this: http://blog.circlecube.com/wp-content/uploads/2008/02/ActionscriptJavascriptCommunication2.html was already done. Now, I tried replacing it with my own file and it is not working in IE again;. Thanks for the tutorial. Ill check. On Wed, Nov 11, 2009 at 4:09 AM, Aran Rhee wrote:

Re: IS SWFOBJECT.js APPLICABLE TO ALL?

2009-11-11 Thread Aran Rhee
Wasn't this already answered in your other thread? If you (still) are confused on what you should do, check out Philip's tutorial: http://pipwerks.com/lab/swfobject/ExternalInterface/2.0/index.html Aran On Wed, Nov 11, 2009 at

Re: Linkng to a hosted swfobject.js

2009-09-20 Thread Aran Rhee
Have you actually tried to follow that link? It does not return a js file, so that would be your problem. Google hosts the swfobject library here: http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js (from wiki page): http://code.google.com/p/swfobject/wiki/hosted_library Feel free

Linkng to a hosted swfobject.js

2009-09-19 Thread mikeRox
I want to link to a hosted .js file from my html page for example: http://www.mytunerox.com/</a> mediaplayer-3-14/swfobject.js"> The above fails to load the player? Any Ideas? cheers Mike --~--~-~--~~~---~--~~ You received this message because you

Re: Copyrighted swfobject.js

2009-06-01 Thread Aran Rhee
@jamoboy - Just to clarify, SWFObject.js can be downloaded and used (or modified) by anyone. The only condition is that you keep the original copyright information in the file to ensure the original authors are credited for their work. Regards, Aran On Tue, Jun 2, 2009 at 1:56 AM, jamoboy

Re: Copyrighted swfobject.js

2009-06-01 Thread jamoboy
are pretty > cool about stuff like that . . . probably just need to ask nicely . . . > > > > On Mon, Jun 1, 2009 at 11:38 AM, jamoboy wrote: > > > Ah I see. So it's not the swfobject.js but the swf files. > > That explains why I still couldn't use the js I

Re: Copyrighted swfobject.js

2009-06-01 Thread Jim Berkey
's not the swfobject.js but the swf files. > That explains why I still couldn't use the js I downloaded from > deconcept. > Yes I copied the swf files named gallery.swf and expressinstall.swf > These are actually from my work, and I intended to use it for my > pers

Re: Copyrighted swfobject.js

2009-06-01 Thread jamoboy
Ah I see. So it's not the swfobject.js but the swf files. That explains why I still couldn't use the js I downloaded from deconcept. Yes I copied the swf files named gallery.swf and expressinstall.swf These are actually from my work, and I intended to use it for my personal website.

Re: Copyrighted swfobject.js

2009-06-01 Thread Jim Berkey
Sounds to me like you not only copied swfobject.js from a web site that you do not own, but also a swf or two - swfobject.js can be copied and used from any site, but you'd get a possibly better version from the author - but I'd guess that the swf you copied or hot-linked to had some

Copyrighted swfobject.js

2009-06-01 Thread jamoboy
I copied an swfobject 1.5 from a site to be used on my website. It worked just fine for a few days, but suddenly last night I saw this msg: "This feature has been disabled and the attempt to use it has been recorded" I know I put all the supporting files on the right folders because it had been w

RE: swfobject.js

2009-01-18 Thread Aran Rhee
The swfobject.js file is not generated for you. You just download the package from the SWFObject site: Downloads page: http://code.google.com/p/swfobject/downloads/list Direct http://swfobject.googlecode.com/files/swfobject_2_1.zip You can use the 10kb swfobject.js file in the top level of

swfobject.js

2009-01-18 Thread LinK
I generated the code using swfobject ... One thing (important) that I don't get through ... the .js file wasn't automatically generated (swfobject.js) and my page indicates "Page Not Found" What do I use for the .js file ? --~--~-~--~~~---~--~---

RE: Must the swfobject.js be defined in the head tag?

2008-12-02 Thread Aran Rhee
Placing the SWFObject library/calls within the body tag will change the load / execution order of the page. Once the user has loaded the swfobject.js file from one page, it will be cached, so it does not matter if they visit another page with the include. Considering most Ajax/js libraries are

Must the swfobject.js be defined in the head tag?

2008-12-02 Thread kenja
I'm installing this on a CMS system and the head of the document is controlled by the CMS. Instead of forcing every page on the website to download swfobject.js, I want to only include it on pages that use video. I can hard code it into the head tags, but it will require a conditional stat

Re: Trying to control swf with swfobject.js through html isn't working

2008-12-02 Thread [EMAIL PROTECTED]
;         // do default layout or something >         gotoAndPlay("main"); > > } > > Aran > > -Original Message- > From: swfobject@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTED] > Sent: Tuesday, 2 December 2008 10:18 AM >

RE: Trying to control swf with swfobject.js through html isn't working

2008-12-01 Thread Aran Rhee
ups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, 2 December 2008 10:18 AM To: SWFObject Subject: Trying to control swf with swfobject.js through html isn't working Hi, I'm not very savvy on code, and I've been having a friend support me with this as I&

Trying to control swf with swfobject.js through html isn't working

2008-12-01 Thread [EMAIL PROTECTED]
Hi, I'm not very savvy on code, and I've been having a friend support me with this as I'm trying to control a flash menu with the html it is residing in. The swf is within a div tag(again I'm new to this), and I have this script running: var object1flashvars = { thispage:"16"