artoferichu.com/figures/ doesn't load.
artoferichu.com/figures loads.
the flash movie won't load in the first link and loads in the second link. any idea what is going on??
i'm using .htaccess to redirect figures to figures.php
oh btw, my .htacces looks like this: RewriteRule ^figures/?$ figures.php
...
Is it possible to embed flickr or picasa (or similar) web-album on my own homepage.
I don't want just a link to flickr's gallery, I want to embed the gallery like vimeo and youtube-clips.
I have looked around on flickr and picasa but did't find a solution... hope you can help me :)
...
There is some way to make the flash put the content of one text file in a string, or at least put it in the .swf, so the user don't need to download it?
...
I want to allow users to submit a vimeo url and embed that in a player. Is there a plugin or gem that does that?
Thanks
...
I want to embed qtwebkit in my pure c windows GUI application.
Are there any examples, sample code on how to do this or is it just not possible? I know its very easy to do inside a QT application but I want to keep my development in C (which can be compiled with a free c compiler).
(searched google for several days without any luck).
...
Hello
In .RC file I can use images and waves as below:
MYIMAGE GIF "images\square7.gif"
MYWAVE WAVE "sounds\login.wav"
And after compiling the .res and including in my dll I can access them with below URLs:
res://D:\myres.dll/gif/MYIMAGE
res://D:\myres.dll/wave/MYWAVE
My question is how to do the same for .swf (flash) file? I want...
Hey everyone,
I'm writing on behalf of YSTV; we're looking at providing embed options for our videos, and I've got a quick question.
We can obviously provide embed code to users such as
<embed height="360" width="480" flashvars="backcolor=0xffffff&autostart=false&file=http://ystv.york.ac.uk/static/videos.php?file=1040&amp;...
I am in the planning stages of a specific subject matter community web site, and one feature I feel is required is that of member discussions. However, not in a typical forum style. For example, I don't want the members to have to navigate away from their own "user space" in order to discuss a topic.
I think it is best described with an...
is there any way to embed two different exe's build in different environment..can be made to embed in one..
like i want to embed c# running program in the asp program??
...
Hello,
I am relatively new to java and have a java application consisting of a couple of packages and a number of classes. I want to be able to run this application in a web browser. How do i go about doing this?
...
Tumblr allows you to import up to 5 feeds. I would like to use this functionality to import my liked videos on Vimeo onto Tumblr. Right now if I take a sample likes feed from Vimeo, what I end up right now is a bunch of posts with static images.
Example feed url http://vimeo.com/user1535794/likes/rss
What I would like is to be able to...
Is there a way to embed a .swf file in a webpage and provide a way to make it fullscreen?
I'm creating these files with Adobe Captivate, which doesn't seem to provide a way to publish in other usable formats (.avi files are too big, and no .flv is available, to which there seem to have some players around that allow fullscreen).
If ther...
I've embeded the following server side code within <script> tag.
<% Dim dataTable As DataTable = cTab.getTabs(Session("UserID"))
If (dataTable.Rows.Count > 0) Then
For i As Int16 = 0 To dataTable.Rows.Count%>
{
contentEl: 'tab'+'<%dataTable.Rows(0)("TabID").ToString()%>',
title: '<%dataTable.Row...
I can't put semi transparent image on embed video:
<object width="100" height="100" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6">
<param value="transparent" name="wmode">
<embed width="100" height="100" wmode="transparent" type="a...
Is it possible to link youtube videos in HTML code without showing it's captions (subtitles)?
Let's say I have following video: http://www.youtube.com/watch?v=kTvHIDKLFqc . It has default english subtitles. However, when linking this video, I want to load it without them. Is there a possibility to do so with some kind of parameter in vi...
IS there a clean and concise way to put multiple swfobjects into one page in HTMl, bearing in mind they will all need different flashvars?
Below is just one:
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
swfobject.embedSWF("/swf/AllBookings.swf"...
Setup:
an online tv channel with "youtube" like clips and categories
our own flash video player which can be embeded into other remote sites
as2 flash player
Goal:
To track who's embeding my videos, at least with basic statistics per domain.
Since it's AS2, it's harder to do this. My ideea is that I can create a php page which shou...
I embed .mov clips that sometimes are bigger than the place where I show it, so I want to resize the clip. Have tried with width and height but that only changes the area to display it; it does not resize the actual movie.
Is it possible to resize the movie size? If yes, how?
...
Hi everyone,
i need to embed a RealPlayer (yes, RealPlayer!) player in a webpage. I'm running into some cross-browser issues and all the stuff i'm Googling seems to be very outdated (Real's official documentation still refers to Netscape 4, for example).
I got my player working with two tags, across all browsers. (Imagine the {url}, {...
Hi,
I am creating a lightweight, single-file database administration tool and I would like to bundle some small icons with it. What is the best way to embed images in a HTML/PHP file?
I know a method using PHP where I would call the same file with a GET parameter that would output hardcoded binary data with the correct header, but that...