We would like to build a flash video player into our corporate intranet site, currently we are evaluating JW Player and have come across and issue accessing the FLV files stored on a mirrored share drive that all users have access to on the local intranet.
From what I can tell the Adobe flash plugin will not allow a SWF file hosted 'onl...
I have a piece of jQuery that requests a file (using .load() method) with some HTML and an embedded Flash video player. IE7 doesn't seem to load the Flash video player, but it does load all the HTML and applies proper CSS to the elements. It works at least on FF3.6.6. I've tried both static embedding [1] and SWFObject [2]. I've also trie...
Weird problem...check out the Flash on www.FishChummer.com. The Fl and YouTube buttons (after clicking the yellow button) do not work the first time around...however, when you click the "Home" button on the side menu, and do it again, it works fine...why?
I think it's got a problem with the "framing" that godaddy's URL masking create...
Hi guys, I am having some consistency problems with my flash application, when I echo out variables for flash to get, it doesn't always pick up what PHP is sending, it seems to vary from PC to PC.
I am getting info from a database, and I need to pass it to flash, say for instance I need to send through 5 variables $uid,$name,$points,$f...
i have to make an addchild to a movieclip, but i really don't know how to make it with a dynamic name.
for example
private function buttonClicked(nameOfTheButt:String):void
{
thumbs.addChild(nameOfTheButt);
}
buttonClicked("homepage");
obviously there's a casting error, im tryin to make an addchild to a string...
how can i solve...
Hi,
why flash setinterval function is too slow in IE..
Pls help how to fix it . ?
Best Regards,
Satish Kalepu
...
Is is possible to detect within JavaScript of Flash if there is auto audio another flash object (mostly ad) on the page?
...
I am loading an flv file from an s3 location. I want to revent its hotlinking.
crossdomain.xml does not seem to work for flvs
Anybody has nay idea, why crossdmain does not work? and what are the ways we can prevent other flash containers to extract the content from our location?
...
I am trying to export a .swf to mpg/avi or any other easily viewable and distributable format.
It has worked in the past but the .swf we are currently trying to export has more advanced filters and masks. Can any one tell me a good program/method?
...
My Flex app seems to have different frame rates in Chrome and Firefox. I have a preloader that is essentially a splash screen that fades away with a Timer, and it is this part that has the noticeable frame rate difference--it fades away faster in Firefox. The odd thing is that any Timers I'm using in the rest of the app seem to behave un...
I have a CMS where people can paste the code to embed a YouTube video. The problem is, the CMS uses jQuery lightboxes as modal popups to edit things, and the YouTube embeds are appearing over top of the popup window.
I have read in many places that elements don't respect the z-index property and just stick themselves on top of everythi...
hello!
can you tell me a simple and clean way to pass the dimension of the stage to another class, imported in my documentclass?
thanks a lot!
...
I want to get data from a database of my site.
In the setting of the project point out Root URL: http://...:**
But what to set in Root folder?
Already tried the two dozen variants and Validate location does not work.
...
I have a requirement to do a flash program or something like that (not necessarily flash, it can be javascript or something in aspnet) that allow me to save audio in the client side of a web app, and save it on a file in the server side of the web app.
I've been searching a lot in google, and all I've found are just old questions, but n...
Hi
I have a master page and a child page and have placed the javascript code inside the child page for flash movie.
The problem is the movie seems working when there is a alert on, without at least one alert msg, the code does not work, I am sure you people can solve, I can see that the following code works well in both Mozilla and IE, ...
Is it possible to use JavaScript to "stop" and "play" video that's inside an FLV player?
I want to do this using only JavaScript and without modifying the FLV player or movies.
The FLV player I must use is one of the default players bundled with Flash (FLVPlayer_Progressive).
...
Okay, so this is a strange one...
Is it possible to add namespaced members to anonymous or dynamic types? Say, if you wanted to "flag" a builtin type as "touched" for example?
Earlier I thought about adding hidden members to StyleSheets and their inner styles and wondered how I'd prevent them being overwritten or serialized or whatever...
Hi
suppoose we i have video in object tag not with javascript functionality i want to play pause stop forward backward that video ...
suppose my object tag is.
what could be functionality in javascript so that that video should play pause stop forward backward..
Please help
Thanks...
...
There's a flash running on a web-site (not localhost).
It has a drop-down list, where you can type letters.
While you are typing, it sends a request to the server and shows values containing your query letters.
Is there any way to programmatically send a request (imitating a human working with that flash animation) and extract some of...
is it possible for flash to detect off-stage mouse coordinates in order to continuously drag an object within its bounds while the mouse is moving outside of the stage?
for example: i have a draggable red square on my stage. the stage is the bounds of the drag. if i drag the red square to the bottom of the stage and continue to drag ...