ActionScript 3.0 :: Create Link In Video?
Feb 7, 2009I'm sort of new to flash. I've created a pretty nifty intro video for a website and I want to have an 'enter site' link appear at the end of the video.
View 2 RepliesI'm sort of new to flash. I've created a pretty nifty intro video for a website and I want to have an 'enter site' link appear at the end of the video.
View 2 Repliesi made a video player with the xml playlist , it's a video channel indeed, it's embed swf in html. but my boss would like me to put a link on the web, when user click the link, it would directly play the specific video inside the video channel. is it possible to do it without server side script but javascript?
View 1 RepliesI'm trying to create a flash video that will incorporate powerpoint-like slides along with video footage. So for instance I will have slide 1 (graphic) - slide 2 (video clip) - slide 3 (text). I have used CS4 before for one of my classes but that was a little while ago, and I feel like I'm starting over again. When I import the first graphic (.png), is there an option to have it resize to fit the stage?
View 5 RepliesCreate a html video list that uses a flash video player?
View 14 RepliesI'm using Flash CS3 and I'm totally lost. I'm trying to add a link in my video. I was trying to add a button over the video. The link needs to be at the end do i need to create cue points first then add a button?
View 1 Repliesi am trying to create a video player in AS 2.0, but I have a problem.My code loads a video, and plays the video, but.... I don't see my video xD.This is my code :
ActionScript Code:
var connection:NetConnection = new NetConnection();
connection.connect();
var flux_video:NetStream = new NetStream(connection);
[code]...
A video ends and a link pops up to share this video which opens the viewers default e-mail application and populates it to share the link to the video. how to do this? BTW I am a amateur flash user. I simply use it to create high quality web ready videos.
View 1 RepliesI need to have a link at the end of a video so the viewer can click on it and go to a survey page.
We need the viewer to watch the entire video so it has to be at the end. I'm not an AS expert but I have the Master collection so whever software it takes I should have.Video was done in Premiere exported through media encoder and I have used either Flash to make a custom player or Dreamweaver to embed in a web page. The video plays fine but no link.
I am trying to make a nice pretty video.I have a AVI video from a GOPro video camera, and I hae some info I want to overlay on top of the video. Like Time, GPS, Speed, G-Force etc.I got my raw data, and ActionScript coded it up into a Flash movie, but then worked out I have two issues.Flash export to AVI is pretty crap, and basically does a screen capture.The export to AVI cant be transparent or anything but spare/rectangle.Should I use something other than Flash to create my speedometer, that is more friendly for overlaying on a AVI?This is the sort of thing I am trying to create.
I have a CSV of all my raw data, and am trying to find a way to overlay it and look as professional as that link above. I can make the dials in actionscript, but then exporting to AVI with a 'screen capture' type program, they look pretty crap. But on the other hand, inporting my HD video info Flash, and it becomes pretty crap quality, and still have the export issue at the end.
I have one website that I am working on that has a flash video logo. The only thing they want me to change about the video is to make it a link to the index page of the site. I can not figure out for the life of me how to do this. Could someone please lay the steps out in a simple fashion for me. I have found a few tutorials online but none of them were for CS5.5 and none of them have all the steps for the version they are for.
View 6 RepliesI am trying to play .mp3 files with all of the above media players (Strobe Media Playback/OSMF/REOPS) which all support .mp3 files.
If I pass a direct link the mp3 file on the web server like http://example.com/audio.mp3 is all works fine.
The problem comes when I try to load an mp3 file that doesn't exist on the web server but is returned through a .php file: [URL]
[Code]....
I get the error "We are unable to connect to the content you've requested. We apologize for the inconvenience."
Has anyone successfully played a video or audio clip from a .php link? This might be more of a php question then as3.
The mp3 plays in the browser fine and through the Flash AS3 astra yahoo audio player component.
I would like to upgrade to from the old yahoo audio player to the Strobe Media Playback player.
How do you create an email link so that they click on the link and their send email (outlook or netscape) box pops up with the email addy specified in the send to box.
View 5 RepliesI've created an eye candy. When it's finished, i'd like it to be programmed to automatically time out (after 6 seconds) and go directly to another url without the user having to click on anything.
Currently i have a button that clicks to another url:
on (release) {
getURL("http://www.alteregostyle.com/company.html","SELF");
}
How would you insert a pdf file into a flash website and have it become a downloadable link?
View 2 RepliesI'm trying to create a link in a html enabled textfield, using an xml file.
However somehow this doesn't work:
Code:
main["item"+i].title.html = true;
trace(my_XML.firstChild.childNodes[i].attributes.action); // traces the attribute containing the url correctly
[Code].....
On my homepage I want a video and when the video has ended, the user gets redirected to the next page. So far I've got my video in flv format, imported it into Flash CS4 and the added video control thing. I've then exported the movie and imported it into Dreamweaver CS3. I can get it working on my website.
View 14 RepliesI'm sure this is a simple thing but I haven't been able to find out out to associate an absolute link with video controls.
View 1 RepliesI have a simple request that I can't seem to get working. I have a video, approx 9 min in length, and I want to add a text link at the end of it, to go to a website. That's it. I have the video loaded into a single frame and it plays fine, I just can't get it to go to the frame after it to display the link.
View 6 Repliesis there a way we can get flv path from the embed code of youtube/metacafe? And then play that flv in flash from that live path?
View 0 RepliesI have been trying to understand how to create a url link with the xml file that my menu is driven by. what I have is a menu with text amd images reading from an xml file, I have created a third text field which I would like to use as a button/link that when click it goes to a url.this is what I have for my XML:
Code:
<?xml version="1.0" encoding="utf-8"?>
<data>
<image name="image 1" path="img/img1.jpg" [code].....
but this doesn't seem to work, am I missing something within the flash movie.
for instance I have such a request;
(among 0.swf -1.swf - 2.swf -3.swf - 4.swf 5.swf)...
var req:URLRequest=new URLRequest("1.swf");
[code].......
I've created a video in Premiere Pro, and I'd like to add hyperlinks to a couple of words that I added as Titles in Premiere Pro (I'm asking on this forum because I saw a similar question referred this way).In order to add functional hyperlinks, I created a couple of swfs in the Flash CS4 IDE which would serve as invisible buttons (though used movieclips) that link to the respective websites via NavigateToURL. After checking to make sure things were working with the swfs, I dragged them into my premiere pro project panel and added them to the timeline to coincide with when I needed the links to be available.I then exported the flv from Premiere Pro with Adobe Media encoder.
The flash site I'm building uses the Gaia framework, so I added the flv file as an asset to one of my Gaia pages, and everything loads up normally - the video plays and I can see the highlighted areas I'd created to serve as clickable links. The links within the video, however, don't work, and I wasn't sure if this was a Gaia issue or if there's some other step (or steps) I need to take to make this work.(If there's a different way to get working, clickable links into a Premiere Pro video, I'm open to that as well).
I'm using this tutorial on drop down menus: http:[url]....how I can link the buttons to video clips within the stage...
View 1 RepliesIm making a website and in frame 1 on the main timeline I have mouse down code for a button in a movie clip not yet on the stage (it appears when a mouse_over event is triggered).[code]How do I create links for menus that arent yet being shown on the stage?
View 1 RepliesI'm making a website in dreamweaver with flash in it, I want to link an image that I have in flash to another page (.html) that I have in dreamweaver. When I first used flash and dreamweaver I had done it, but honestly now I completely forgot and can't figure it out. I know I didn't use any action scripts. I just put the page name (???.html) somewhere and it worked.
View 5 RepliesI created a simple SWF slideshow in Flash with 5 slides. I was able to link one URL to the whole file by adding an alpha button.What I can't figure out is how to add a URL link to each slide. The SWF file i sused on a website and I would like to be able to click on a particular slide as it is playing to go the a site or page that applies to that slide.[code]...
View 3 RepliesI need to create a link to a particular frame that uses a frame label in AS2, so the AS code would be within the time line on another frame. I can either do this with a hyperlink if that is possible or I can create a button and convert to a MC. Whichever way is easier.
View 4 Replies I want to create a URL link for the description text. Everything works fine until I get to the actual link - it's displaying the HTML. I've clicked on the HTML button in the properties inspector for the text field (see the attached photo); I've also added the following in the AS:
Code:
desc_txt.html = true;
desc_txt.multiline = true;
No luck; it's still displaying the HTML.
Code:
function nextImage() {
if (p<(total-1)) {
p++;
[code]....
how to create a blur effect like on this link? [URL]
View 7 RepliesI need to take this code
Code:
_myButton.addEventListener(MouseEvent.CLICK, onMouseClick);
function onMouseClick(e:MouseEvent):void
{
[Code].....
and create in AS3 a button for it (_myButton) with the text 'click me'