Video Player Loading Different From Links In IE?

Sep 15, 2009

So we have a basically skinless video player embedded in a web page. Works fine in Firefox, Safari, Opera... but... in IE... if you type the URL in the browser, it works fine... however if you go to the page from a link, the player renders only the very bottom right of the video skin, as if the align property were seriously out of whack.The video player is 360 x 480 and when broken shows up all white, with the player controls in the top 60 x 10 pixels or so.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Flash Video Player With You-Tube-like Links @ End?

Feb 8, 2007

I hope this is the right forum to post in. I'm trying to make a flash video player that has the little section at the end of the video that grabs a link to a few more videos and lists them, allowing you to click on them and going to a new page. I am starting with this video player here. [URL]..He has included a pretty thorough readme file, it has a lot of info but I haven't worked with flash in a long time and feel pretty nubbish. I suspect something like this wouldn't be too hard but I'm unsure. I've attatched the readme file on this post in case you wanna take a look. I do have the videos working perfectly, it's just a matter of modifying it now to make the end.

I did search both the forums, tutorials, and web for something along these lines but to no avail. Basically I need to know how to make that section at the end with the links to other videos, even pointing me in the right direction would be extremely helpful so I could research the things I need to do.

View 1 Replies

ActionScript 3.0 :: Loading MP3 Links Into Flash Player

Jul 13, 2011

I'm not sure if this can be done with as3 or javascript...I have a flash mp3 player nested in a header on my website, there is a list down the page of the most recently added songs, I want people to be able to click on a link to a song and have it load into the player in the header.

View 1 Replies

Actionscript 2.0 :: Loading External Swf's Into A Video Player

Apr 28, 2009

I have a number off video tutorials that i want to play on my computer from a CD disc. I've make tree style menu on one page with links like

Code: Select all<a href="videoplayer.html?f=file1.swf" target="_blank">File1</a>

This opens up the page with with my video player embedded in it. The player is just a simple one that I make using Adobe Flash CS4, at the moment it's just a stage with the video holder(named Movie_mc) on it. Once I sort out how to play different files I'll add all the controls. I've been trying to work out how to the the player what file to play, I've read so much that my brain has burnt out. My latest try was try to use the following

Code: Select all<script language="JavaScript" type="text/javascript">
var moviefile = new Object();
var queryString = getQueryString();
if(queryString['f']){

[Code].....

View 1 Replies

Professional :: Loading External Quiz Into Video Player SWF

Oct 20, 2010

I'm having some resizing/full-screen difficulty with loading an external quiz swf into a video player swf. What's happening is that, when the quiz swf is first loaded into the video player, the size of the loaded swf has the correct dimensions and aspect ratio. That part is fine, but as soon as I try to fullscreen or resize the video player (using listeners with stage dimensions) the external quiz swf changes dimensions on me and looks vertically squished and smaller.

I've talked to other people about this issue, and they're telling me that this issue is occuring because the quiz swf contains elements outside of the stage. These hidden elements are supposedly giving the video player "incorrect" dimensions. Is this really the case? Is there any other solution other than fitting any hidden elements within the quiz swf within the stage? And if this is the only solution, then why on initial load does the quiz swf show up properly?

View 1 Replies

ActionScript 3.0 :: Automatic Play For Video Player Upon Loading?

Jul 22, 2010

i found this turotial on video player but it only plays if the user click on the play button.how can i make the player to automatically plays upon loading?

View 5 Replies

Professional :: Loading A Flash Video Player Into A JavaScript Layer?

Dec 18, 2010

I want to build a web page with a button that when clicked opens up a javascript layer and loads a flash player inside that layer.  And that layer would need a close button. 

View 4 Replies

ActionScript 3.0 :: Flash MP3 Player Using Html Links?

Jul 14, 2009

I'm trying to create a flash player similar to the way Amazon's is set up, where the user can click an HTML link and the player would play that specific song.

[URL]

I'm just not sure how I would go about using the onClick event in the anchor to return a value to the flash player.

View 2 Replies

ActionScript 2.0 :: [CS4] Flash Player - Links Won't Work

May 9, 2010

I am building a site, and I used the script assist to make links (on release) and the links won't work, i click on them and nothing happens. Do you think this is a coding problem or a flash player problem.

View 10 Replies

Actionscript 3.0 :: Load Mp3 Links Into Flash Player?

Jun 22, 2011

I have a flash mp3 player nested in a header on my website, there is a list down the page of the most recently added songs, I want people to be able to click on a link to a song and have it load into the player in the header.

View 2 Replies

Flash :: Professional - Links Being Blocked By Player

Nov 21, 2011

I have been designing an AS2 site for he last 2 months and i have some links to external sources on the site. The only problem is when i try to access those links from the movie or even from the browser it just pops that error message...How do i get rid of this error!

The error reads: Adobe Flash Player has stopped a petential unsafe operation. the following local application on your computer or network: M:path...is trying to access with this internet-enabled location: [URL]

View 1 Replies

Asp.net :: Play MP4 Video On Window Webserver In Quick Time And Flash Player(flv Player)?

Aug 3, 2010

I have two mp4 video files on webserver, i wanted to play them in flash player(flv player) on my asp.net page, but i couldn't be able to play them, i also tried to play them in quick time player the same prob occured. but i waz giving the accurate path, there were no spaces in mp4 file names etc. Does it need to have mp4 player(or codec etc) installed on webserver?

I have also some wmv files on that server , and i am playing perfectly using silver light player, and media player object on my website.

View 1 Replies

Professional :: Can Flash Player Files Contain Links To Internet URLs

May 20, 2011

Can Flash Player files contain links to internet URLs

View 3 Replies

ActionScript 2.0 :: Mp3 Player - Add Another Attribute In For A Clickable Button That Links To Another Page

Aug 17, 2007

I've gone through an mp3 tutorial series and modified the final result for what i'm looking for. one thing i would like though is to be able to add another attribute in for a clickable button that links to another page that would have lyrics. so my xml would look like this i believe or something close <song name ="Test Track 4" band ="Band4" file="test4.mp3" lyrics="testlyrics.html" /> basically so it adds another button in after the track listing so you can click and view the lyrics that would be on a separate page. I don't quite understand how it all draws together in flash actionscript and how to put the lyrics attribute on another button.

View 5 Replies

ActionScript 2.0 :: Mp3 Player - Play/stop/load From Html Links?

Jul 20, 2008

Does anyone have a resource for this, I've done some seraching and found some stuff, but nothing that just explains how, if possible to play an audio file in a flash mp3 player when you click on a html link (whether using js/php or whatever).Example:1.) Mp3 are loaded through your standard xml playlist. (Play, stop, next, prev, etc. etc.)2.) User wants the flash player to stop the current song playing and play/load the song selected after clicking on one of the html links listed on a page.

View 2 Replies

Add Buttons / Links In Video

Aug 20, 2009

I am new to editing video. I am looking to add a replay link and a go to url link once my movie plays through. I am using Flash CS3 pro.

View 9 Replies

Flash Video Player That Enables User To Embed Video Like YouTube Functionality

Jul 7, 2009

Just wondering where I could get a flash video player that enables the user to embed the video like youTube functionality.URL....

View 3 Replies

Flash :: Use FBML To Embed A Custom Video Player / Video On Facebook Walls?

Oct 28, 2010

I'm trying to get a video (flv) or an swf video player to work on Facebook walls, however no matter what I do - facebook posts the raw fbml and ignores the code.

<fb:swf
swfsrc='http://www.domain.com/flv_player/Main.swf'
imgsrc='http://www.domain.com/large1.jpg'

[Code]......

View 3 Replies

ActionScript 3.0 :: Create Html Video List That Uses A Flash Video Player?

Oct 21, 2010

Create a html video list that uses a flash video player?

View 14 Replies

ActionScript 3.0 :: Sound From Video Plays After Video Player Removed From Stage

Apr 30, 2011

I have a website [URL] when I go there if I click the video archives button then play a video then click on the home or photos button or one of the alternate background buttons on the left the video goes away as it should but not always the audio (especially when I click while the video is still buffering). Is there a command I can use to kill the sound from the flvPlayback component and nothing else(I have a mp3 player there also I so I don't want to use the SoundMatrix class. btw the videos are all played on an instance of the flvPlayback component.

View 7 Replies

Flex :: Video Player Doesn't Play Until The Video Is Fully Loaded?

Sep 18, 2009

the player uses a VideoDisplay and i set the source like videoDisplay.source = "sourceStringURL"

and the vid doesn't play until it's fully loaded

View 1 Replies

ActionScript 3.0 :: Mp3 And Video Player - Load External Video Gallery Or Mmedija.swf

Oct 25, 2011

I make my base swf in which I load external swf's. In my base swf I have mp3 player. Everything works fine until I need to load external Video gallery or mmedija.swf. In video gallery I have

import flash.media.SoundMixer;
SoundMixer.stopAll();

to stop my mp3 player sounds and play video files.... But then when load some other files I want to stop playing video files and restart mp3 player.

[Code]...

View 0 Replies

ActionScript 3.0 :: Multi Video Player - Audio From The Last Video Remains Playing Even When Prompted To Stop??

Jun 2, 2010

I built a timeline based player with 2 menus and many videos that you can play.The buttons move the timeline to a frame label and the video plays. The back button has a stop function built in it so the video stops playing when its hit.It plays wonderfully locally but once on a server after a few clicks it boggs down and sometimes the audio from the last video remains playing even when prompted to stop. I was pointed to use the add and remove child functions to prevent this but being very new to Flash and 100% self taught i have zero idea on how to do this. The link to the player is[url]....Even if its a link to a tutorial or something.

View 3 Replies

Delay (2 Seconds) A Video To Play In A Flash Video Player?

Jan 18, 2010

I was wondering how I can delay (2 seconds) a video to play in a Flash Video Player? I know one way is for me to add blank frames but I would like to know some other options.

View 2 Replies

Professional :: Position Flash Video Player At Bottom Of Video ?

Mar 6, 2010

With the Flash Player that comes with CS3 and on my PC XP Pro laptop.I want the player controls to appear at the _bottom_ of the video not on top of the video and not under (behind) the video.

- my video is 640 x 480
- so I modified the "properties" tab at the bottom of the screen to 640x480... (it was 550x400)
- but that just makes everything larger when I click File > Publish
- and then look at the video in Internet Explorer... the Player Controls are still _On Top_ of the video.

I guess I need to learn how to

- Make the stage bigger
- Position the Player controls below the actual video

View 1 Replies

Media Server :: Video Player For Pure IP Multicast Video

Mar 21, 2011

I'm developing a video player for Pure IP multicast video. I'm using the Multicast Configurator provided with FMS 4 for generating the configuration. This is the manifest file generated:
<manifest xmlns="[URL]">
<id>Multicast_IP_Multicast</id>
<streamType>live</streamType>
<duration>0</duration>
[Code] .....

That's not working. And I have several doubts about it:
1.- It's not working, and I don't know where is the error. I'm not sure what I should add as parameter in GroupSpecifier constructor? GroupSpecs from manifest file?? "com.adobe.pureIPMulticastGroup"??

2.- I've been watching the multicast.as application in FMS4. The only way of publishing multicast streams in FMS4 is using the configurarion from Multicast Config Tool? Is it possible publishing a stream without the GroupsSpec generated by the Config Tool?

3.- If It's mandatory using the config tools for managinf the pure ip multicast. I would like to integrate the Multicast Config Tool in my platform. Is there any place where I could get the code of Multicast Config Tool? Any documentation about how to build it? This component have any flashvars or callbacks that could allow me integrate it in my platform?

View 3 Replies

Flash :: Play Smooth Streaming Video From Iis 7 For A Video Player?

Jun 10, 2011

I want to play smooth streaming video from IIS using the flash video player like e.g. jw flash player instead of silverlight player?Which video format should I use in this case? Can flash then play e.g a video via smooth streming encoded with microsoft encoder?Do you know some alternative video players, that combines flash and silverlight functionality (selected per java script) to use with flash and silverlight?

View 1 Replies

Php :: Flash Video Player Buffer And Large Video Files

Aug 4, 2011

We have developed flash video player which needs to playe large videos (at least 500 MB videos).We have some issues in the player right now.I am playing a 100 MB + video, it start playing and say it is buffering upto 50% of that video. Then I am closing that page. If I take that video again, it starts downloading from beginning. It never resume downloading from where it buffered previous time. But for small video files, this is looking ok. Is there any size limit a video player can buffer?Is there any better way to play large videos (more than 500 MB). Any other protocol or any other settings in flash player?

View 1 Replies

Php :: Website Player Able To Cut Specific Part Of The Video And Save It As A New Video?

Feb 5, 2012

i am just curious if this kind of technology for flash is available.Can a website flash player able to cut specific part of the video and save it as a new video through php and flash.

View 1 Replies

ActionScript 3.0 :: Video Sound Quality Varies In Video Player?

Jun 9, 2010

I have an AS3 video player I've put together using fairly standard Netstream method and it plays my flv's fine. The problem is, the sound quality varies wildly depending on who is looking at it. When I test locally, the audio in the video is fine, but on a windows machine it goes horrifically loud to the point of distortion, also the client (outside the UK) has said it sounds fine to them, so It appears to be only happening here.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved