I'm new to flash and video in general.
I have video that the user needs to be able to view while dragging the the seek bar around. (ie when they drag the seek bar it should show the respective frame).
The players I've seen don't seem to work like this. Any suggestions? I don't think its the video themselves because they work fine in vlc.
User Profile
Collapse
-
I'll check that out. SIlverlight won't do though, not enough people have it installed yet. -
ASP.net - Embed video object and change source in code file
I have an image on my page that changes based on the querystring and other factors. This is easy by adding an image to the webpage in design mode. I don't see how I can do this with a video or other object. Any suggestions? -
well, I basically want the frame to have enough height so that it doesn't have a vertical scroll bar, so it is based on the size of the content of the iframe. No work around, huh?
Thanks for response :)Leave a comment:
-
Resizing an iFrame
Hi
I need to resize an iframe so that it doesn't show its scrollbars. It can't exceed this height by much. I need to open internal and external pages in this frame. Yes, I know it would be easier to open them in a new window, but thats not an option. Any suggestions? -
-
PHP ezPDF Class - Tables
Hi,
I'm trying to use this class to put a table into a pdf.
When I copy and paste the demo I get a pdf with a table of 5 rows (as
the data array is 5x3) but the cells have nothing in them. Is this a
limitation of my php installation or am I missing something completely
obvious? When I use $pdf->ezText it displays the text in the pdf.
Thanks! -
vectors and inherited classes
My class is Creature which has subclass called Human
I have a vector of * creatures
vector<Creature > * creatures .....
It is filled with dozens of creature objects. However I want to make one of those creatures into a Human, how can I do this as the vector isn't of that type.
This doesn't work
vector->at(10) = new Human(); -
Yes, I got it sorted out basically the same way. I think I was focusing too hard on why strings aren't pure and simple in c++, but really they aren't all that difficult. Thanks for the input! :)Leave a comment:
-
Convert an int to a char then concat it to a string.
I can't get this to work for the life of me.
I expect this to work but it does not.
Any help?
int i = 1;
int letter = 65;
osstream ss;
ss << i;
ss << char(65); -
I have 2 dates - How old is the user (days, months and years)
I have two dates. I need to determine if the user is over 18 based on the date they entered.
I assume I have to do something like subtract their birthdate from today, but its not exactly that straight forward.
Any suggestions or a code sample you could point me to? That would be excellent!
Thanks :) -
I don't knwo what it was exactly, but I strted running my document through a validator and fixing the errors, and it started working after I fixed the first few! Thanks ! :)Leave a comment:
-
You're most likely right... I'll experiement
my code def works if I make a new document. hmmmLeave a comment:
-
Even when I paste your code and take mine out... it still shows up inline rather than 0,0
Could doc type affect this?Leave a comment:
-
makes sense. But fixed stll doesn't do what I think ti should in IE. Instead of putting it at (0,0) its putting it on the page where it is in the HTML.Leave a comment:
-
I was mistaken. I should have known. This loses the fixed position part of it that I needed. so it behaves as it should, but it stays at the top of the page rather than the top of the browser window.Leave a comment:
-
More markup than I wanted, but it works :) Thanks for your help!
Code:<div style="position:absolute; left:0px; top:0px; z-index: 200"><div id="added-to-cart" style="height: auto; position:fixed; top:0px; left:0px; width: 100%; display:none; z-index: 250"><ul id="cart-added-list" style="z-index: 250"></ul></div></div>
Leave a comment:
-
-
In firefox the ul expands the div that its in. it just overlays whats underneath it.
In IE rather than lay on top of content it disobeys the z-index and moves the content down as items are added to it.Leave a comment:
-
This is my css/html. Works perfectly in FF. In IE the z-index is ignored and when I add things to the UL it pushes things down.
Code:<div id="added-to-cart" style="height: auto; position:fixed; top:0px; left:0px; width: 100%; display:none; z-index: 250"><ul id="cart-added-list" style="z-index: 250"></ul></div>
Leave a comment:
No activity results to display
Show More
Leave a comment: