ActionScript 3.0 :: Create A Hyperlink In Video?
Sep 6, 2011I need to create a hyperlink within a video. The video has a url at the end of it which my client wants to be clickable.
View 4 RepliesI need to create a hyperlink within a video. The video has a url at the end of it which my client wants to be clickable.
View 4 RepliesDoes anyone know how to create a hyperlink on an swf file? i think it can be done using actionscript during the creation of the fla, but i want to see if it can be hyperlinked AFTER creation, just using the website code.
View 11 RepliesI'm new to Flash. I have edited a video in Final Cut Pro which is exported. At the end of the video, I would like to say 'Click here & have a website address.' Can I do this with flash..Is it a fairly easy process?
View 1 RepliesI am trying to create a hyperlink in my text field that when clicked will take you a website target a _blank page.I have created a text field and input the website through xml - src, I put the text field inside a movieclip - link, i created a sprite and put that in the movieclip. However anytime that I try to click it, no matter the configuration I get one of two errors: Error #1069: Property loader not found on flash.text.TextField and there is no default value.^^Is the most common The other one is I believe Error #1010 Can not target and object of null reference?? Something along those lines.
My Code:
var link:MovieClip = new MovieClip();
var anchor:Sprite = new Sprite();
anchor.graphics.drawRect(265, 235, 690, 20);
anchor.graphics.beginFill(0x00ff00);
[code]....
I'm very very VERY new to XML, and maybe a couple months heavily into Flash. Not the greatest Actionscripter by any means. Most of my work comes from tutorials, and working on top of them. I recently did a tutorial for a photo gallery, that included an xml file. The actionscript and xml file was provided by the tutorial. I read the explanations of both the AS and XML, but I have a small problem for now.
I'm trying to create a hyperlink within the gallery. I assume that I have to add the appropriate "tag" to the line in the XML document, but as you all know, and I recently found out, tags don't work the same in XML as they do in HTML. So my question is, how do I create my tag in the XML document to make a word a hyperlink? (if it's even possible)
whats the class name to create a URL hyperlink in flash ....I know it changed form getURL.
View 1 RepliesOk, it is possible to create a hyperlink in a dynamic text box. But it is possible to load a Movieclip from this hyperlink, instead a web address?
View 5 RepliesI have created a button, and once you hit the button (within the HTML page), I want it to open another HTML page in the same frame, both HTML pages are stored in my hard drive offline. It required coding in the code snippet panel which I do not know.
View 1 RepliesI want to do is add a simple hyperlink in my xmlhtml hyperlink in my xml.how to do a hyperlink in xml.This is what I do know,you can add the <a href="http:[url]...but that does not work for me,when i save and preview my fla, it takes away my scroll bar that i have.I have also seen somwhere you can use the <?[[DATA tag, but this aswell doesnt work for me in my FLA, is there somewhere i need to reference hyperlinks before I can modify my xml?
View 38 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 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]...
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've probably didn't phrase the question all that well, so let me start from what I know. I hardly use Flash and when I do its only to create flash video to add to sites. I usually convert the video into FLV using the flash encoder software and go into flash and create a video component and link it to that flv and when it publishes it creates a swf which I embed onto the web page.
A client gave me a SWF with video already embeded into it so when I open it in Flash it plays the video, it just doesn't have the functionality of video components. Is there a way to add the flash video functionality to it the way it is as a SWF?
[URL]I'd like to know how do they create this type of interactive training video. Did they record the video with the mouse first then added the interaction and sound with flash?
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 would like to create a video chat. no text, just 1-1 video,which is very simple.Is it possible with Flash 10? Does it cost any money to use Stratus ?Do you know if there something similar already out there ?
View 1 RepliesMy code works on localhost,but not on the server,what could be the problem?I also want to return some string back from php to flex app but I can't solve that.[code]...
View 2 RepliesI'm trying to generate a flv video from several pngs but the output video seems to be corrupted, no player can play it.[code]The browser do not display anything (not even for milliseconds) and nor do the vlc player and others. To grab to video to file i use:URL...Whats wrong with importing the png? Why I cant watch the video?
View 1 RepliesIs it possible if we have swf files contain gallery of photos and if we wanted to export it as a video files ? It's different with exporting our .Fla to .mov or .flv
So in this case, SWF --> Video files
I'm wanting to create a xml based video playlist like the one on the link below. I've searched Flashkit and the web and found a few things, but nothing really close in operation or that I could use.
View 3 RepliesSo I want to embed a FLV in my flash so that I just have ONE SWF that contains everything. I know if I say "load external video with playback component" I will end up with a swf, html and the flv- this is NOT what I want so please don't ask me why I'm not using this option. "Embed FLV in SWF and play in timeline" is EXACTLY what I want- the result is just a single SWF. Here is the question: How do I get a video player if I embed a FLV in flash?
I know if I load the video external I will get some nice players - exactly what I want. How do I get a player if the video is embedded? Are there any coded player templates on the net? I couldn't find anything on google I could use but I've to admit I'm not too good at AS.
I would like to create my own mute button in as3. I have created a video object which plays my video fine. I'm having trouble finding information on how to create a mute button that mutes the audio but the video continues to play. All documentation that I've read relates to controlling sound from an loaded .mp3 file.
View 8 RepliesAm trying to see if anyone has any links or resources where I can learn to setup a flash video file where it automatically redirects to another URL such as a sales page at the conclusion of the video. I also would like to find out how to have a link/overlay at the end of the video where a viewer can click to go to another URL such as a sales page.
I am not a prgrammer by profession but do work in Flash and I am willing to try this given the right learning resources. Not sure if both or either of these tasks is done in the flash file or in some type of java script on the html page. I have seen this done by this company [URL] but you have to subscribe to their service using their control panel and they limit the number of players you can create.
I have Flash 8, Flash CS3 and Flash CS4 if needed for this project.
How to create a youtube style video player?
starting with flv1 playing
when it finishes we have buttons to go to 2 other flv files
clicking a button plays flv2 or flv3 in the same player
when flv2/flv3 finishes we see another button
if we click this button we replay the whole thing (so playing flv1)
this whole thing in one video player like youtube
I want to create a video gallery fed by an xml file that is pulling videos from YouTube.
View 3 RepliesI have preloader bar of loading video. If i use NetStream actions bytesLoaded and bytesTotal to create preloader this show how many bytes are loaded I want to create how many seconds of video file are loaded. The same preloader are on youtube player. If i use NetStream actions and if i move slider of position to end of preloader bar video is no playing from place where i put slider but slider are go back, and then video is playing. I want to video are playing from place where i put slider.
View 1 RepliesI was given an assignment to create and external video playlist using an xml file. I have never used flash before, know nothing about encoding and all that was given to the class in terms of instuctions was a short tutorial that has no resources for troubleshooting. We were given everything; the external playlist file equipped with the video skin, the video list, actionscript that loads the xml and the xml file. We were told that all we need to do is change the names of the videos in the xml file to match the names of our videos. I did that. We were also told we needed to "name target", but we were not informed on how to do this. I have tried everything, visited every tutorial and I cannot figure out how to get this damn thing to work. I cannot even get flash to load the xml file.
Here is the xml file:
<?xml version = "1.0" encoding = "i-8859-1"?>
<playlist><ADogWithoutABoneflvurl="ADogWithoutABone.flv"desc="Hyper Wall First Video" />
[Code].....
I tried placing the full address of the xml file in, along with the file address of the videos, but again it did nothing. Everything is located in the same file, and the videos in a sub file in that file. I tried taking out the sub file and putting all the videos in the same file, but it did nothing.
I want to create a short intro for a music video using digital pictures, as I don't have a camera.[URL]
View 1 RepliesI'm quite new to flash but have experience in other adobe programs, I'm trying to create banner with imbedded short video no more than 5-6 sec.I was desperately trying to find some tutorials or any help on this subject without success.
View 2 Replies