Jump to content
xisto Community

bnbrown

Members
  • Content Count

    35
  • Joined

  • Last visited

Posts posted by bnbrown


  1. I got an old laptop and there's an old debian is installed. There's tuxbox etc. Firts off I wanted to play an audio CD, but there was no aquto play, though. Then I asked my friend how to make it and he said "mount cdrom" then it said only root can do that, I asked my frind and he said you must change to root. It's kinda weird stuff going on here! Can any one help me?


  2. hello,

     

    how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.

    1064328132[/snapback]


    This will make it done. Just replace after the src element your file source path. As far I know it is enough to upload your .swf movie file, that works fine.

     

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; width="800" height="100">

    <param name="movie" value="header01.swf" />

    <param name="quality" value="high" />

    <embed src="header01.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="800" height="100"></embed>

    </object>


  3. Thanks folks! Title works perfect. Now I've been into various css problems. One is to 100% all of my div's height of a page at once. The auto did not solve it for it takes the end of a div till it have content. But what if I have different length of content. Then it takes the left div 500px and the middle 700px the right again 600px. What to do that they shall go together disregard of the content? Also I tried the html, body {height: 100%}As others adviced, but it still not have the proper effect.


  4. Thank you finaldesign. This is exactly what I wanted. To have no menus, have own size etc. I've already tried something similar with JavaScript (open.window)but it generated me 2 windows when I cliked on it. Or other version was when I tried an img only with onclick then it worked fine but there was no nice pointing hand for it was no longer a link. (In this manner I deleted the href tag) I hope it will work. I'll try it. ;)

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.