To register for an Internet.com membership to receive newsletters and white papers, use the Register button ABOVE.
To participate in the message forums BELOW, click here


A Flash Developer Resource Site

Go Back   Flash Kit Community Forums > Flash Help > Online Video

Reply
 
Thread Tools Search this Thread Display Modes
Old 08-24-2007, 01:35 PM   #1
GoodtimeJ
Member
 
Join Date: Aug 2006
Posts: 64
Loading a video component from anywhere in my site

Hello.
I have a site for my short movies that has a video component that is constant throughout the site. No matter what page you are on, the video player is there playing video.
What I want to do is have a video play right when the player opens, which I know how to do, and also have videos load into the same player from any spot in the site. This could be buttons or text links. The problem is that all other pages are inside of symbols. Can you help me with how to load this player from inside of other symbols?
Thanks a ton!
GoodtimeJ is offline   Reply With Quote
Old 08-28-2007, 05:13 PM   #2
layerburn
Senior Member
 
layerburn's Avatar
 
Join Date: Jul 2006
Location: USA
Posts: 541
If your video component is on the main timeline you would point to it using _parent.instancename then the rest of the code. _parent and _root point to the main timeline, though I have learned that generally _parent is better practice than _root. You then say what you want to point to that is on that timeline, so if your video is called myvideo, then you would say _parent.myvideo.play(); or whatever it is that you want it to do. So if you were to put this on a button that is inside a symbol on the main timeline, it would look like this

on(Release){
_parent.myvideo.play();
}

Hope this helps.
__________________
This is your brain. This is your brain on script.
layerburn is offline   Reply With Quote
Reply

Go Back   Flash Kit Community Forums > Flash Help > Online Video

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:31 PM.


internet.commerce
Be a Commerce Partner
 »  »  »  »  »  »  »
 »  »  »  »  »  »
 

    

Acceptable Use Policy


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.