flash actionscript:
Hello everyone! This is shahgillani !!! I would like to know that how can we send the timeline to a specific "Lable" or "Scene" by using the <param ... > and <embed .. > tags in the HTML ? Many thanks Hassan Sajjad shahgillani
Hi, You can do this in two ways, either by using querystring or by using the FlashVars property of the Flash Player. Both methods require that you add an extra <param> tag and extra information in the <embed> tag. Querystring method: <PARAM NAME=movie VALUE="myFile.swf?myFrameLabel=intro"/> and <EMBED src="myFile.swf?myFrameLabel=intro" ... (other parameters)> </EMBED> FlashVars method: <PARAM NAME=FlashVars VALUE="myFrameLabel=intro"> and <EMBED src="myFile.swf" FlashVars="myFrameLabel=intro" ... (other parameters)> </EMBED> In your first frame of your main timeline, simply have this code: this.gotoAndStop(myFrameLabel);
Thanks a lot Kaare for your reply. I really appreciate that coz you get me out of the HELL. I have set to the Answered and Also I'm gona have a print of that ...
Thanks a lot Kaare for your reply. I really appreciate that coz you get me out of the HELL. I have set this to the Answered and Also I'm gona have a print of that ...
Thanks a lot Kaare for your reply. I really appreciate that coz you've got me out of the HELL. I have set this to the Answered and Also I'm gona have a print of that ...
Heh, well, I'll take that as an indication that you were tripple pleased with my help ;) One more thing though, this doesn't really concern your task as is, but might be usefull information later on. If you have to send in variables that contain special characters, such as my three Danish ones - ?,?, and ? - the FlashVars property work much better than querystring... that goes for encoding and passing on of most special characters to Flash. Happy Flashin' ...
Ya right you can say that .... And thanks for the usful tip anyways !!! Hey I am posting and other thread "External Image Clicking !!!" and I will be expecting your help and reply there. Please take a little more pain and help me !!! Thanks
Don't see what you're looking for? Try a search.
|