A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: barking up

  1. #1
    Junior Member
    Join Date
    Oct 2000
    Posts
    9
    ...is a little more difficult than I first thought. Ideally I would like the NAME attribute in the OBJECT & EMBED tags to be picked up by my movie & used to tell which page it currently sits in.

    Is this possible or am I barking up the wrong tree here?


  2. #2
    Senior Member
    Join Date
    Feb 2001
    Posts
    475
    it's maybe easier to url-encode like this

    <embed src="movie.swf?site=home.htm">

    (same goes for object) then there's a variable in the flash movie called

    root.site

    that holds the value home.htm (or whatever you set it to). this is one idea to figure out "where" the movie is.

    Yours
    HTD

  3. #3
    Junior Member
    Join Date
    Oct 2000
    Posts
    9
    Thankyou, I'll give that a try tomorrow, just off home now.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center