Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - abdoh2010

Pages: 1 [2] 3 4 5 6 7
16
That is really out of your control as all videos are pretty much big in file. Someone with dialup will have slow results no matter what they are doing. The only thing you can do as a designer is make the site work for what the standard user use as far as resolution, etc.

You can't make someone with low speed internet download/view a video faster then what their connection allows. You could try compressing the videos, but that means you have to do ALOT of work on your end to make those with low speed happy. The majority of users today have decent speeds and those are who you should be targeting.

JMO

i have full contol on every thing

on the server, website and all the videos

i can work on it on the server side
i can also work on it on the programming side
and last but not least on the videos side

do the math 1 + 2 + 3 = faster videos then before

i installed the ffmpeg and all the other stuff on the server and i'm studying right know the documentations for them to see how can i use them

also i'm looking on better template for the videos
http://support.microsoft.com/kb/285154

also i'm looking for independent video player base on flash as a try to see how the videos will look like if i convert them to flash

so i'm working on it, and i think that i will find something make my visitors happy

17
Installation, Update & Configuration / Re: 4images 1.7.5 ?
« on: March 31, 2007, 07:27:49 PM »
Ohhh, can we know a little about whats gonna be new?  :P

as usual some bug fix, security upgreade and thats it

18
Discussion & Troubleshooting / Re: whats wrong with this code?
« on: March 31, 2007, 06:48:35 PM »
up up up



come on guys

19
thats all what i need to know
it seem like there is alot of stuff missing, but it's ok
i think i know where to start at

when i' done i will share it here.

20
Discussion & Troubleshooting / whats wrong with this code?
« on: March 30, 2007, 04:14:33 PM »
i'm trying to make new code for avi.html and all the video files templates and this is what i got

Code: [Select]
<script language="javascript" type="text/javascript">

var WMP7;

if(window.ActiveXObject)
{
    WMP7 = new ActiveXObject("WMPlayer.OCX.7");
}
else if (window.GeckoActiveXObject)
{
     WMP7 = new GeckoActiveXObject("WMPlayer.OCX.7");
}

// Windows Media Player 7 Code
if ( WMP7 )
{
     document.write ('<OBJECT ID=MediaPlayer ');
     document.write (' CLASSID=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6');
     document.write (' standby="Loading Microsoft Windows Media Player components..."');
     document.write (' TYPE="application/x-oleobject" width="320" height="240">');
     document.write ('<PARAM NAME="url" VALUE="{media_src}">');
     document.write ('<PARAM NAME="AutoStart" VALUE="true">');
     document.write ('<PARAM NAME="ShowControls" VALUE="1">');
     document.write ('<PARAM NAME="uiMode" VALUE="mini">');
     document.write ('</OBJECT>');
}

// Windows Media Player 6.4 Code
else
{
     //IE Code
     document.write ('<OBJECT ID=MediaPlayer ');
     document.write ('CLASSID=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 ');
     document.write ('CODEBASE=http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715 ');
     document.write ('standby="Loading Microsoft Windows Media Player components..." ');
     document.write ('TYPE="application/x-oleobject" width="320" height="240">');
     document.write ('<PARAM NAME="FileName" VALUE="{media_src}">');
     document.write ('<PARAM NAME="AutoStart" VALUE="true">');
     document.write ('<PARAM NAME="ShowControls" VALUE="1">');

     //Netscape code
     document.write ('    <Embed type="application/x-mplayer2"');
     document.write ('        pluginspage="http://www.microsoft.com/windows/windowsmedia/"');
     document.write ('        filename="{image_name}"');
     document.write ('        src="{media_src}"');
     document.write ('        Name=MediaPlayer');
     document.write ('        ShowControls=1');
     document.write ('        ShowDisplay=1');
     document.write ('        ShowStatusBar=1');
     document.write ('        width=240');
     document.write ('        height=320>');
     document.write ('    </embed>');

     document.write ('</OBJECT>');
}

</script>

it's look fine for me but it dose not compile well

any idea ?

21
i tried it and it work fine with me
i post the link to the board to check if any of my people have a problem with it and they all have problems

the thing is
i have a high speed internet and they dont have
and it's so impotent for me to make it work with low speed internet

what i want to say is
i'm thinking about see what is my option in the net to play a video in my pages
i might do some changes to make it work with low speed internet
this will be my next research

22
i see a lot of crap codes here and there
and all of them are updated to other codes or adding new code to other files

i can track everything down but i want to save my self the headache by asking for all the modified files so i can debug them and put every thing in it right place

if you have them post them all and i will deal with them

23
hi WeZ
i'm willing to work with you side by side to get this thing build up completely.
all what i need from you is posting all your updated modified files right here so i can start helping you with it
i'm a programmer and i have good idea about solving programming problems

also i made some private MOD for 4images to my website

i need this as much as everyone else need it
but i'm willing to work for it instead of watching you do all the work
I don’t want anything except seeing this MOD working in my website

so what do say?

24
Discussion & Troubleshooting / Re: uploading to up to 500Mb ?
« on: March 30, 2007, 05:27:55 AM »
it sound like an idea changing the KeepAliveTimeout to something up
i had just change it and i will try it

25
Discussion & Troubleshooting / Re: uploading to up to 500Mb ?
« on: March 30, 2007, 03:19:12 AM »
will sure that will help a lot

i'm wondering where is Jan or V@no
i was thinking that it will grab thir attention

26
thanks man to open my eyes to it
you save my day

27
DAM DAM DAM DAM DAM DAM DAM DAM

i had just gave it a try on my website and it work

i don’t believe that i have it for like a 3 years and i didn’t use it

i feel so stupid  :oops: :oops: :oops:

28
no it not !!!  :roll:

show me example ?

29
Installation, Update & Configuration / Re: 4images 1.7.5 ?
« on: March 29, 2007, 11:07:53 PM »
thank you

30
Discussion & Troubleshooting / Re: uploading to up to 500Mb ?
« on: March 29, 2007, 07:47:14 AM »
you sure your browser is not timing out?
That would not be suprising with that size of a file.

you know what
i think that you have the answer
let's say you are right

is there a way to solve it by coding so it will upload the file regardless of the browser timeout ?

Pages: 1 [2] 3 4 5 6 7