[SWFObject] How do I add MIME types

2010-09-16 Thread hcccs
I have video .flv working but I would like to use .f4v files since they seem to be half the size. I added the .f4v MIME type in 'Default Web Site Properties->HTTP headers->File Types' on my local server and got it working but how do I do it on the live web server. I have web hosting with GoDaddy an

[SWFObject] Re: Blank video

2010-09-12 Thread hcccs
opemtn > experience who can help you with some basics... > > Aran > > > > On Sat, Sep 11, 2010 at 1:46 PM, hcccs wrote: > > Now I've given up the idea to get this with .f4v files to work. I > > could never figure out where to put the web.config file. I tried to

[SWFObject] Re: Blank video

2010-09-11 Thread hcccs
ility to view the video file? > > Aran > > > > On Tue, Sep 7, 2010 at 2:26 PM, hcccs wrote: > > The MIME type for f4v is not included in my hosting plan with > > GoDaddy.com. I asked them to tell me how to add it but I need to do it > > myself. This is what they say:

[SWFObject] Re: Blank video

2010-09-07 Thread hcccs
th the file when that > type of file is requested). > > The mimetype for F4v is: > > video/mp4 > > as described > here:http://www.kaourantin.net/2007/10/new-file-extensions-and-mime-types > > Aran > > > > On Tue, Aug 31, 2010 at 3:57 PM, hcccs wrote: &

[SWFObject] Re: Blank video

2010-08-31 Thread hcccs
The extensions I added was in WS_FTP. Hans On Aug 31, 10:57 pm, hcccs wrote: > How can it not find the file - it has been in the /movies directory > for a week. I re-transferred it but the result is the same. > Could it have anything to do with how the file is transferred. I added &

[SWFObject] Re: Blank video

2010-08-31 Thread hcccs
e any difference. Hans On Aug 31, 10:00 pm, Aran Rhee wrote: > That is because on your live site it cannot find: > > http://www.strahle.eu/movies/Pawnee.f4v > > Put this file in the movies directory. > > Aran > > > > On Tue, Aug 31, 2010 at 2:31 PM, hcccs wrote: > >

[SWFObject] Re: Blank video

2010-08-31 Thread hcccs
f your f4v? > > To be clear, everything is displaying correctly when you export the HTML / > Flash file on your desktop? (I am just surprised how much trouble you are > having if everything was already working as intended before you tried to > place your content on your web server) &

[SWFObject] Re: Blank video

2010-08-30 Thread hcccs
which means all values are out > of index by one. Can you please use the code generator to help you write > valid code? > > Aran > > > > On Wed, Aug 25, 2010 at 12:15 PM, hcccs wrote: > > I started all over from and reencoded the .avi and recreated the .fla >

[SWFObject] Re: Blank video

2010-08-25 Thread hcccs
still things that don't work. Hans On Aug 18, 11:01 pm, Aran Rhee wrote: > Change the refernce in the flash IDE of your skin from: > > http://localhost:8080/SkinUnderPlaySeekStop.swf > > to: > > SkinUnderPlaySeekStop.swf <http://localhost:8080/SkinUnderPlaySeekSt

[SWFObject] Re: Blank video

2010-08-19 Thread hcccs
nUnderPlaySeekStop.swf > > to: > > SkinUnderPlaySeekStop.swf <http://localhost:8080/SkinUnderPlaySeekStop.swf> > > (you have a hard coded reference to localhost which means it will never work > on your production server) > > Aran > > > > On Wed, Aug 18, 2010 a

[SWFObject] Re: Blank video

2010-08-18 Thread hcccs
; > http://localhost:8080/SkinUnderPlaySeekStop.swf > > if you change to > /SkinUnderPlaySeekStop.swf > > it should work both locally (on localhost) and online > >  - S > > On 18 August 2010 11:41, hcccs wrote: > > > > > I did that and it's the same. I then changed the

[SWFObject] Re: Blank video

2010-08-18 Thread hcccs
the flv or f4v (is that another format of flash video) on > server > >  - S > > On 17 August 2010 23:38, Aran Rhee wrote: > > > > > your server seems down, so I cannot check. > > > On Tue, Aug 17, 2010 at 4:11 PM, hcccs wrote: > > >> I have no

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
> the root forlder for relative pathing) > > Aran > > > > On Tue, Aug 17, 2010 at 2:36 PM, hcccs wrote: > > It's strange. It is definitely in there. I even recreated it and > > transferred it again. > > Even locally, if I runhttp://localhost:8080/movies/pawne

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
hing to do with how it was created? I'm at a loss now. Hans On Aug 17, 8:37 pm, Aran Rhee wrote: > Ok, so right now the page is looking > forhttp://www.strahle.eu/movies/pawnee.swfand not finding it (404). > > Aran > > > > On Tue, Aug 17, 2010 at 1:29 PM

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
o that I can debug the http traffic. It > is really easy to see where the files are being requested (and if there are > any mis-paths etc). > > Aran > > > > On Mon, Aug 16, 2010 at 3:29 PM, hcccs wrote: > > This is the actual page. I have now taken the example html file

[SWFObject] Re: Blank video

2010-08-17 Thread hcccs
Aug 16, 1:17 am, Aran Rhee wrote: > If you could post your actual page, that would be most helpful. > > I am imagining that it is just a relative pathing issue (remember if you are > loading a video/skin from within flash, that it is relative to your swf, not > your HTML page)