i 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?
I am trying to create Flash video for usb drives sold to customers with their pictures on it. After the video plays, can I have a link to a local folder, IE: named YOUR_IMAGES on the drive, and have that folder open on their machine when clicked? Or is there to many variables with what what the drive letter name that will be assigned on customers machines? So there will be the same .SWF on every drive sold, then a folder named the same thing with the customer pics on it.
I am working on a press section of a site and was wondering if this was possible? I have a texfield that loads in html formatted text for a notepad file. I have done this lots of times and put <a href=blah> on certain words within notepad to make them links to other pages.
For this one i would like to have the textfield with links, but when the user clicks a link, i want it to trigger something in flash (i.e. click here for more info sending a variable to my main as script that will bring up some other text etc).
if so how would i go about writing the link inside notepad? I'm thinking that i just need to know the code for combining the text links with something in flash as.
So, I have tons o' buttons that each need to link to unique URLs, and I'd like to minimize coding as much as possible. The code below works, but I will have to do this about 50 times.Can I associate the URLs with the instance names of the buttons and then reuse the same function?In the event you didn't already guess, I'm a newbie to AS3
cap_mc.CapTeam_btn.addEventListener(MouseEvent.CLICK, capPage); function capPage (evtObj:MouseEvent) { trace("clicked") var url:String = "http://www.mydomain.com"; var request:URLRequest = new URLRequest(url);
I have a problem: I'm trying to have a dynamic text box (htmlText) with a number of links (all dynamically generated themselves) within. I need some way that the html link can detect the user mousing over/off of it and fire off a function (to bring up a tooltip elsewhere on the interface, specifically). Is this at all possible in ActionScript 1.0?
I am trying to programmatically queue MovieClips on the scene to play one after the other. I have tried onEnterFrame with Event.ENTER_FRAME that gotoAndStop() to next fram each time, but this does not show the MovieClip playing somewhy.Is there a way to programmatically link (in AS3) MovieClips to play one after the other? One I tried is at URL... and I have tried creating actionscript at last frame for each movieclip, but this goes directly into function I specify as an event at the time of creation (MovieClip.addFrameScript(MovieClip.totalFrames1, MyEventFunction) )
I would like to press a button on my screen, have it play a quick little animation and then link to another page on my site. I was thinking a gotoandplay followed by a navigatetoURL
Here's a simple one I'm sure but I can't get it to work or find a solution online. I have a movie with 2 movie clips on the stage, the first clip is triggered to play on a button click (which works fine) but I want the 2nd clip to start playing when the first ends. I've tried putting MovieClip2.gotoAndPlay(1) script on the last frame of MovieClip1 but I get "1120: Access of undefined property".
configuring this instance movie to play when i click a button, here is my movie structure:
- root movie - container and some external .swf movie
The process is there will be button load at the end of root movie, and calling some external swf movie with number. all the swf will play in a container each swf movie(about 5 animation)
At the end of root movie there is also some loop animation that play at the end of root movie, while we can click the button also. What i want to do is how can i play the loop movie, start from the middle when i click one of the button.
So what happen will be: - click button = external movie load and the instance name play from frame 100 and loop again.
How a transition can play out and then call the next action (ie, loadMovieNum, in this case). Am I right that senocular calls the "action" function in the last frame of the loaded page (or swf)? And that "action" would be the loading of the viewer selected content?
I am trying to play a video dynamically and make it clickable as like a link.[code]The Video player seems to appear and the video plays well too but there is a problem with the onClick Event which doesnt work no matter what i try. the click action never seems to work..what am i doing wrong here.
I am a newbie at flash so this might be a trivial problem for the experts. I have a flash banner I wish to remove the replay link and display the flash continuously. Preview link: [URL] Src Link: [URL]
I have a video player I am trying to simply pass information from a javascript link to tell it which video to play. javascript seems fine but when it trys to call the actionscript function it comes up as undefined can anyone post a simple example of the actionscript and javascript call?
I have a 'back,play,stop,next btn in my playa...how to call sound files from the library and play them each time I press the 'Next' btn & the previous sounds files played in order when i press the 'back' btn?
I would like to create my page links so when I roll over the text(link) enlarges and then once pressed a swf animation plays.When it stops it automatically directs to the desired page.
I'm just playing around right now; getting ready for when i'm gonna have to make a real flash intro. I'm using kirupa's actionscript for the percentage preloader + loading bar. Heres the timeline:
Now in frame 3, i have a "Click here to play" link. Here is the link's AS:
on (press) {play();
Now, everything works fine, untill i get to the "on press, play" part. I think because the movie has stopped, the AS is disabled or something.Is there anyway to have a "Click here to play" link?
I'd like my Flash site to be bi-lingual. What I have currently is a Flash movie with an empty Movie Clip which then allows users to go from movie to movie. The movies are all small movieClips that are loaded into the empty movieclip on demand. There is some video and text in each of the 30 movieClips. Here is sample of code that i'm using to call up next MovieClip.
[Code]...
My solution for the bilingual version is to create a separate frame with the French version + video and then when user presses the French button they are directed to that frame. This way I could easily create the French text within the one movie. however i don't know the Actionscript code to call up a movieClip to play from frame 10, and not frame 1.
How to change a link inside the flash element? I have SWF file with set a link inside and I want to change to mine on the website. This thing I need to control the advertisment system.Trying this, but not working:
<style> #content { position: absolute; z-index:2;
[code]....
But you need everytime to put top, left, margin-bottom parameters. Can someone modify it to make working correct without pointing top, left, margin-bottom parameters?
I am new to Flash. I bought a template online a couple weeks ago, and for the most part have made all the changes to personalize the page. The page is for wedding videography, and came with a Videos section. However, I do not like the template video player, and would like to have the Videos link on the menu bar go straight to my youtube channel rather than to the flash player. Primarily all changes to the template have been made in a text.txt file, rather than the flash file itself. My question is, how could I change the link on the main page to route to my youtube channel? Here's what it looks like in the text file:
I have a datagrid with different types of columns, like I have checkboxes, combo boxes and text Inputs as the column types. Now I want one of the column type to a link, with the label "view". All the rows in that column are link with the same label "View" and on clicking it, I want a Pop up window to be opened?
I didn't know how to bring a link in the datagrid. So used the Text control to display the "View" label. Now If I click this item, "View" in the datagrid, I want the Pop up function, i.e.,defectCommentsPopUp() to be called.
i have created a flash animation for my homepage, i want to make part of that flash animation a "enter" button so when clicked would go to my page 2 on my website.
i have never done any script before and only used dreamweaver on a mac. is there an easy way to create this button to link to my next page and to stop my file to stop looping?